google-cloud-talent-v4 0.1.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4aebf6e254e9b5a24625e7de8964fb8b7ee0365546872314d68653a655555dab
4
- data.tar.gz: 215381fac33f9321c22eb2a445d24714da298b36b620cafafeabac78317652e4
3
+ metadata.gz: 595e10c9dfda6a7b146d30c982c6862a5b5da9d0e0bda352a21457d25118d6fc
4
+ data.tar.gz: a8f10c1af218625841268bc7e33dce3154a7f542340a6fadce465830c8bb5b3b
5
5
  SHA512:
6
- metadata.gz: fcb1094aa345814d429472c1dc4afc2faaec80147a99a870c4d915966bed3d8e9c2616572a8fb4ba6b62e55d8d50a869841bf90371240efee8ddf7b01efb7bb1
7
- data.tar.gz: b3120cfe6a0aaa8d7057ef773901394b09d5d1e7e7903156788f765836670023ea69722d1f0eefeb81792f1c52d79198b5588bd42fd3b5040ec4fc42c278697b
6
+ metadata.gz: 0b5cd1457755cd786d1453f2f6957e0825f48363ae0335da1a8ccafae71533b6a16d1405274411cda06c9d3865c235ce7605fa91990352f515ccacbdec19021e
7
+ data.tar.gz: d8bc270f74774e81dec0ae92cf404f8d858f28434701d57538744ab6c24c17bb1d25d072f40b6cd7de3e88bb1feda59a47b9de79ec80d2d6df26211e4da0721c
@@ -3,13 +3,13 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/protobuf/timestamp_pb'
9
8
  require 'google/protobuf/wrappers_pb'
10
9
  require 'google/type/latlng_pb'
11
10
  require 'google/type/money_pb'
12
11
  require 'google/type/postal_address_pb'
12
+ require 'google/api/annotations_pb'
13
13
  Google::Protobuf::DescriptorPool.generated_pool.build do
14
14
  add_file("google/cloud/talent/v4/common.proto", :syntax => :proto3) do
15
15
  add_message "google.cloud.talent.v4.TimestampRange" do
@@ -238,8 +238,6 @@ Google::Protobuf::DescriptorPool.generated_pool.build do
238
238
  value :COMMUTE_METHOD_UNSPECIFIED, 0
239
239
  value :DRIVING, 1
240
240
  value :TRANSIT, 2
241
- value :WALKING, 3
242
- value :CYCLING, 4
243
241
  end
244
242
  end
245
243
  end
@@ -3,10 +3,10 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/api/resource_pb'
9
8
  require 'google/cloud/talent/v4/common_pb'
9
+ require 'google/api/annotations_pb'
10
10
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
11
  add_file("google/cloud/talent/v4/company.proto", :syntax => :proto3) do
12
12
  add_message "google.cloud.talent.v4.Company" do
@@ -332,19 +332,15 @@ module Google
332
332
  # the default parameter values, pass an empty Hash as a request object (see above).
333
333
  #
334
334
  # @param company [::Google::Cloud::Talent::V4::Company, ::Hash]
335
- # Required. The company resource to replace the current resource in the
336
- # system.
335
+ # Required. The company resource to replace the current resource in the system.
337
336
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
338
337
  # Strongly recommended for the best service experience.
339
338
  #
340
- # If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask}
341
- # is provided, only the specified fields in
342
- # {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated.
343
- # Otherwise all the fields are updated.
339
+ # If {::Google::Cloud::Talent::V4::UpdateCompanyRequest#update_mask update_mask} is provided, only the specified fields in
340
+ # {::Google::Cloud::Talent::V4::UpdateCompanyRequest#company company} are updated. Otherwise all the fields are updated.
344
341
  #
345
342
  # A field mask to specify the company fields to be updated. Only
346
- # top level fields of {::Google::Cloud::Talent::V4::Company Company} are
347
- # supported.
343
+ # top level fields of {::Google::Cloud::Talent::V4::Company Company} are supported.
348
344
  #
