google-cloud-talent 0.3.0 → 0.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (56) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/talent.rb +28 -0
  3. data/lib/google/cloud/talent/v4beta1.rb +57 -0
  4. data/lib/google/cloud/talent/v4beta1/application_pb.rb +1 -2
  5. data/lib/google/cloud/talent/v4beta1/application_service_client.rb +26 -24
  6. data/lib/google/cloud/talent/v4beta1/application_service_pb.rb +1 -0
  7. data/lib/google/cloud/talent/v4beta1/batch_pb.rb +30 -0
  8. data/lib/google/cloud/talent/v4beta1/common_pb.rb +1 -0
  9. data/lib/google/cloud/talent/v4beta1/company_pb.rb +1 -1
  10. data/lib/google/cloud/talent/v4beta1/company_service_client.rb +28 -29
  11. data/lib/google/cloud/talent/v4beta1/company_service_pb.rb +1 -0
  12. data/lib/google/cloud/talent/v4beta1/completion_client.rb +36 -32
  13. data/lib/google/cloud/talent/v4beta1/completion_service_pb.rb +1 -0
  14. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application.rb +14 -33
  15. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/application_service.rb +18 -27
  16. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/common.rb +144 -135
  17. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb +19 -36
  18. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company_service.rb +20 -32
  19. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/completion_service.rb +30 -32
  20. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event.rb +121 -41
  21. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/event_service.rb +3 -7
  22. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/filters.rb +239 -281
  23. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/histogram.rb +9 -3
  24. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job.rb +129 -142
  25. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/job_service.rb +280 -215
  26. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb +198 -338
  27. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile_service.rb +128 -108
  28. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant.rb +11 -13
  29. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/tenant_service.rb +16 -27
  30. data/lib/google/cloud/talent/v4beta1/doc/google/longrunning/operations.rb +51 -0
  31. data/lib/google/cloud/talent/v4beta1/doc/google/protobuf/any.rb +131 -0
  32. data/lib/google/cloud/talent/v4beta1/doc/google/rpc/status.rb +87 -0
  33. data/lib/google/cloud/talent/v4beta1/doc/google/type/postal_address.rb +1 -1
  34. data/lib/google/cloud/talent/v4beta1/event_pb.rb +1 -1
  35. data/lib/google/cloud/talent/v4beta1/event_service_client.rb +13 -10
  36. data/lib/google/cloud/talent/v4beta1/event_service_pb.rb +1 -0
  37. data/lib/google/cloud/talent/v4beta1/filters_pb.rb +6 -1
  38. data/lib/google/cloud/talent/v4beta1/histogram_pb.rb +1 -1
  39. data/lib/google/cloud/talent/v4beta1/job_pb.rb +1 -1
  40. data/lib/google/cloud/talent/v4beta1/job_service_client.rb +528 -301
  41. data/lib/google/cloud/talent/v4beta1/job_service_client_config.json +10 -0
  42. data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +13 -0
  43. data/lib/google/cloud/talent/v4beta1/job_service_services_pb.rb +16 -8
  44. data/lib/google/cloud/talent/v4beta1/profile_service_client.rb +118 -91
  45. data/lib/google/cloud/talent/v4beta1/profile_service_pb.rb +3 -0
  46. data/lib/google/cloud/talent/v4beta1/profile_service_services_pb.rb +3 -1
  47. data/lib/google/cloud/talent/v4beta1/tenant_pb.rb +1 -1
  48. data/lib/google/cloud/talent/v4beta1/tenant_service_client.rb +24 -24
  49. data/lib/google/cloud/talent/v4beta1/tenant_service_pb.rb +1 -0
  50. data/lib/google/cloud/talent/version.rb +22 -0
  51. metadata +8 -9
  52. data/lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/resume_service.rb +0 -98
  53. data/lib/google/cloud/talent/v4beta1/resume_service_client.rb +0 -296
  54. data/lib/google/cloud/talent/v4beta1/resume_service_client_config.json +0 -31
  55. data/lib/google/cloud/talent/v4beta1/resume_service_pb.rb +0 -37
  56. data/lib/google/cloud/talent/v4beta1/resume_service_services_pb.rb +0 -75
