Skip to content

Commit 3a72734

Browse files
AUTO GENERATED ELIXIR GOOGLEAPIS PROTOBUF (#966)
Co-authored-by: Hany Rock <rudebono@gmail.com>
1 parent 595bdf7 commit 3a72734

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

lib/google/cloud/talent/v4/job_service.pb.ex

+18
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,18 @@ defmodule Google.Cloud.Talent.V4.SearchJobsRequest.KeywordMatchMode do
4545
field :KEYWORD_MATCH_TITLE_ONLY, 3
4646
end
4747

48+
defmodule Google.Cloud.Talent.V4.SearchJobsRequest.RelevanceThreshold do
49+
@moduledoc false
50+
51+
use Protobuf, enum: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
52+
53+
field :RELEVANCE_THRESHOLD_UNSPECIFIED, 0
54+
field :LOWEST, 1
55+
field :LOW, 2
56+
field :MEDIUM, 3
57+
field :HIGH, 4
58+
end
59+
4860
defmodule Google.Cloud.Talent.V4.SearchJobsRequest.CustomRankingInfo.ImportanceLevel do
4961
@moduledoc false
5062

@@ -178,6 +190,12 @@ defmodule Google.Cloud.Talent.V4.SearchJobsRequest do
178190
type: Google.Cloud.Talent.V4.SearchJobsRequest.KeywordMatchMode,
179191
json_name: "keywordMatchMode",
180192
enum: true
193+
194+
field :relevance_threshold, 19,
195+
type: Google.Cloud.Talent.V4.SearchJobsRequest.RelevanceThreshold,
196+
json_name: "relevanceThreshold",
197+
enum: true,
198+
deprecated: false
181199
end
182200

183201
defmodule Google.Cloud.Talent.V4.SearchJobsResponse.MatchingJob do

lib/google/cloud/talent/v4beta1/job_service.pb.ex

+18
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,18 @@ defmodule Google.Cloud.Talent.V4beta1.SearchJobsRequest.KeywordMatchMode do
4141
field :KEYWORD_MATCH_TITLE_ONLY, 3
4242
end
4343

44+
defmodule Google.Cloud.Talent.V4beta1.SearchJobsRequest.RelevanceThreshold do
45+
@moduledoc false
46+
47+
use Protobuf, enum: true, protoc_gen_elixir_version: "0.13.0", syntax: :proto3
48+
49+
field :RELEVANCE_THRESHOLD_UNSPECIFIED, 0
50+
field :LOWEST, 1
51+
field :LOW, 2
52+
field :MEDIUM, 3
53+
field :HIGH, 4
54+
end
55+
4456
defmodule Google.Cloud.Talent.V4beta1.SearchJobsRequest.CustomRankingInfo.ImportanceLevel do
4557
@moduledoc false
4658

@@ -185,6 +197,12 @@ defmodule Google.Cloud.Talent.V4beta1.SearchJobsRequest do
185197
type: Google.Cloud.Talent.V4beta1.SearchJobsRequest.KeywordMatchMode,
186198
json_name: "keywordMatchMode",
187199
enum: true
200+
201+
field :relevance_threshold, 19,
202+
type: Google.Cloud.Talent.V4beta1.SearchJobsRequest.RelevanceThreshold,
203+
json_name: "relevanceThreshold",
204+
enum: true,
205+
deprecated: false
188206
end
189207

190208
defmodule Google.Cloud.Talent.V4beta1.SearchJobsResponse.MatchingJob do

0 commit comments

Comments
 (0)