349
345
  # @yield [response, operation] Access the result along with the RPC operation
350
346
  # @yieldparam response [::Google::Cloud::Talent::V4::Company]
@@ -495,9 +491,8 @@ module Google
495
491
  #
496
492
  # Defaults to false.
497
493
  #
498
- # If true, at most
499
- # {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of
500
- # companies are fetched, among which only those with open jobs are returned.
494
+ # If true, at most {::Google::Cloud::Talent::V4::ListCompaniesRequest#page_size page_size} of companies are fetched, among which
495
+ # only those with open jobs are returned.
501
496
  #
502
497
  # @yield [response, operation] Access the result along with the RPC operation
503
498
  # @yieldparam response [::Gapic::PagedEnumerable<::Google::Cloud::Talent::V4::Company>]
@@ -198,11 +198,9 @@ module Google
198
198
  # "projects/\\{project_id}/tenants/\\{tenant_id}/companies/\\{company_id}", for
199
199
  # example, "projects/foo/tenants/bar/companies/baz".
200
200
  # @param scope [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope]
201
- # The scope of the completion. The defaults is
202
- # {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
201
+ # The scope of the completion. The defaults is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionScope::PUBLIC CompletionScope.PUBLIC}.
203
202
  # @param type [::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType]
204
- # The completion topic. The default is
205
- # {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
203
+ # The completion topic. The default is {::Google::Cloud::Talent::V4::CompleteQueryRequest::CompletionType::COMBINED CompletionType.COMBINED}.
206
204
  #
207
205
  # @yield [response, operation] Access the result along with the RPC operation
208
206
  # @yieldparam response [::Google::Cloud::Talent::V4::CompleteQueryResponse]
@@ -4,10 +4,10 @@
4
4
  require 'google/protobuf'
5
5
 
6
6
  require 'google/api/annotations_pb'
7
- require 'google/api/client_pb'
8
7
  require 'google/api/field_behavior_pb'
9
8
  require 'google/api/resource_pb'
10
9
  require 'google/cloud/talent/v4/common_pb'
10
+ require 'google/api/client_pb'
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_file("google/cloud/talent/v4/completion_service.proto", :syntax => :proto3) do
13
13
  add_message "google.cloud.talent.v4.CompleteQueryRequest" do
@@ -3,9 +3,9 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/protobuf/timestamp_pb'
8
+ require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/cloud/talent/v4/event.proto", :syntax => :proto3) do
11
11
  add_message "google.cloud.talent.v4.ClientEvent" do
@@ -176,8 +176,8 @@ module Google
176
176
  # The format is "projects/\\{project_id}/tenants/\\{tenant_id}", for example,
177
177
  # "projects/foo/tenants/bar".
178
178
  # @param client_event [::Google::Cloud::Talent::V4::ClientEvent, ::Hash]
179
- # Required. Events issued when end user interacts with customer's application
180
- # that uses Cloud Talent Solution.
179
+ # Required. Events issued when end user interacts with customer's application that
180
+ # uses Cloud Talent Solution.
181
181
  #
182
182
  # @yield [response, operation] Access the result along with the RPC operation
183
183
  # @yieldparam response [::Google::Cloud::Talent::V4::ClientEvent]
@@ -3,12 +3,12 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/cloud/talent/v4/common_pb'
9
8
  require 'google/protobuf/duration_pb'
10
9
  require 'google/type/latlng_pb'
11
10
  require 'google/type/timeofday_pb'
11
+ require 'google/api/annotations_pb'
12
12
  Google::Protobuf::DescriptorPool.generated_pool.build do
13
13
  add_file("google/cloud/talent/v4/filters.proto", :syntax => :proto3) do
14
14
  add_message "google.cloud.talent.v4.JobQuery" do
@@ -3,11 +3,11 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/api/resource_pb'
9
8
  require 'google/cloud/talent/v4/common_pb'