@@ -31,9 +31,11 @@ module Google
31
31
  # @!attribute [rw] location_type
32
32
  # @return [Google::Cloud::Talent::V4beta1::Location::LocationType]
33
33
  # The type of a location, which corresponds to the address lines field of
34
- # {PostalAddress}. For example, "Downtown, Atlanta, GA, USA" has a type of
35
- # {LocationType#NEIGHBORHOOD}, and "Kansas City, KS, USA" has a type of
36
- # {LocationType#LOCALITY}.
34
+ # {Google::Type::PostalAddress}. For example,
35
+ # "Downtown, Atlanta, GA, USA" has a type of
36
+ # {Google::Cloud::Talent::V4beta1::Location::LocationType::NEIGHBORHOOD LocationType::NEIGHBORHOOD},
37
+ # and "Kansas City, KS, USA" has a type of
38
+ # {Google::Cloud::Talent::V4beta1::Location::LocationType::LOCALITY LocationType::LOCALITY}.
37
39
  # @!attribute [rw] postal_address
38
40
  # @return [Google::Type::PostalAddress]
39
41
  # Postal address of the location that includes human readable information,
@@ -47,9 +49,9 @@ module Google
47
49
  # @return [Float]
48
50
  # Radius in miles of the job location. This value is derived from the
49
51
  # location bounding box in which a circle with the specified radius
50
- # centered from {LatLng} covers the area associated with the job location.
51
- # For example, currently, "Mountain View, CA, USA" has a radius of
52
- # 6.17 miles.
52
+ # centered from {Google::Type::LatLng} covers the area
53
+ # associated with the job location. For example, currently, "Mountain View,
54
+ # CA, USA" has a radius of 6.17 miles.
53
55
  class Location
54
56
  # An enum which represents the type of a location.
55
57
  module LocationType
@@ -99,7 +101,9 @@ module Google
99
101
  # performance of the service.
100
102
  # @!attribute [rw] domain
101
103
  # @return [String]
102
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
104
+ # Required if
105
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids}
106
+ # is unset or `false`.
103
107
  #
104
108
  # The client-defined scope or source of the service call, which typically
105
109
  # is the domain on
@@ -116,7 +120,9 @@ module Google
116
120
  # The maximum number of allowed characters is 255.
117
121
  # @!attribute [rw] session_id
118
122
  # @return [String]
119
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
123
+ # Required if
124
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids}
125
+ # is unset or `false`.
120
126
  #
121
127
  # A unique session identification string. A session is defined as the
122
128
  # duration of an end user's interaction with the service over a certain
@@ -130,7 +136,9 @@ module Google
130
136
  # The maximum number of allowed characters is 255.
131
137
  # @!attribute [rw] user_id
132
138
  # @return [String]
133
- # Required if {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids} is unset or `false`.
139
+ # Required if
140
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#allow_missing_ids allow_missing_ids}
141
+ # is unset or `false`.
134
142
  #
135
143
  # A unique user identification string, as determined by the client.
136
144
  # To have the strongest positive impact on search quality
@@ -144,18 +152,20 @@ module Google
144
152
  # The maximum number of allowed characters is 255.
145
153
  # @!attribute [rw] allow_missing_ids
146
154
  # @return [true, false]
147
- # Optional.
148
- #
149
- # If set to `true`, {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} are optional.
150
- # Only set when any of these fields isn't available for some reason. It
151
- # is highly recommended not to set this field and provide accurate
152
- # {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain}, {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} for the best service experience.
155
+ # Optional. If set to `true`,
156
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain},
157
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and
158
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} are
159
+ # optional. Only set when any of these fields isn't available for some
160
+ # reason. It is highly recommended not to set this field and provide accurate
161
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#domain domain},
162
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#session_id session_id} and
163
+ # {Google::Cloud::Talent::V4beta1::RequestMetadata#user_id user_id} for the best
164
+ # service experience.
153
165
  # @!attribute [rw] device_info
154
166
  # @return [Google::Cloud::Talent::V4beta1::DeviceInfo]
155
- # Optional.
156
- #
157
- # The type of device used by the job seeker at the time of the call to the
158
- # service.
167
+ # Optional. The type of device used by the job seeker at the time of the call
168
+ # to the service.
159
169
  class RequestMetadata; end
