Skip to content

Commit e41c140

Browse files
yoshi-automationbusunkim96
authored andcommitted
feat(talent): add query_language_code to talent.v4beta1.JobQuery (via synth) (#9571)
1 parent 847cd43 commit e41c140

File tree

3 files changed

+104
-63
lines changed

3 files changed

+104
-63
lines changed

talent/google/cloud/talent_v4beta1/proto/filters.proto

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import "google/api/annotations.proto";
2121
import "google/api/field_behavior.proto";
2222
import "google/cloud/talent/v4beta1/common.proto";
2323
import "google/protobuf/duration.proto";
24+
import "google/protobuf/field_mask.proto";
2425
import "google/protobuf/timestamp.proto";
2526
import "google/protobuf/wrappers.proto";
2627
import "google/type/date.proto";
@@ -41,6 +42,17 @@ message JobQuery {
4142
// The maximum number of allowed characters is 255.
4243
string query = 1;
4344

45+
// The language code of [query][google.cloud.talent.v4beta1.JobQuery.query].
46+
// For example, "en-US". This field helps to better interpret the query.
47+
//
48+
// If a value isn't specified, the query language code is automatically
49+
// detected, which may not be accurate.
50+
//
51+
// Language code should be in BCP-47 format, such as "en-US" or "sr-Latn".
52+
// For more information, see
53+
// [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
54+
string query_language_code = 14;
55+
4456
// This filter specifies the company entities to search against.
4557
//
4658
// If a value isn't specified, jobs are searched for against all

0 commit comments

Comments
 (0)