10
9
  require 'google/protobuf/timestamp_pb'
10
+ require 'google/api/annotations_pb'
11
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
12
12
  add_file("google/cloud/talent/v4/job.proto", :syntax => :proto3) do
13
13
  add_message "google.cloud.talent.v4.Job" do
@@ -3,9 +3,9 @@
3
3
 
4
4
  require 'google/protobuf'
5
5
 
6
- require 'google/api/annotations_pb'
7
6
  require 'google/api/field_behavior_pb'
8
7
  require 'google/api/resource_pb'
8
+ require 'google/api/annotations_pb'
9
9
  Google::Protobuf::DescriptorPool.generated_pool.build do
10
10
  add_file("google/cloud/talent/v4/tenant.proto", :syntax => :proto3) do
11
11
  add_message "google.cloud.talent.v4.Tenant" do
@@ -331,15 +331,12 @@ module Google
331
331
  # the default parameter values, pass an empty Hash as a request object (see above).
332
332
  #
333
333
  # @param tenant [::Google::Cloud::Talent::V4::Tenant, ::Hash]
334
- # Required. The tenant resource to replace the current resource in the
335
- # system.
334
+ # Required. The tenant resource to replace the current resource in the system.
336
335
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
337
336
  # Strongly recommended for the best service experience.
338
337
  #
339
- # If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is
340
- # provided, only the specified fields in
341
- # {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated.
342
- # Otherwise all the fields are updated.
338
+ # If {::Google::Cloud::Talent::V4::UpdateTenantRequest#update_mask update_mask} is provided, only the specified fields in
339
+ # {::Google::Cloud::Talent::V4::UpdateTenantRequest#tenant tenant} are updated. Otherwise all the fields are updated.
343
340
  #
344
341
  # A field mask to specify the tenant fields to be updated. Only
345
342
  # top level fields of {::Google::Cloud::Talent::V4::Tenant Tenant} are supported.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4
24
- VERSION = "0.1.0"
24
+ VERSION = "0.2.0"
25
25
  end
26
26
  end
27
27
  end
@@ -37,11 +37,9 @@ module Google
37
37
  # @!attribute [rw] location_type
38
38
  # @return [::Google::Cloud::Talent::V4::Location::LocationType]
39
39
  # The type of a location, which corresponds to the address lines field of
40
- # {::Google::Type::PostalAddress google.type.PostalAddress}. For example,
41
- # "Downtown, Atlanta, GA, USA" has a type of
42
- # {::Google::Cloud::Talent::V4::Location::LocationType::NEIGHBORHOOD LocationType.NEIGHBORHOOD},
43
- # and "Kansas City, KS, USA" has a type of
44
- # {::Google::Cloud::Talent::V4::Location::LocationType::LOCALITY LocationType.LOCALITY}.
40
+ # {::Google::Type::PostalAddress google.type.PostalAddress}. For example, "Downtown, Atlanta, GA, USA"
41
+ # has a type of {::Google::Cloud::Talent::V4::Location::LocationType::NEIGHBORHOOD LocationType.NEIGHBORHOOD}, and "Kansas City, KS, USA"
42
+ # has a type of {::Google::Cloud::Talent::V4::Location::LocationType::LOCALITY LocationType.LOCALITY}.
45
43
  # @!attribute [rw] postal_address
46
44
  # @return [::Google::Type::PostalAddress]
47
45
  # Postal address of the location that includes human readable information,
@@ -55,9 +53,10 @@ module Google
55
53
  # @return [::Float]
56
54
  # Radius in miles of the job location. This value is derived from the
57
55
  # location bounding box in which a circle with the specified radius
58
- # centered from {::Google::Type::LatLng google.type.LatLng} covers the area
59
- # associated with the job location. For example, currently, "Mountain View,
60
- # CA, USA" has a radius of 6.17 miles.
56
+ # centered from {::Google::Type::LatLng google.type.LatLng} covers the area associated with the
57
+ # job location.
58
+ # For example, currently, "Mountain View, CA, USA" has a radius of
59
+ # 6.17 miles.
61
60
  class Location