160
170
 
161
171
  # Output only. Additional information returned to client, such as debugging
@@ -171,14 +181,10 @@ module Google
171
181
  # the quality of the search results across devices.
172
182
  # @!attribute [rw] device_type
173
183
  # @return [Google::Cloud::Talent::V4beta1::DeviceInfo::DeviceType]
174
- # Optional.
175
- #
176
- # Type of the device.
184
+ # Optional. Type of the device.
177
185
  # @!attribute [rw] id
178
186
  # @return [String]
179
- # Optional.
180
- #
181
- # A device-specific ID. The ID must be a unique identifier that
187
+ # Optional. A device-specific ID. The ID must be a unique identifier that
182
188
  # distinguishes the device from other devices.
183
189
  class DeviceInfo
184
190
  # An enumeration describing an API access portal and exposure mechanism.
@@ -212,8 +218,10 @@ module Google
212
218
  # Custom attribute values that are either filterable or non-filterable.
213
219
  # @!attribute [rw] string_values
214
220
  # @return [Array<String>]
215
- # Optional but exactly one of {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must
216
- # be specified.
221
+ # Optional but exactly one of
222
+ # {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values}
223
+ # or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values}
224
+ # must be specified.
217
225
  #
218
226
  # This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or
219
227
  # `CASE_INSENSITIVE_MATCH`) search.
@@ -225,19 +233,21 @@ module Google
225
233
  # Empty string isn't allowed.
226
234
  # @!attribute [rw] long_values
227
235
  # @return [Array<Integer>]
228
- # Optional but exactly one of {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values} or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} must
229
- # be specified.
236
+ # Optional but exactly one of
237
+ # {Google::Cloud::Talent::V4beta1::CustomAttribute#string_values string_values}
238
+ # or {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values}
239
+ # must be specified.
230
240
  #
231
241
  # This field is used to perform number range search.
232
242
  # (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`.
233
243
  #
234
- # Currently at most 1 {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} is supported.
244
+ # Currently at most 1
245
+ # {Google::Cloud::Talent::V4beta1::CustomAttribute#long_values long_values} is
246
+ # supported.
235
247
  # @!attribute [rw] filterable
236
248
  # @return [true, false]
237
- # Optional.
238
- #
239
- # If the `filterable` flag is true, custom field values are searchable.
240
- # If false, values are not searchable.
249
+ # Optional. If the `filterable` flag is true, custom field values are
250
+ # searchable. If false, values are not searchable.
241
251
  #
242
252
  # Default is false.
243
253
  class CustomAttribute; end
@@ -263,74 +273,80 @@ module Google
263
273
  # Job compensation details.
264
274
  # @!attribute [rw] entries
265
275
  # @return [Array<Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry>]
266
- # Optional.
267
- #
268
- # Job compensation information.
276
+ # Optional. Job compensation information.
269
277
  #
270
278
  # At most one entry can be of type
271
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::BASE CompensationInfo::CompensationType::BASE}, which is
272
- # referred as ** base compensation entry ** for the job.
279
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::BASE CompensationInfo::CompensationType::BASE},
280
+ # which is referred as **base compensation entry** for the job.
273
281
  # @!attribute [rw] annualized_base_compensation_range
274
282
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
275
283
  # Output only. Annualized base compensation range. Computed as
276
- # base compensation entry's {CompensationEntry#compensation} times
284
+ # base compensation entry's
285
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount}
286
+ # times
277
287
  # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry#expected_units_per_year}.
278
288
  #
279
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
289
+ # See
290
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry}
291
+ # for explanation on compensation annualization.
280
292
  # @!attribute [rw] annualized_total_compensation_range
281
293
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
282
294
  # Output only. Annualized total compensation range. Computed as
283
- # all compensation entries' {CompensationEntry#compensation} times
295
+ # all compensation entries'
296
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount}
297
+ # times
284
298
  # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year CompensationEntry#expected_units_per_year}.
285
299
  #
286
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry} for explanation on compensation annualization.
300
+ # See
301
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationEntry}
302
+ # for explanation on compensation annualization.
287
303
  class CompensationInfo
