File tree Expand file tree Collapse file tree 3 files changed +104
-63
lines changed
google/cloud/talent_v4beta1/proto Expand file tree Collapse file tree 3 files changed +104
-63
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ import "google/api/annotations.proto";
2121import "google/api/field_behavior.proto" ;
2222import "google/cloud/talent/v4beta1/common.proto" ;
2323import "google/protobuf/duration.proto" ;
24+ import "google/protobuf/field_mask.proto" ;
2425import "google/protobuf/timestamp.proto" ;
2526import "google/protobuf/wrappers.proto" ;
2627import "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
You can’t perform that action at this time.
0 commit comments