62
61
  include ::Google::Protobuf::MessageExts
63
62
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -108,9 +107,7 @@ module Google
108
107
  # performance of the service.
109
108
  # @!attribute [rw] domain
110
109
  # @return [::String]
111
- # Required if
112
- # {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids}
113
- # is unset or `false`.
110
+ # Required if {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
114
111
  #
115
112
  # The client-defined scope or source of the service call, which typically
116
113
  # is the domain on
@@ -127,9 +124,7 @@ module Google
127
124
  # The maximum number of allowed characters is 255.
128
125
  # @!attribute [rw] session_id
129
126
  # @return [::String]
130
- # Required if
131
- # {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids}
132
- # is unset or `false`.
127
+ # Required if {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
133
128
  #
134
129
  # A unique session identification string. A session is defined as the
135
130
  # duration of an end user's interaction with the service over a certain
@@ -143,9 +138,7 @@ module Google
143
138
  # The maximum number of allowed characters is 255.
144
139
  # @!attribute [rw] user_id
145
140
  # @return [::String]
146
- # Required if
147
- # {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids}
148
- # is unset or `false`.
141
+ # Required if {::Google::Cloud::Talent::V4::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
149
142
  #
150
143
  # A unique user identification string, as determined by the client.
151
144
  # To have the strongest positive impact on search quality
@@ -159,15 +152,10 @@ module Google
159
152
  # The maximum number of allowed characters is 255.
160
153
  # @!attribute [rw] allow_missing_ids
161
154
  # @return [::Boolean]
162
- # Only set when any of
163
- # {::Google::Cloud::Talent::V4::RequestMetadata#domain domain},
164
- # {::Google::Cloud::Talent::V4::RequestMetadata#session_id session_id} and
165
- # {::Google::Cloud::Talent::V4::RequestMetadata#user_id user_id} isn't available
166
- # for some reason. It is highly recommended not to set this field and provide
167
- # accurate {::Google::Cloud::Talent::V4::RequestMetadata#domain domain},
168
- # {::Google::Cloud::Talent::V4::RequestMetadata#session_id session_id} and
169
- # {::Google::Cloud::Talent::V4::RequestMetadata#user_id user_id} for the best
170
- # service experience.
155
+ # Only set when any of {::Google::Cloud::Talent::V4::RequestMetadata#domain domain}, {::Google::Cloud::Talent::V4::RequestMetadata#session_id session_id} and {::Google::Cloud::Talent::V4::RequestMetadata#user_id user_id} isn't
156
+ # available for some reason. It is highly recommended not to set this field
157
+ # and provide accurate {::Google::Cloud::Talent::V4::RequestMetadata#domain domain}, {::Google::Cloud::Talent::V4::RequestMetadata#session_id session_id} and {::Google::Cloud::Talent::V4::RequestMetadata#user_id user_id} for the
158
+ # best service experience.
171
159
  # @!attribute [rw] device_info
172
160
  # @return [::Google::Cloud::Talent::V4::DeviceInfo]
173
161
  # The type of device used by the job seeker at the time of the call to the
@@ -232,10 +220,7 @@ module Google
232
220
  # Custom attribute values that are either filterable or non-filterable.
233
221
  # @!attribute [rw] string_values
234
222
  # @return [::Array<::String>]
235
- # Exactly one of
236
- # {::Google::Cloud::Talent::V4::CustomAttribute#string_values string_values} or
237
- # {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} must be
238
- # specified.
223
+ # Exactly one of {::Google::Cloud::Talent::V4::CustomAttribute#string_values string_values} or {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} must be specified.
239
224
  #
240
225
  # This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or
241
226
  # `CASE_INSENSITIVE_MATCH`) search.
@@ -247,22 +232,16 @@ module Google
247
232
  # Empty string isn't allowed.