288
304
  # A compensation entry that represents one component of compensation, such
289
305
  # as base pay, bonus, or other compensation type.
290
306
  #
291
307
  # Annualization: One compensation entry can be annualized if
292
- # * it contains valid {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}.
293
- # * and its {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year} is set or can be derived.
294
- # Its annualized range is determined as ({Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}) times
308
+ # * it contains valid
309
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount}
310
+ # or
311
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range}.
312
+ # * and its
313
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}
314
+ # is set or can be derived. Its annualized range is determined as
315
+ # ({Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount amount}
316
+ # or
317
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range range})
318
+ # times
295
319
  # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#expected_units_per_year expected_units_per_year}.
296
320
  # @!attribute [rw] type
297
321
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType]
298
- # Optional.
299
- #
300
- # Compensation type.
322
+ # Optional. Compensation type.
301
323
  #
302
- # Default is {CompensationUnit::OTHER_COMPENSATION_TYPE}.
324
+ # Default is
325
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationType::COMPENSATION_TYPE_UNSPECIFIED CompensationType::COMPENSATION_TYPE_UNSPECIFIED}.
303
326
  # @!attribute [rw] unit
304
327
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit]
305
- # Optional.
328
+ # Optional. Frequency of the specified amount.
306
329
  #
307
- # Frequency of the specified amount.
308
- #
309
- # Default is {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::OTHER_COMPENSATION_UNIT CompensationUnit::OTHER_COMPENSATION_UNIT}.
330
+ # Default is
331
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED}.
310
332
  # @!attribute [rw] amount
311
333
  # @return [Google::Type::Money]
312
- # Optional.
313
- #
314
- # Compensation amount.
334
+ # Optional. Compensation amount.
315
335
  # @!attribute [rw] range
316
336
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
317
- # Optional.
318
- #
319
- # Compensation range.
337
+ # Optional. Compensation range.
320
338
  # @!attribute [rw] description
321
339
  # @return [String]
322
- # Optional.
323
- #
324
- # Compensation description. For example, could
340
+ # Optional. Compensation description. For example, could
325
341
  # indicate equity terms or provide additional context to an estimated
326
342
  # bonus.
327
343
  # @!attribute [rw] expected_units_per_year
328
344
  # @return [Google::Protobuf::DoubleValue]
329
- # Optional.
330
- #
331
- # Expected number of units paid each year. If not specified, when
332
- # {Google::Cloud::Talent::V4beta1::Job#employment_types Job#employment_types} is FULLTIME, a default value is inferred
333
- # based on {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#unit unit}. Default values:
345
+ # Optional. Expected number of units paid each year. If not specified, when
346
+ # {Google::Cloud::Talent::V4beta1::Job#employment_types Job#employment_types}
347
+ # is FULLTIME, a default value is inferred based on
348
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#unit unit}.
349
+ # Default values:
334
350
  # * HOURLY: 2080
335
351
  # * DAILY: 260
336
352
  # * WEEKLY: 52
@@ -341,37 +357,43 @@ module Google
341
357
  # Compensation range.
342
358
  # @!attribute [rw] max_compensation
343
359
  # @return [Google::Type::Money]
344
- # Optional.
345
- #
346
- # The maximum amount of compensation. If left empty, the value is set
347
- # to a maximal compensation value and the currency code is set to
348
- # match the {Google::Type::Money#currency_code currency code} of
349
- # min_compensation.
360
+ # Optional. The maximum amount of compensation. If left empty, the value is
361
+ # set to a maximal compensation value and the currency code is set to match
362
+ # the {Google::Type::Money#currency_code currency code} of min_compensation.
350
363
  # @!attribute [rw] min_compensation
351
364
  # @return [Google::Type::Money]
352
- # Optional.
353
- #
354
- # The minimum amount of compensation. If left empty, the value is set
355
- # to zero and the currency code is set to match the
356
- # {Google::Type::Money#currency_code currency code} of max_compensation.
365
+ # Optional. The minimum amount of compensation. If left empty, the value is
366
+ # set to zero and the currency code is set to match the [currency
367
+ # code][google.type.Money.currency_code] of max_compensation.
357
368
  class CompensationRange; end
