Skip to content
This repository has been archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
feat(talent): add query_language_code to talent.v4beta1.JobQuery
Browse files Browse the repository at this point in the history
…(via synth) (#9571)
  • Loading branch information
yoshi-automation authored and busunkim96 committed Oct 30, 2019
1 parent 91311a5 commit fdcc4ce
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 63 deletions.
12 changes: 12 additions & 0 deletions google/cloud/talent_v4beta1/proto/filters.proto
Expand Up @@ -21,6 +21,7 @@ import "google/api/annotations.proto";
import "google/api/field_behavior.proto";
import "google/cloud/talent/v4beta1/common.proto";
import "google/protobuf/duration.proto";
import "google/protobuf/field_mask.proto";
import "google/protobuf/timestamp.proto";
import "google/protobuf/wrappers.proto";
import "google/type/date.proto";
Expand All @@ -41,6 +42,17 @@ message JobQuery {
// The maximum number of allowed characters is 255.
string query = 1;

// The language code of [query][google.cloud.talent.v4beta1.JobQuery.query].
// For example, "en-US". This field helps to better interpret the query.
//
// If a value isn't specified, the query language code is automatically
// detected, which may not be accurate.
//
// Language code should be in BCP-47 format, such as "en-US" or "sr-Latn".
// For more information, see
// [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
string query_language_code = 14;

// This filter specifies the company entities to search against.
//
// If a value isn't specified, jobs are searched for against all
Expand Down

0 comments on commit fdcc4ce

Please sign in to comment.