248
233
  # @!attribute [rw] long_values
249
234
  # @return [::Array<::Integer>]
250
- # Exactly one of
251
- # {::Google::Cloud::Talent::V4::CustomAttribute#string_values string_values} or
252
- # {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} must be
253
- # specified.
235
+ # Exactly one of {::Google::Cloud::Talent::V4::CustomAttribute#string_values string_values} or {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} must be specified.
254
236
  #
255
237
  # This field is used to perform number range search.
256
238
  # (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`.
257
239
  #
258
- # Currently at most 1
259
- # {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} is
260
- # supported.
240
+ # Currently at most 1 {::Google::Cloud::Talent::V4::CustomAttribute#long_values long_values} is supported.
261
241
  # @!attribute [rw] filterable
262
242
  # @return [::Boolean]
263
243
  # If the `filterable` flag is true, the custom field values may be used for
264
- # custom attribute filters
265
- # {::Google::Cloud::Talent::V4::JobQuery#custom_attribute_filter JobQuery.custom_attribute_filter}.
244
+ # custom attribute filters {::Google::Cloud::Talent::V4::JobQuery#custom_attribute_filter JobQuery.custom_attribute_filter}.
266
245
  # If false, these values may not be used for custom attribute filters.
267
246
  #
268
247
  # Default is false.
@@ -305,30 +284,22 @@ module Google
305
284
  # Job compensation information.
306
285
  #
307
286
  # At most one entry can be of type
308
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationType::BASE CompensationInfo.CompensationType.BASE},
309
- # which is referred as **base compensation entry** for the job.
287
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationType::BASE CompensationInfo.CompensationType.BASE}, which is
288
+ # referred as **base compensation entry** for the job.
310
289
  # @!attribute [r] annualized_base_compensation_range
311
290
  # @return [::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange]
312
- # Output only. Annualized base compensation range. Computed as base
313
- # compensation entry's
314
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount}
315
- # times
291
+ # Output only. Annualized base compensation range. Computed as base compensation entry's
292
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
316
293
  # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
317
294
  #
318
- # See
319
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry CompensationEntry}
320
- # for explanation on compensation annualization.
295
+ # See {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
321
296
  # @!attribute [r] annualized_total_compensation_range
322
297
  # @return [::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange]
323
- # Output only. Annualized total compensation range. Computed as all
324
- # compensation entries'
325
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount}
326
- # times
298
+ # Output only. Annualized total compensation range. Computed as all compensation entries'
299
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} times
327
300
  # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry.expected_units_per_year}.
328
301
  #
329
- # See
330
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry CompensationEntry}
331
- # for explanation on compensation annualization.
302
+ # See {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
332
303
  class CompensationInfo
333
304
  include ::Google::Protobuf::MessageExts
334
305
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -337,30 +308,20 @@ module Google
337
308
  # as base pay, bonus, or other compensation type.
338
309
  #
339
310
  # Annualization: One compensation entry can be annualized if
340
- # - it contains valid
341
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount amount}
342
- # or
343
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range range}.
344
- # - and its
345
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}
346
- # is set or can be derived. Its annualized range is determined as
347
- # ({::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount amount}
348
- # or
349
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range range})
350
- # times
311
+ # - it contains valid {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount amount} or {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range range}.
312
+ # - and its {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year} is set or can be derived.
313
+ # Its annualized range is determined as ({::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount amount} or {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range range}) times
351
314
  # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}.
352
315
  # @!attribute [rw] type
353
316
  # @return [::Google::Cloud::Talent::V4::CompensationInfo::CompensationType]
354
317
  # Compensation type.
355
318
  #
356
- # Default is
357
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationType::COMPENSATION_TYPE_UNSPECIFIED CompensationType.COMPENSATION_TYPE_UNSPECIFIED}.
319
+ # Default is {::Google::Cloud::Talent::V4::CompensationInfo::CompensationType::COMPENSATION_TYPE_UNSPECIFIED CompensationType.COMPENSATION_TYPE_UNSPECIFIED}.
358
320
  # @!attribute [rw] unit