358
369
 
359
370
  # The type of compensation.
360
371
  #
361
372
  # For compensation amounts specified in non-monetary amounts,
362
- # describe the compensation scheme in the {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}.
373
+ # describe the compensation scheme in the
374
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}.
363
375
  #
364
376
  # For example, tipping format is described in
365
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description} (for example, "expect 15-20% tips based
366
- # on customer bill.") and an estimate of the tips provided in
367
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount} or {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry#range} ($10 per hour).
377
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}
378
+ # (for example, "expect 15-20% tips based on customer bill.") and an estimate
379
+ # of the tips provided in
380
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount}
381
+ # or
382
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry#range}
383
+ # ($10 per hour).
368
384
  #
369
- # For example, equity is described in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}
385
+ # For example, equity is described in
386
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}
370
387
  # (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and
371
- # value estimated in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount} or
372
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry#range}. If no value estimate is possible, units are
373
- # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED} and then further
374
- # clarified in {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description} field.
388
+ # value estimated in
389
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#amount CompensationEntry#amount}
390
+ # or
391
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#range CompensationEntry#range}.
392
+ # If no value estimate is possible, units are
393
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED CompensationUnit::COMPENSATION_UNIT_UNSPECIFIED}
394
+ # and then further clarified in
395
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry#description CompensationEntry#description}
396
+ # field.
375
397
  module CompensationType
376
398
  # Default value.
377
399
  COMPENSATION_TYPE_UNSPECIFIED = 0
@@ -435,33 +457,23 @@ module Google
435
457
  # Resource that represents a license or certification.
436
458
  # @!attribute [rw] display_name
437
459
  # @return [String]
438
- # Optional.
439
- #
440
- # Name of license or certification.
460
+ # Optional. Name of license or certification.
441
461
  #
442
462
  # Number of characters allowed is 100.
443
463
  # @!attribute [rw] acquire_date
444
464
  # @return [Google::Type::Date]
445
- # Optional.
446
- #
447
- # Acquisition date or effective date of license or certification.
465
+ # Optional. Acquisition date or effective date of license or certification.
448
466
  # @!attribute [rw] expire_date
449
467
  # @return [Google::Type::Date]
450
- # Optional.
451
- #
452
- # Expiration date of license of certification.
468
+ # Optional. Expiration date of license of certification.
453
469
  # @!attribute [rw] authority
454
470
  # @return [String]
455
- # Optional.
456
- #
457
- # Authority of license, such as government.
471
+ # Optional. Authority of license, such as government.
458
472
  #
459
473
  # Number of characters allowed is 100.
460
474
  # @!attribute [rw] description
461
475
  # @return [String]
462
- # Optional.
463
- #
464
- # Description of license or certification.
476
+ # Optional. Description of license or certification.
465
477
  #
466
478
  # Number of characters allowed is 100,000.
467
479
  class Certification; end
@@ -469,50 +481,40 @@ module Google
469
481
  # Resource that represents a skill of a candidate.
470
482
  # @!attribute [rw] display_name
471
483
  # @return [String]
472
- # Optional.
473
- #
474
- # Skill display name.
484
+ # Optional. Skill display name.
475
485
  #
476
486
  # For example, "Java", "Python".
477
487
  #
478
488
  # Number of characters allowed is 100.
479
489
  # @!attribute [rw] last_used_date
480
490
  # @return [Google::Type::Date]
481
- # Optional.
482
- #
483
- # The last time this skill was used.
491
+ # Optional. The last time this skill was used.
484
492
  # @!attribute [rw] level
485
493
  # @return [Google::Cloud::Talent::V4beta1::SkillProficiencyLevel]
486
- # Optional.
487
- #
488
- # Skill proficiency level which indicates how proficient the candidate is at
489
- # this skill.
494
+ # Optional. Skill proficiency level which indicates how proficient the
495
+ # candidate is at this skill.
490
496
  # @!attribute [rw] context
491
497
  # @return [String]
492
- # Optional.
493
- #
494
- # A paragraph describes context of this skill.
498
+ # Optional. A paragraph describes context of this skill.
495
499
  #
