google-cloud-talent-v4beta1 0.4.6 → 0.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/AUTHENTICATION.md +6 -6
- data/README.md +9 -4
- data/lib/google/cloud/talent/v4beta1/batch_pb.rb +0 -1
- data/lib/google/cloud/talent/v4beta1/common_pb.rb +3 -65
- data/lib/google/cloud/talent/v4beta1/company_pb.rb +2 -2
- data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +3 -2
- data/lib/google/cloud/talent/v4beta1/event_pb.rb +2 -16
- data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/filters_pb.rb +3 -102
- data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +0 -1
- data/lib/google/cloud/talent/v4beta1/job_pb.rb +2 -3
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +48 -23
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +10 -2
- data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +2 -3
- data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/lib/google/cloud/talent/v4beta1.rb +3 -3
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +10 -227
- data/proto_docs/google/cloud/talent/v4beta1/event.rb +1 -60
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +40 -482
- data/proto_docs/google/cloud/talent/v4beta1/histogram.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/job.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +64 -16
- data/proto_docs/google/cloud/talent/v4beta1/tenant.rb +1 -1
- data/proto_docs/google/protobuf/any.rb +3 -3
- data/proto_docs/google/type/timeofday.rb +1 -1
- metadata +3 -22
- data/lib/google/cloud/talent/v4beta1/application_pb.rb +0 -64
- data/lib/google/cloud/talent/v4beta1/application_service/client.rb +0 -813
- data/lib/google/cloud/talent/v4beta1/application_service/credentials.rb +0 -52
- data/lib/google/cloud/talent/v4beta1/application_service/paths.rb +0 -155
- data/lib/google/cloud/talent/v4beta1/application_service.rb +0 -50
- data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +0 -56
- data/lib/google/cloud/talent/v4beta1/application_service_services_pb.rb +0 -54
- data/lib/google/cloud/talent/v4beta1/profile_pb.rb +0 -214
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +0 -1107
- data/lib/google/cloud/talent/v4beta1/profile_service/credentials.rb +0 -52
- data/lib/google/cloud/talent/v4beta1/profile_service/paths.rb +0 -69
- data/lib/google/cloud/talent/v4beta1/profile_service.rb +0 -50
- data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +0 -92
- data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +0 -63
- data/proto_docs/google/cloud/talent/v4beta1/application.rb +0 -169
- data/proto_docs/google/cloud/talent/v4beta1/application_service.rb +0 -122
- data/proto_docs/google/cloud/talent/v4beta1/profile.rb +0 -811
- data/proto_docs/google/cloud/talent/v4beta1/profile_service.rb +0 -392
- data/proto_docs/google/type/date.rb +0 -53
@@ -129,11 +129,14 @@ module Google
|
|
129
129
|
#
|
130
130
|
# The fields eligible for filtering are:
|
131
131
|
#
|
132
|
-
# * `companyName`
|
132
|
+
# * `companyName`
|
133
133
|
# * `requisitionId`
|
134
134
|
# * `status` Available values: OPEN, EXPIRED, ALL. Defaults to
|
135
135
|
# OPEN if no value is specified.
|
136
136
|
#
|
137
|
+
# At least one of `companyName` and `requisitionId` must present or an
|
138
|
+
# INVALID_ARGUMENT error is thrown.
|
139
|
+
#
|
137
140
|
# Sample Query:
|
138
141
|
#
|
139
142
|
# * companyName = "projects/foo/tenants/bar/companies/baz"
|
@@ -141,6 +144,8 @@ module Google
|
|
141
144
|
# requisitionId = "req-1"
|
142
145
|
# * companyName = "projects/foo/tenants/bar/companies/baz" AND
|
143
146
|
# status = "EXPIRED"
|
147
|
+
# * requisitionId = "req-1"
|
148
|
+
# * requisitionId = "req-1" AND status = "EXPIRED"
|
144
149
|
# @!attribute [rw] page_token
|
145
150
|
# @return [::String]
|
146
151
|
# The starting point of a query result.
|
@@ -211,15 +216,7 @@ module Google
|
|
211
216
|
# Defaults to false.
|
212
217
|
# @!attribute [rw] require_precise_result_size
|
213
218
|
# @return [::Boolean]
|
214
|
-
#
|
215
|
-
# count of the first 300 results. Setting this to `true` ensures
|
216
|
-
# consistency in the number of results per page. Best practice is to set this
|
217
|
-
# value to true if a client allows users to jump directly to a
|
218
|
-
# non-sequential search results page.
|
219
|
-
#
|
220
|
-
# Enabling this flag may adversely impact performance.
|
221
|
-
#
|
222
|
-
# Defaults to false.
|
219
|
+
# This field is deprecated.
|
223
220
|
# @!attribute [rw] histogram_queries
|
224
221
|
# @return [::Array<::Google::Cloud::Talent::V4beta1::HistogramQuery>]
|
225
222
|
# An expression specifies a histogram request against matching jobs.
|
@@ -233,6 +230,8 @@ module Google
|
|
233
230
|
# * `count(numeric_histogram_facet, list of buckets)`: Count the number of
|
234
231
|
# matching entities within each bucket.
|
235
232
|
#
|
233
|
+
# A maximum of 200 histogram buckets are supported.
|
234
|
+
#
|
236
235
|
# Data types:
|
237
236
|
#
|
238
237
|
# * Histogram facet: facet names with format `[a-zA-Z][a-zA-Z0-9_]+`.
|
@@ -259,6 +258,9 @@ module Google
|
|
259
258
|
# "FULL_TIME", "PART_TIME".
|
260
259
|
# * company_size: histogram by {::Google::Cloud::Talent::V4beta1::CompanySize CompanySize}, for example, "SMALL",
|
261
260
|
# "MEDIUM", "BIG".
|
261
|
+
# * publish_time_in_day: histogram by the {::Google::Cloud::Talent::V4beta1::Job#posting_publish_time Job.posting_publish_time}
|
262
|
+
# in days.
|
263
|
+
# Must specify list of numeric buckets in spec.
|
262
264
|
# * publish_time_in_month: histogram by the {::Google::Cloud::Talent::V4beta1::Job#posting_publish_time Job.posting_publish_time}
|
263
265
|
# in months.
|
264
266
|
# Must specify list of numeric buckets in spec.
|
@@ -312,7 +314,7 @@ module Google
|
|
312
314
|
# bucket(100000, MAX)])`
|
313
315
|
# * `count(string_custom_attribute["some-string-custom-attribute"])`
|
314
316
|
# * `count(numeric_custom_attribute["some-numeric-custom-attribute"],
|
315
|
-
# [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative"])`
|
317
|
+
# [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative")])`
|
316
318
|
# @!attribute [rw] job_view
|
317
319
|
# @return [::Google::Cloud::Talent::V4beta1::JobView]
|
318
320
|
# The desired job attributes returned for jobs in the search response.
|
@@ -408,6 +410,14 @@ module Google
|
|
408
410
|
# score (determined by API algorithm).
|
409
411
|
# @!attribute [rw] disable_keyword_match
|
410
412
|
# @return [::Boolean]
|
413
|
+
# This field is deprecated. Please use
|
414
|
+
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest#keyword_match_mode SearchJobsRequest.keyword_match_mode} going forward.
|
415
|
+
#
|
416
|
+
# To migrate, disable_keyword_match set to false maps to
|
417
|
+
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}, and disable_keyword_match set to
|
418
|
+
# true maps to {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_DISABLED KeywordMatchMode.KEYWORD_MATCH_DISABLED}. If
|
419
|
+
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest#keyword_match_mode SearchJobsRequest.keyword_match_mode} is set, this field is ignored.
|
420
|
+
#
|
411
421
|
# Controls whether to disable exact keyword match on {::Google::Cloud::Talent::V4beta1::Job#title Job.title},
|
412
422
|
# {::Google::Cloud::Talent::V4beta1::Job#description Job.description}, {::Google::Cloud::Talent::V4beta1::Job#company_display_name Job.company_display_name}, {::Google::Cloud::Talent::V4beta1::Job#addresses Job.addresses},
|
413
423
|
# {::Google::Cloud::Talent::V4beta1::Job#qualifications Job.qualifications}. When disable keyword match is turned off, a
|
@@ -427,6 +437,12 @@ module Google
|
|
427
437
|
# requests.
|
428
438
|
#
|
429
439
|
# Defaults to false.
|
440
|
+
# @!attribute [rw] keyword_match_mode
|
441
|
+
# @return [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode]
|
442
|
+
# Controls what keyword match options to use.
|
443
|
+
#
|
444
|
+
# Defaults to {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL} if no value
|
445
|
+
# is specified.
|
430
446
|
class SearchJobsRequest
|
431
447
|
include ::Google::Protobuf::MessageExts
|
432
448
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -453,7 +469,7 @@ module Google
|
|
453
469
|
# integer/double value or an expression that can be evaluated to a number.
|
454
470
|
#
|
455
471
|
# Parenthesis are supported to adjust calculation precedence. The
|
456
|
-
# expression must be <
|
472
|
+
# expression must be < 200 characters in length.
|
457
473
|
#
|
458
474
|
# The expression is considered invalid for a job if the expression
|
459
475
|
# references custom attributes that are not populated on the job or if the
|
@@ -545,6 +561,40 @@ module Google
|
|
545
561
|
# results are returned.
|
546
562
|
SIMPLE = 2
|
547
563
|
end
|
564
|
+
|
565
|
+
# Controls what keyword matching behavior the search has. When keyword
|
566
|
+
# matching is enabled, a keyword match returns jobs that may not match given
|
567
|
+
# category filters when there are matching keywords. For example, for the
|
568
|
+
# query "program manager" with KeywordMatchMode set to KEYWORD_MATCH_ALL, a
|
569
|
+
# job posting with the title "software developer," which doesn't fall into
|
570
|
+
# "program manager" ontology, and "program manager" appearing in its
|
571
|
+
# description will be surfaced.
|
572
|
+
#
|
573
|
+
# For queries like "cloud" that don't contain title or
|
574
|
+
# location specific ontology, jobs with "cloud" keyword matches are returned
|
575
|
+
# regardless of this enum's value.
|
576
|
+
#
|
577
|
+
# Use {::Google::Cloud::Talent::V4beta1::Company#keyword_searchable_job_custom_attributes Company.keyword_searchable_job_custom_attributes} if
|
578
|
+
# company-specific globally matched custom field/attribute string values are
|
579
|
+
# needed. Enabling keyword match improves recall of subsequent search
|
580
|
+
# requests.
|
581
|
+
module KeywordMatchMode
|
582
|
+
# The keyword match option isn't specified. Defaults to
|
583
|
+
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL} behavior.
|
584
|
+
KEYWORD_MATCH_MODE_UNSPECIFIED = 0
|
585
|
+
|
586
|
+
# Disables keyword matching.
|
587
|
+
KEYWORD_MATCH_DISABLED = 1
|
588
|
+
|
589
|
+
# Enable keyword matching over {::Google::Cloud::Talent::V4beta1::Job#title Job.title},
|
590
|
+
# {::Google::Cloud::Talent::V4beta1::Job#description Job.description}, {::Google::Cloud::Talent::V4beta1::Job#company_display_name Job.company_display_name}, {::Google::Cloud::Talent::V4beta1::Job#addresses Job.addresses},
|
591
|
+
# {::Google::Cloud::Talent::V4beta1::Job#qualifications Job.qualifications}, and keyword searchable {::Google::Cloud::Talent::V4beta1::Job#custom_attributes Job.custom_attributes}
|
592
|
+
# fields.
|
593
|
+
KEYWORD_MATCH_ALL = 2
|
594
|
+
|
595
|
+
# Only enable keyword matching over {::Google::Cloud::Talent::V4beta1::Job#title Job.title}.
|
596
|
+
KEYWORD_MATCH_TITLE_ONLY = 3
|
597
|
+
end
|
548
598
|
end
|
549
599
|
|
550
600
|
# Response for SearchJob method.
|
@@ -569,12 +619,10 @@ module Google
|
|
569
619
|
# An estimation of the number of jobs that match the specified query.
|
570
620
|
#
|
571
621
|
# This number isn't guaranteed to be accurate. For accurate results,
|
572
|
-
# see {::Google::Cloud::Talent::V4beta1::
|
622
|
+
# see {::Google::Cloud::Talent::V4beta1::SearchJobsResponse#total_size SearchJobsResponse.total_size}.
|
573
623
|
# @!attribute [rw] total_size
|
574
624
|
# @return [::Integer]
|
575
|
-
# The precise result count
|
576
|
-
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest#require_precise_result_size SearchJobsRequest.require_precise_result_size} to `true`, or if the
|
577
|
-
# response is the last page of results. Otherwise, the value is `-1`.
|
625
|
+
# The precise result count with limit 100,000.
|
578
626
|
# @!attribute [rw] metadata
|
579
627
|
# @return [::Google::Cloud::Talent::V4beta1::ResponseMetadata]
|
580
628
|
# Additional information for the API invocation, such as the request
|
@@ -47,7 +47,7 @@ module Google
|
|
47
47
|
# Defaults behavior is {::Google::Cloud::Talent::V4beta1::Tenant::DataUsageType::ISOLATED DataUsageType.ISOLATED} if it's unset.
|
48
48
|
# @!attribute [rw] keyword_searchable_profile_custom_attributes
|
49
49
|
# @return [::Array<::String>]
|
50
|
-
# A list of keys of filterable
|
50
|
+
# A list of keys of filterable [Profile.custom_attributes][google.cloud.talent.v4beta1.Profile.custom_attributes], whose
|
51
51
|
# corresponding `string_values` are used in keyword searches. Profiles with
|
52
52
|
# `string_values` under these specified field keys are returned if any
|
53
53
|
# of the values match the search keyword. Custom field values with
|
@@ -44,7 +44,7 @@ module Google
|
|
44
44
|
# foo = any.unpack(Foo.class);
|
45
45
|
# }
|
46
46
|
#
|
47
|
-
#
|
47
|
+
# Example 3: Pack and unpack a message in Python.
|
48
48
|
#
|
49
49
|
# foo = Foo(...)
|
50
50
|
# any = Any()
|
@@ -54,7 +54,7 @@ module Google
|
|
54
54
|
# any.Unpack(foo)
|
55
55
|
# ...
|
56
56
|
#
|
57
|
-
#
|
57
|
+
# Example 4: Pack and unpack a message in Go
|
58
58
|
#
|
59
59
|
# foo := &pb.Foo{...}
|
60
60
|
# any, err := anypb.New(foo)
|
@@ -75,7 +75,7 @@ module Google
|
|
75
75
|
#
|
76
76
|
#
|
77
77
|
# JSON
|
78
|
-
#
|
78
|
+
#
|
79
79
|
# The JSON representation of an `Any` value uses the regular
|
80
80
|
# representation of the deserialized, embedded message, with an
|
81
81
|
# additional field `@type` which contains the type URL. Example:
|
@@ -21,7 +21,7 @@ module Google
|
|
21
21
|
module Type
|
22
22
|
# Represents a time of day. The date and time zone are either not significant
|
23
23
|
# or are specified elsewhere. An API may choose to allow leap seconds. Related
|
24
|
-
# types are
|
24
|
+
# types are [google.type.Date][google.type.Date] and
|
25
25
|
# `google.protobuf.Timestamp`.
|
26
26
|
# @!attribute [rw] hours
|
27
27
|
# @return [::Integer]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-talent-v4beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -174,13 +174,6 @@ files:
|
|
174
174
|
- README.md
|
175
175
|
- lib/google-cloud-talent-v4beta1.rb
|
176
176
|
- lib/google/cloud/talent/v4beta1.rb
|
177
|
-
- lib/google/cloud/talent/v4beta1/application_pb.rb
|
178
|
-
- lib/google/cloud/talent/v4beta1/application_service.rb
|
179
|
-
- lib/google/cloud/talent/v4beta1/application_service/client.rb
|
180
|
-
- lib/google/cloud/talent/v4beta1/application_service/credentials.rb
|
181
|
-
- lib/google/cloud/talent/v4beta1/application_service/paths.rb
|
182
|
-
- lib/google/cloud/talent/v4beta1/application_service_pb.rb
|
183
|
-
- lib/google/cloud/talent/v4beta1/application_service_services_pb.rb
|
184
177
|
- lib/google/cloud/talent/v4beta1/batch_pb.rb
|
185
178
|
- lib/google/cloud/talent/v4beta1/common_pb.rb
|
186
179
|
- lib/google/cloud/talent/v4beta1/company_pb.rb
|
@@ -213,13 +206,6 @@ files:
|
|
213
206
|
- lib/google/cloud/talent/v4beta1/job_service/paths.rb
|
214
207
|
- lib/google/cloud/talent/v4beta1/job_service_pb.rb
|
215
208
|
- lib/google/cloud/talent/v4beta1/job_service_services_pb.rb
|
216
|
-
- lib/google/cloud/talent/v4beta1/profile_pb.rb
|
217
|
-
- lib/google/cloud/talent/v4beta1/profile_service.rb
|
218
|
-
- lib/google/cloud/talent/v4beta1/profile_service/client.rb
|
219
|
-
- lib/google/cloud/talent/v4beta1/profile_service/credentials.rb
|
220
|
-
- lib/google/cloud/talent/v4beta1/profile_service/paths.rb
|
221
|
-
- lib/google/cloud/talent/v4beta1/profile_service_pb.rb
|
222
|
-
- lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb
|
223
209
|
- lib/google/cloud/talent/v4beta1/tenant_pb.rb
|
224
210
|
- lib/google/cloud/talent/v4beta1/tenant_service.rb
|
225
211
|
- lib/google/cloud/talent/v4beta1/tenant_service/client.rb
|
@@ -231,8 +217,6 @@ files:
|
|
231
217
|
- proto_docs/README.md
|
232
218
|
- proto_docs/google/api/field_behavior.rb
|
233
219
|
- proto_docs/google/api/resource.rb
|
234
|
-
- proto_docs/google/cloud/talent/v4beta1/application.rb
|
235
|
-
- proto_docs/google/cloud/talent/v4beta1/application_service.rb
|
236
220
|
- proto_docs/google/cloud/talent/v4beta1/common.rb
|
237
221
|
- proto_docs/google/cloud/talent/v4beta1/company.rb
|
238
222
|
- proto_docs/google/cloud/talent/v4beta1/company_service.rb
|
@@ -243,8 +227,6 @@ files:
|
|
243
227
|
- proto_docs/google/cloud/talent/v4beta1/histogram.rb
|
244
228
|
- proto_docs/google/cloud/talent/v4beta1/job.rb
|
245
229
|
- proto_docs/google/cloud/talent/v4beta1/job_service.rb
|
246
|
-
- proto_docs/google/cloud/talent/v4beta1/profile.rb
|
247
|
-
- proto_docs/google/cloud/talent/v4beta1/profile_service.rb
|
248
230
|
- proto_docs/google/cloud/talent/v4beta1/tenant.rb
|
249
231
|
- proto_docs/google/cloud/talent/v4beta1/tenant_service.rb
|
250
232
|
- proto_docs/google/longrunning/operations.rb
|
@@ -255,7 +237,6 @@ files:
|
|
255
237
|
- proto_docs/google/protobuf/timestamp.rb
|
256
238
|
- proto_docs/google/protobuf/wrappers.rb
|
257
239
|
- proto_docs/google/rpc/status.rb
|
258
|
-
- proto_docs/google/type/date.rb
|
259
240
|
- proto_docs/google/type/latlng.rb
|
260
241
|
- proto_docs/google/type/money.rb
|
261
242
|
- proto_docs/google/type/postal_address.rb
|
@@ -279,7 +260,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
279
260
|
- !ruby/object:Gem::Version
|
280
261
|
version: '0'
|
281
262
|
requirements: []
|
282
|
-
rubygems_version: 3.3.
|
263
|
+
rubygems_version: 3.3.14
|
283
264
|
signing_key:
|
284
265
|
specification_version: 4
|
285
266
|
summary: API Client library for the Cloud Talent Solution V4beta1 API
|
@@ -1,64 +0,0 @@
|
|
1
|
-
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
2
|
-
# source: google/cloud/talent/v4beta1/application.proto
|
3
|
-
|
4
|
-
require 'google/api/annotations_pb'
|
5
|
-
require 'google/api/field_behavior_pb'
|
6
|
-
require 'google/api/resource_pb'
|
7
|
-
require 'google/cloud/talent/v4beta1/common_pb'
|
8
|
-
require 'google/protobuf/timestamp_pb'
|
9
|
-
require 'google/protobuf/wrappers_pb'
|
10
|
-
require 'google/type/date_pb'
|
11
|
-
require 'google/protobuf'
|
12
|
-
|
13
|
-
Google::Protobuf::DescriptorPool.generated_pool.build do
|
14
|
-
add_file("google/cloud/talent/v4beta1/application.proto", :syntax => :proto3) do
|
15
|
-
add_message "google.cloud.talent.v4beta1.Application" do
|
16
|
-
optional :name, :string, 1
|
17
|
-
optional :external_id, :string, 31
|
18
|
-
optional :profile, :string, 2
|
19
|
-
optional :job, :string, 4
|
20
|
-
optional :company, :string, 5
|
21
|
-
optional :application_date, :message, 7, "google.type.Date"
|
22
|
-
optional :stage, :enum, 11, "google.cloud.talent.v4beta1.Application.ApplicationStage"
|
23
|
-
optional :state, :enum, 13, "google.cloud.talent.v4beta1.Application.ApplicationState"
|
24
|
-
repeated :interviews, :message, 16, "google.cloud.talent.v4beta1.Interview"
|
25
|
-
optional :referral, :message, 18, "google.protobuf.BoolValue"
|
26
|
-
optional :create_time, :message, 19, "google.protobuf.Timestamp"
|
27
|
-
optional :update_time, :message, 20, "google.protobuf.Timestamp"
|
28
|
-
optional :outcome_notes, :string, 21
|
29
|
-
optional :outcome, :enum, 22, "google.cloud.talent.v4beta1.Outcome"
|
30
|
-
optional :is_match, :message, 28, "google.protobuf.BoolValue"
|
31
|
-
optional :job_title_snippet, :string, 29
|
32
|
-
end
|
33
|
-
add_enum "google.cloud.talent.v4beta1.Application.ApplicationState" do
|
34
|
-
value :APPLICATION_STATE_UNSPECIFIED, 0
|
35
|
-
value :IN_PROGRESS, 1
|
36
|
-
value :CANDIDATE_WITHDREW, 2
|
37
|
-
value :EMPLOYER_WITHDREW, 3
|
38
|
-
value :COMPLETED, 4
|
39
|
-
value :CLOSED, 5
|
40
|
-
end
|
41
|
-
add_enum "google.cloud.talent.v4beta1.Application.ApplicationStage" do
|
42
|
-
value :APPLICATION_STAGE_UNSPECIFIED, 0
|
43
|
-
value :NEW, 1
|
44
|
-
value :SCREEN, 2
|
45
|
-
value :HIRING_MANAGER_REVIEW, 3
|
46
|
-
value :INTERVIEW, 4
|
47
|
-
value :OFFER_EXTENDED, 5
|
48
|
-
value :OFFER_ACCEPTED, 6
|
49
|
-
value :STARTED, 7
|
50
|
-
end
|
51
|
-
end
|
52
|
-
end
|
53
|
-
|
54
|
-
module Google
|
55
|
-
module Cloud
|
56
|
-
module Talent
|
57
|
-
module V4beta1
|
58
|
-
Application = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Application").msgclass
|
59
|
-
Application::ApplicationState = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Application.ApplicationState").enummodule
|
60
|
-
Application::ApplicationStage = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.Application.ApplicationStage").enummodule
|
61
|
-
end
|
62
|
-
end
|
63
|
-
end
|
64
|
-
end
|