359
321
  # @return [::Google::Cloud::Talent::V4::CompensationInfo::CompensationUnit]
360
322
  # Frequency of the specified amount.
361
323
  #
362
- # Default is
363
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED}.
324
+ # Default is {::Google::Cloud::Talent::V4::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED}.
364
325
  # @!attribute [rw] amount
365
326
  # @return [::Google::Type::Money]
366
327
  # Compensation amount.
@@ -375,10 +336,8 @@ module Google
375
336
  # @!attribute [rw] expected_units_per_year
376
337
  # @return [::Google::Protobuf::DoubleValue]
377
338
  # Expected number of units paid each year. If not specified, when
378
- # {::Google::Cloud::Talent::V4::Job#employment_types Job.employment_types} is
379
- # FULLTIME, a default value is inferred based on
380
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#unit unit}.
381
- # Default values:
339
+ # {::Google::Cloud::Talent::V4::Job#employment_types Job.employment_types} is FULLTIME, a default value is inferred
340
+ # based on {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#unit unit}. Default values:
382
341
  # - HOURLY: 2080
383
342
  # - DAILY: 260
384
343
  # - WEEKLY: 52
@@ -409,30 +368,19 @@ module Google
409
368
  # The type of compensation.
410
369
  #
411
370
  # For compensation amounts specified in non-monetary amounts,
412
- # describe the compensation scheme in the
413
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}.
371
+ # describe the compensation scheme in the {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}.
414
372
  #
415
373
  # For example, tipping format is described in
416
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}
417
- # (for example, "expect 15-20% tips based on customer bill.") and an estimate
418
- # of the tips provided in
419
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount}
420
- # or
421
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range CompensationEntry.range}
422
- # ($10 per hour).
374
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description} (for example, "expect 15-20% tips based
375
+ # on customer bill.") and an estimate of the tips provided in
376
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range CompensationEntry.range} ($10 per hour).
423
377
  #
424
- # For example, equity is described in
425
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}
378
+ # For example, equity is described in {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}
426
379
  # (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and
427
- # value estimated in
428
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount}
429
- # or
430
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range CompensationEntry.range}.
431
- # If no value estimate is possible, units are
432
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED}
433
- # and then further clarified in
434
- # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description}
435
- # field.
380
+ # value estimated in {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#amount CompensationEntry.amount} or
381
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#range CompensationEntry.range}. If no value estimate is possible, units are
382
+ # {::Google::Cloud::Talent::V4::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED} and then further
383
+ # clarified in {::Google::Cloud::Talent::V4::CompensationInfo::CompensationEntry#description CompensationEntry.description} field.
436
384
  module CompensationType
437
385
  # Default value.
438
386
  COMPENSATION_TYPE_UNSPECIFIED = 0
@@ -494,8 +442,7 @@ module Google
494
442
  end
495
443
 
496
444
  # Metadata used for long running operations returned by CTS batch APIs.
497
- # It's used to replace
498
- # {::Google::Longrunning::Operation#metadata google.longrunning.Operation.metadata}.
445
+ # It's used to replace {::Google::Longrunning::Operation#metadata google.longrunning.Operation.metadata}.
499
446
  # @!attribute [rw] state
500
447
  # @return [::Google::Cloud::Talent::V4::BatchOperationMetadata::State]
501
448
  # The state of a long running operation.
@@ -517,13 +464,12 @@ module Google
517
464
  # @!attribute [rw] update_time
518
465
  # @return [::Google::Protobuf::Timestamp]
519
466
  # The time when the batch operation status is updated. The metadata and the