496
500
  # Number of characters allowed is 100,000.
497
501
  # @!attribute [rw] skill_name_snippet
498
502
  # @return [String]
499
- # Output only. Skill name snippet shows how the {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} is related
500
- # to a search query. It's empty if the {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} isn't related to the
501
- # search query.
503
+ # Output only. Skill name snippet shows how the
504
+ # {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} is related
505
+ # to a search query. It's empty if the
506
+ # {Google::Cloud::Talent::V4beta1::Skill#display_name display_name} isn't
507
+ # related to the search query.
502
508
  class Skill; end
503
509
 
504
510
  # Details of an interview.
505
511
  # @!attribute [rw] rating
506
512
  # @return [Google::Cloud::Talent::V4beta1::Rating]
507
- # Optional.
508
- #
509
- # The rating on this interview.
513
+ # Optional. The rating on this interview.
510
514
  # @!attribute [rw] outcome
511
515
  # @return [Google::Cloud::Talent::V4beta1::Outcome]
512
- # Required.
513
- #
514
- # The overall decision resulting from this interview (positive, negative,
515
- # nuetral).
516
+ # Required. The overall decision resulting from this interview (positive,
517
+ # negative, nuetral).
516
518
  class Interview; end
517
519
 
518
520
  # The details of the score received for an assessment or interview.
@@ -667,7 +669,8 @@ module Google
667
669
  # The job is offered as a contracted position with the understanding
668
670
  # that it's converted into a full-time position at the end of the
669
671
  # contract. Jobs of this type are also returned by a search for
670
- # {Google::Cloud::Talent::V4beta1::EmploymentType::CONTRACTOR EmploymentType::CONTRACTOR} jobs.
672
+ # {Google::Cloud::Talent::V4beta1::EmploymentType::CONTRACTOR EmploymentType::CONTRACTOR}
673
+ # jobs.
671
674
  CONTRACT_TO_HIRE = 4
672
675
 
673
676
  # The job is offered as a temporary employment opportunity, usually
@@ -912,10 +915,11 @@ module Google
912
915
  POSTING_REGION_UNSPECIFIED = 0
913
916
 
914
917
  # In addition to exact location matching, job posting is returned when the
915
- # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in the search query is in the same administrative area
916
- # as the returned job posting. For example, if a `ADMINISTRATIVE_AREA` job
917
- # is posted in "CA, USA", it's returned if {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has
918
- # "Mountain View".
918
+ # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in the search
919
+ # query is in the same administrative area as the returned job posting. For
920
+ # example, if a `ADMINISTRATIVE_AREA` job is posted in "CA, USA", it's
921
+ # returned if {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter}
922
+ # has "Mountain View".
919
923
  #
920
924
  # Administrative area refers to top-level administrative subdivision of this
921
925
  # country. For example, US state, IT region, UK constituent nation and
@@ -923,13 +927,15 @@ module Google
923
927
  ADMINISTRATIVE_AREA = 1
924
928
 
925
929
  # In addition to exact location matching, job is returned when
926
- # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in search query is in the same country as this job.
927
- # For example, if a `NATION_WIDE` job is posted in "USA", it's
928
- # returned if {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has 'Mountain View'.
930
+ # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} in search
931
+ # query is in the same country as this job. For example, if a `NATION_WIDE`
932
+ # job is posted in "USA", it's returned if
933
+ # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} has 'Mountain
934
+ # View'.
929
935
  NATION = 2
930
936
 
931
937
  # Job allows employees to work remotely (telecommute).
932
- # If {Locations} are provided with this value, the job is
938
+ # If locations are provided with this value, the job is
933
939
  # considered as having a location, but telecommuting is allowed.
934
940
  TELECOMMUTE = 3
935
941
  end
@@ -939,6 +945,9 @@ module Google
939
945
  # Default value.
940
946
  SKILL_PROFICIENCY_LEVEL_UNSPECIFIED = 0
941
947
 
948
+ # Lacks any proficiency in this skill.
949
+ UNSKILLED = 6
950
+
942
951
  # Have a common knowledge or an understanding of basic techniques and
943
952
  # concepts.
944
953
  FUNDAMENTAL_AWARENESS = 1