520
- # {::Google::Cloud::Talent::V4::BatchOperationMetadata#update_time update_time} is
521
- # refreshed every minute otherwise cached data is returned.
467
+ # {::Google::Cloud::Talent::V4::BatchOperationMetadata#update_time update_time} is refreshed every minute otherwise cached data is
468
+ # returned.
522
469
  # @!attribute [rw] end_time
523
470
  # @return [::Google::Protobuf::Timestamp]
524
471
  # The time when the batch operation is finished and
525
- # {::Google::Longrunning::Operation#done google.longrunning.Operation.done} is
526
- # set to `true`.
472
+ # {::Google::Longrunning::Operation#done google.longrunning.Operation.done} is set to `true`.
527
473
  class BatchOperationMetadata
528
474
  include ::Google::Protobuf::MessageExts
529
475
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -546,14 +492,12 @@ module Google
546
492
  FAILED = 4
547
493
 
548
494
  # The batch operation is in the process of cancelling after
549
- # google.longrunning.Operations.CancelOperation
550
- # is called.
495
+ # google.longrunning.Operations.CancelOperation is called.
551
496
  CANCELLING = 5
552
497
 
553
498
  # The batch operation is done after
554
- # google.longrunning.Operations.CancelOperation
555
- # is called. Any items processed before cancelling are returned in the
556
- # response.
499
+ # google.longrunning.Operations.CancelOperation is called. Any items
500
+ # processed before cancelling are returned in the response.
557
501
  CANCELLED = 6
558
502
  end
559
503
  end
@@ -705,8 +649,7 @@ module Google
705
649
  # The job is offered as a contracted position with the understanding
706
650
  # that it's converted into a full-time position at the end of the
707
651
  # contract. Jobs of this type are also returned by a search for
708
- # {::Google::Cloud::Talent::V4::EmploymentType::CONTRACTOR EmploymentType.CONTRACTOR}
709
- # jobs.
652
+ # {::Google::Cloud::Talent::V4::EmploymentType::CONTRACTOR EmploymentType.CONTRACTOR} jobs.
710
653
  CONTRACT_TO_HIRE = 4
711
654
 
712
655
  # The job is offered as a temporary employment opportunity, usually
@@ -866,10 +809,9 @@ module Google
866
809
  POSTING_REGION_UNSPECIFIED = 0
867
810
 
868
811
  # In addition to exact location matching, job posting is returned when the
869
- # {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} in the search query
870
- # is in the same administrative area as the returned job posting. For
871
- # example, if a `ADMINISTRATIVE_AREA` job is posted in "CA, USA", it's
872
- # returned if {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} has
812
+ # {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} in the search query is in the same administrative area
813
+ # as the returned job posting. For example, if a `ADMINISTRATIVE_AREA` job
814
+ # is posted in "CA, USA", it's returned if {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} has
873
815
  # "Mountain View".
874
816
  #
875
817
  # Administrative area refers to top-level administrative subdivision of this
@@ -878,11 +820,9 @@ module Google
878
820
  ADMINISTRATIVE_AREA = 1
879
821
 
880
822
  # In addition to exact location matching, job is returned when
881
- # {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} in search query is
882
- # in the same country as this job. For example, if a `NATION_WIDE` job is
883
- # posted in "USA", it's returned if
884
- # {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} has 'Mountain
885
- # View'.
823
+ # {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} in search query is in the same country as this job.
824
+ # For example, if a `NATION_WIDE` job is posted in "USA", it's
825
+ # returned if {::Google::Cloud::Talent::V4::LocationFilter LocationFilter} has 'Mountain View'.
886
826
  NATION = 2
887
827
 
888
828
  # Job allows employees to work remotely (telecommute).
@@ -936,12 +876,6 @@ module Google
936
876
  # Commute time is calculated based on public transit including bus, metro,
937
877
  # subway, and so on.
938
878
  TRANSIT = 2
939
-
940
- # Commute time is calculated based on walking time.
941
- WALKING = 3
942
-
943
- # Commute time is calculated based on biking time.
944
- CYCLING = 4
945
879
  end
946
880
  end
947
881
  end