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
@@ -20,9 +20,7 @@ module Google
20
20
  # The report event request.
21
21
  # @!attribute [rw] parent
22
22
  # @return [String]
23
- # Required.
24
- #
25
- # Resource name of the tenant under which the event is created.
23
+ # Required. Resource name of the tenant under which the event is created.
26
24
  #
27
25
  # The format is "projects/{project_id}/tenants/{tenant_id}", for example,
28
26
  # "projects/api-test-project/tenant/foo".
@@ -31,10 +29,8 @@ module Google
31
29
  # example, "projects/api-test-project".
32
30
  # @!attribute [rw] client_event
33
31
  # @return [Google::Cloud::Talent::V4beta1::ClientEvent]
34
- # Required.
35
- #
36
- # Events issued when end user interacts with customer's application that
37
- # uses Cloud Talent Solution.
32
+ # Required. Events issued when end user interacts with customer's application
33
+ # that uses Cloud Talent Solution.
38
34
  class CreateClientEventRequest; end
39
35
  end
40
36
  end
@@ -22,17 +22,13 @@ module Google
22
22
  # The query required to perform a search query.
23
23
  # @!attribute [rw] query
24
24
  # @return [String]
25
- # Optional.
26
- #
27
- # The query string that matches against the job title, description, and
28
- # location fields.
25
+ # Optional. The query string that matches against the job title, description,
26
+ # and location fields.
29
27
  #
30
28
  # The maximum number of allowed characters is 255.
31
29
  # @!attribute [rw] companies
32
30
  # @return [Array<String>]
33
- # Optional.
34
- #
35
- # This filter specifies the company entities to search against.
31
+ # Optional. This filter specifies the company entities to search against.
36
32
  #
37
33
  # If a value isn't specified, jobs are searched for against all
38
34
  # companies.
@@ -50,26 +46,25 @@ module Google
50
46
  # At most 20 company filters are allowed.
51
47
  # @!attribute [rw] location_filters
52
48
  # @return [Array<Google::Cloud::Talent::V4beta1::LocationFilter>]
53
- # Optional.
54
- #
55
- # The location filter specifies geo-regions containing the jobs to
56
- # search against. See {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} for more information.
49
+ # Optional. The location filter specifies geo-regions containing the jobs to
50
+ # search against. See
51
+ # {Google::Cloud::Talent::V4beta1::LocationFilter LocationFilter} for more
52
+ # information.
57
53
  #
58
54
  # If a location value isn't specified, jobs fitting the other search
59
55
  # criteria are retrieved regardless of where they're located.
60
56
  #
61
57
  # If multiple values are specified, jobs are retrieved from any of the
62
58
  # specified locations. If different values are specified for the
63
- # {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter#distance_in_miles} parameter, the maximum provided
64
- # distance is used for all locations.
59
+ # {Google::Cloud::Talent::V4beta1::LocationFilter#distance_in_miles LocationFilter#distance_in_miles}
60
+ # parameter, the maximum provided distance is used for all locations.
65
61
  #
66
62
  # At most 5 location filters are allowed.
67
63
  # @!attribute [rw] job_categories
68
64
  # @return [Array<Google::Cloud::Talent::V4beta1::JobCategory>]
69
- # Optional.
70
- #
71
- # The category filter specifies the categories of jobs to search against.
72
- # See {Category} for more information.
65
+ # Optional. The category filter specifies the categories of jobs to search
66
+ # against. See {Google::Cloud::Talent::V4beta1::JobCategory JobCategory} for
67
+ # more information.
73
68
  #
74
69
  # If a value isn't specified, jobs from any category are searched against.
75
70
  #
@@ -77,20 +72,21 @@ module Google
77
72
  # categories are searched against.
78
73
  # @!attribute [rw] commute_filter
79
74
  # @return [Google::Cloud::Talent::V4beta1::CommuteFilter]
80
- # Optional.
75
+ # Optional. Allows filtering jobs by commute time with different travel
76
+ # methods (for
77
+ # example, driving or public transit).
81
78
  #
82
- # Allows filtering jobs by commute time with different travel methods (for
83
- # example, driving or public transit). Note: This only works with [COMMUTE
84
- # MODE][Mode#COMMUTE]. When specified, [JobQuery.location_filters] is
85
- # ignored.
79
+ # Note: This only works when you specify a
80
+ # {Google::Cloud::Talent::V4beta1::CommuteMethod CommuteMethod}. In this case,
81
+ # {Google::Cloud::Talent::V4beta1::JobQuery#location_filters location_filters}
82
+ # is ignored.
86
83
  #
87
84
  # Currently we don't support sorting by commute time.
88
85
  # @!attribute [rw] company_display_names
89
86
  # @return [Array<String>]
90
- # Optional.
91
- #
92
- # This filter specifies the exact [company display
93
- # name][Company.display_name] of the jobs to search against.
87
+ # Optional. This filter specifies the exact company
88
+ # {Google::Cloud::Talent::V4beta1::Company#display_name Company#display_name} of
89
+ # the jobs to search against.
94
90
  #
95
91
  # If a value isn't specified, jobs within the search results are
96
92
  # associated with any company.
@@ -101,19 +97,16 @@ module Google
101
97
  # At most 20 company display name filters are allowed.
102
98
  # @!attribute [rw] compensation_filter
103
99
  # @return [Google::Cloud::Talent::V4beta1::CompensationFilter]
104
- # Optional.
105
- #
106
- # This search filter is applied only to
107
- # {Google::Cloud::Talent::V4beta1::Job#compensation_info Job#compensation_info}. For example, if the filter is specified
108
- # as "Hourly job with per-hour compensation > $15", only jobs meeting
109
- # these criteria are searched. If a filter isn't defined, all open jobs
110
- # are searched.
100
+ # Optional. This search filter is applied only to
101
+ # {Google::Cloud::Talent::V4beta1::Job#compensation_info Job#compensation_info}.
102
+ # For example, if the filter is specified as "Hourly job with per-hour
103
+ # compensation > $15", only jobs meeting these criteria are searched. If a
104
+ # filter isn't defined, all open jobs are searched.
111
105
  # @!attribute [rw] custom_attribute_filter
112
106
  # @return [String]
113
- # Optional.
114
- #
115
- # This filter specifies a structured syntax to match against the
116
- # {Google::Cloud::Talent::V4beta1::Job#custom_attributes Job#custom_attributes} marked as `filterable`.
107
+ # Optional. This filter specifies a structured syntax to match against the
108
+ # {Google::Cloud::Talent::V4beta1::Job#custom_attributes Job#custom_attributes}
109
+ # marked as `filterable`.
117
110
  #
118
111
  # The syntax for this expression is a subset of SQL syntax.
119
112
  #
@@ -136,19 +129,16 @@ module Google
136
129
  # driving_years > 10`
137
130
  # @!attribute [rw] disable_spell_check
138
131
  # @return [true, false]
139
- # Optional.
140
- #
141
- # This flag controls the spell-check feature. If false, the
132
+ # Optional. This flag controls the spell-check feature. If false, the
142
133
  # service attempts to correct a misspelled query,
143
134
  # for example, "enginee" is corrected to "engineer".
144
135
  #
145
136
  # Defaults to false: a spell check is performed.
146
137
  # @!attribute [rw] employment_types
147
138
  # @return [Array<Google::Cloud::Talent::V4beta1::EmploymentType>]
148
- # Optional.
149
- #
150
- # The employment type filter specifies the employment type of jobs to
151
- # search against, such as {Google::Cloud::Talent::V4beta1::EmploymentType::FULL_TIME EmploymentType::FULL_TIME}.
139
+ # Optional. The employment type filter specifies the employment type of jobs
140
+ # to search against, such as
141
+ # {Google::Cloud::Talent::V4beta1::EmploymentType::FULL_TIME EmploymentType::FULL_TIME}.
152
142
  #
153
143
  # If a value isn't specified, jobs in the search results includes any
154
144
  # employment type.
@@ -157,9 +147,7 @@ module Google
157
147
  # any of the specified employment types.
158
148
  # @!attribute [rw] language_codes
159
149
  # @return [Array<String>]
160
- # Optional.
161
- #
162
- # This filter specifies the locale of jobs to search against,
150
+ # Optional. This filter specifies the locale of jobs to search against,
163
151
  # for example, "en-US".
164
152
  #
165
153
  # If a value isn't specified, the search results can contain jobs in any
@@ -173,15 +161,12 @@ module Google
173
161
  # At most 10 language code filters are allowed.
174
162
  # @!attribute [rw] publish_time_range
175
163
  # @return [Google::Cloud::Talent::V4beta1::TimestampRange]
176
- # Optional.
177
- #
178
- # Jobs published within a range specified by this filter are searched
179
- # against.
164
+ # Optional. Jobs published within a range specified by this filter are
165
+ # searched against.
180
166
  # @!attribute [rw] excluded_jobs
181
167
  # @return [Array<String>]
182
- # Optional.
183
- #
184
- # This filter specifies a list of job names to be excluded during search.
168
+ # Optional. This filter specifies a list of job names to be excluded during
169
+ # search.
185
170
  #
186
171
  # At most 400 excluded job names are allowed.
187
172
  class JobQuery; end
@@ -189,45 +174,39 @@ module Google
189
174
  # Filters to apply when performing the search query.
190
175
  # @!attribute [rw] query
191
176
  # @return [String]
192
- # Optional.
193
- #
194
- # Keywords to match any text fields of profiles.
177
+ # Optional. Keywords to match any text fields of profiles.
195
178
  #
196
179
  # For example, "software engineer in Palo Alto".
197
180
  # @!attribute [rw] location_filters
198
181
  # @return [Array<Google::Cloud::Talent::V4beta1::LocationFilter>]
199
- # Optional.
200
- #
201
- # The location filter specifies geo-regions containing the profiles to
202
- # search against.
182
+ # Optional. The location filter specifies geo-regions containing the profiles
183
+ # to search against.
203
184
  #
204
185
  # If a location filter isn't specified, profiles fitting the other search
205
186
  # criteria are retrieved regardless of where they're located.
206
187
  #
207
- # If {Google::Cloud::Talent::V4beta1::LocationFilter#negated LocationFilter#negated} is specified, the result doesn't contain
208
- # profiles from that location.
188
+ # If
189
+ # {Google::Cloud::Talent::V4beta1::LocationFilter#negated LocationFilter#negated}
190
+ # is specified, the result doesn't contain profiles from that location.
209
191
  #
210
192
  # For example, search for profiles with addresses in "New York City".
211
193
  # @!attribute [rw] job_title_filters
212
194
  # @return [Array<Google::Cloud::Talent::V4beta1::JobTitleFilter>]
213
- # Optional.
214
- #
215
- # Job title filter specifies job titles of profiles to match on.
195
+ # Optional. Job title filter specifies job titles of profiles to match on.
216
196
  #
217
197
  # If a job title isn't specified, profiles with any titles are retrieved.
218
198
  #
219
199
  # If multiple values are specified, profiles are retrieved with any of the
220
200
  # specified job titles.
221
201
  #
222
- # If {Google::Cloud::Talent::V4beta1::JobTitleFilter#negated JobTitleFilter#negated} is specified, the result won't contain
223
- # profiles with the job titles.
202
+ # If
203
+ # {Google::Cloud::Talent::V4beta1::JobTitleFilter#negated JobTitleFilter#negated}
204
+ # is specified, the result won't contain profiles with the job titles.
224
205
  #
225
206
  # For example, search for profiles with a job title "Product Manager".
226
207
  # @!attribute [rw] employer_filters
227
208
  # @return [Array<Google::Cloud::Talent::V4beta1::EmployerFilter>]
228
- # Optional.
229
- #
230
- # Employer filter specifies employers of profiles to match on.
209
+ # Optional. Employer filter specifies employers of profiles to match on.
231
210
  #
232
211
  # If an employer filter isn't specified, profiles with any employers are
233
212
  # retrieved.
@@ -235,16 +214,15 @@ module Google
235
214
  # If multiple employer filters are specified, profiles with any matching
236
215
  # employers are retrieved.
237
216
  #
238
- # If {Google::Cloud::Talent::V4beta1::EmployerFilter#negated EmployerFilter#negated} is specified, the result won't contain
239
- # profiles that match the employers.
217
+ # If
218
+ # {Google::Cloud::Talent::V4beta1::EmployerFilter#negated EmployerFilter#negated}
219
+ # is specified, the result won't contain profiles that match the employers.
240
220
  #
241
221
  # For example, search for profiles that have working experience at "Google
242
222
  # LLC".
243
223
  # @!attribute [rw] education_filters
244
224
  # @return [Array<Google::Cloud::Talent::V4beta1::EducationFilter>]
245
- # Optional.
246
- #
247
- # Education filter specifies education of profiles to match on.
225
+ # Optional. Education filter specifies education of profiles to match on.
248
226
  #
249
227
  # If an education filter isn't specified, profiles with any education are
250
228
  # retrieved.
@@ -252,32 +230,29 @@ module Google
252
230
  # If multiple education filters are specified, profiles that match any
253
231
  # education filters are retrieved.
254
232
  #
255
- # If {Google::Cloud::Talent::V4beta1::EducationFilter#negated EducationFilter#negated} is specified, the result won't contain
256
- # profiles that match the educations.
233
+ # If
234
+ # {Google::Cloud::Talent::V4beta1::EducationFilter#negated EducationFilter#negated}
235
+ # is specified, the result won't contain profiles that match the educations.
257
236
  #
258
237
  # For example, search for profiles with a master degree.
259
238
  # @!attribute [rw] skill_filters
260
239
  # @return [Array<Google::Cloud::Talent::V4beta1::SkillFilter>]
261
- # Optional.
262
- #
263
- # Skill filter specifies skill of profiles to match on.
240
+ # Optional. Skill filter specifies skill of profiles to match on.
264
241
  #
265
242
  # If a skill filter isn't specified, profiles with any skills are retrieved.
266
243
  #
267
244
  # If multiple skill filters are specified, profiles that match any skill
268
245
  # filters are retrieved.
269
246
  #
270
- # If {Google::Cloud::Talent::V4beta1::SkillFilter#negated SkillFilter#negated} is specified, the result won't contain profiles
271
- # that match the skills.
247
+ # If {Google::Cloud::Talent::V4beta1::SkillFilter#negated SkillFilter#negated}
248
+ # is specified, the result won't contain profiles that match the skills.
272
249
  #
273
250
  # For example, search for profiles that have "Java" and "Python" in skill
274
251
  # list.
275
252
  # @!attribute [rw] work_experience_filter
276
253
  # @return [Array<Google::Cloud::Talent::V4beta1::WorkExperienceFilter>]
277
- # Optional.
278
- #
279
- # Work experience filter specifies the total working experience of profiles
280
- # to match on.
254
+ # Optional. Work experience filter specifies the total working experience of
255
+ # profiles to match on.
281
256
  #
282
257
  # If a work experience filter isn't specified, profiles with any
283
258
  # professional experience are retrieved.
@@ -288,39 +263,31 @@ module Google
288
263
  # For example, search for profiles with 10 years of work experience.
289
264
  # @!attribute [rw] time_filters
290
265
  # @return [Array<Google::Cloud::Talent::V4beta1::TimeFilter>]
291
- # Optional.
292
- #
293
- # Time filter specifies the create/update timestamp of the profiles to match
294
- # on.
266
+ # Optional. Time filter specifies the create/update timestamp of the profiles
267
+ # to match on.
295
268
  #
296
269
  # For example, search for profiles created since "2018-1-1".
297
270
  # @!attribute [rw] hirable_filter
298
271
  # @return [Google::Protobuf::BoolValue]
299
- # Optional.
300
- #
301
- # The hirable filter specifies the profile's hirable status to match on.
272
+ # Optional. The hirable filter specifies the profile's hirable status to
273
+ # match on.
302
274
  # @!attribute [rw] application_date_filters
303
275
  # @return [Array<Google::Cloud::Talent::V4beta1::ApplicationDateFilter>]
304
- # Optional.
305
- #
306
- # The application date filters specify application date ranges to match on.
276
+ # Optional. The application date filters specify application date ranges to
277
+ # match on.
307
278
  # @!attribute [rw] application_outcome_notes_filters
308
279
  # @return [Array<Google::Cloud::Talent::V4beta1::ApplicationOutcomeNotesFilter>]
309
- # Optional.
310
- #
311
- # The application outcome notes filters specify the notes for the outcome of
312
- # the job application.
280
+ # Optional. The application outcome notes filters specify the notes for the
281
+ # outcome of the job application.
313
282
  # @!attribute [rw] application_job_filters
314
283
  # @return [Array<Google::Cloud::Talent::V4beta1::ApplicationJobFilter>]
315
- # Optional.
316
- #
317
- # The application job filters specify the job applied for in the application.
284
+ # Optional. The application job filters specify the job applied for in the
285
+ # application.
318
286
  # @!attribute [rw] custom_attribute_filter
319
287
  # @return [String]
320
- # Optional.
321
- #
322
- # This filter specifies a structured syntax to match against the
323
- # {Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile#custom_attributes} that are marked as `filterable`.
288
+ # Optional. This filter specifies a structured syntax to match against the
289
+ # {Google::Cloud::Talent::V4beta1::Profile#custom_attributes Profile#custom_attributes}
290
+ # that are marked as `filterable`.
324
291
  #
325
292
  # The syntax for this expression is a subset of Google SQL syntax.
326
293
  #
@@ -343,6 +310,24 @@ module Google
343
310
  #
344
311
  # Sample Query:
345
312
  # (key1 = "TEST" OR LOWER(key1)="test" OR NOT EMPTY(key1))
313
+ # @!attribute [rw] candidate_availability_filter
314
+ # @return [Google::Cloud::Talent::V4beta1::CandidateAvailabilityFilter]
315
+ # Optional. The candidate availability filter which filters based on
316
+ # availability signals.
317
+ #
318
+ # Signal 1: Number of days since most recent job application. See
319
+ # {Google::Cloud::Talent::V4beta1::Availability::JobApplicationAvailabilitySignal Availability::JobApplicationAvailabilitySignal}
320
+ # for the details of this signal.
321
+ #
322
+ # Signal 2: Number of days since last profile update. See
323
+ # {Google::Cloud::Talent::V4beta1::Availability::ProfileUpdateAvailabilitySignal Availability::ProfileUpdateAvailabilitySignal}
324
+ # for the details of this signal.
325
+ #
326
+ # The candidate availability filter helps a recruiter understand if a
327
+ # specific candidate is likely to be actively seeking new job opportunities
328
+ # based on an aggregated set of signals. Specifically, the intent is NOT to
329
+ # indicate the candidate's potential qualification / interest / close ability
330
+ # for a specific job.
346
331
  class ProfileQuery; end
347
332
 
348
333
  # Input only.
@@ -350,16 +335,12 @@ module Google
350
335
  # Geographic region of the search.
351
336
  # @!attribute [rw] address
352
337
  # @return [String]
353
- # Optional.
354
- #
355
- # The address name, such as "Mountain View" or "Bay Area".
338
+ # Optional. The address name, such as "Mountain View" or "Bay Area".
356
339
  # @!attribute [rw] region_code
357
340
  # @return [String]
358
- # Optional.
359
- #
360
- # CLDR region code of the country/region of the address. This is used
361
- # to address ambiguity of the user-input location, for example, "Liverpool"
362
- # against "Liverpool, NY, US" or "Liverpool, UK".
341
+ # Optional. CLDR region code of the country/region of the address. This is
342
+ # used to address ambiguity of the user-input location, for example,
343
+ # "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK".
363
344
  #
364
345
  # Set this field if all the jobs to search against are from a same region,
365
346
  # or jobs are world-wide, but the job seeker is from a specific region.
@@ -367,33 +348,30 @@ module Google
367
348
  # See http://cldr.unicode.org/ and
368
349
  # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
369
350
  # for details. Example: "CH" for Switzerland.
351
+ # Note that this filter is not applicable for Profile Search related queries.
370
352
  # @!attribute [rw] lat_lng
371
353
  # @return [Google::Type::LatLng]
372
- # Optional.
373
- #
374
- # The latitude and longitude of the geographic center from which to
354
+ # Optional. The latitude and longitude of the geographic center from which to
375
355
  # search. This field's ignored if `address` is provided.
376
356
  # @!attribute [rw] distance_in_miles
377
357
  # @return [Float]
378
- # Optional.
379
- #
380
- #
381
- # The distance_in_miles is applied when the location being searched for is
382
- # identified as a city or smaller. When the location being searched for is a
383
- # state or larger, this field is ignored.
358
+ # Optional. The distance_in_miles is applied when the location being searched
359
+ # for is identified as a city or smaller. When the location being searched
360
+ # for is a state or larger, this field is ignored.
384
361
  # @!attribute [rw] telecommute_preference
385
362
  # @return [Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference]
386
- # Optional.
387
- #
388
- # Allows the client to return jobs without a
389
- # set location, specifically, telecommuting jobs (telecomuting is considered
363
+ # Optional. Allows the client to return jobs without a
364
+ # set location, specifically, telecommuting jobs (telecommuting is considered
390
365
  # by the service as a special location.
391
- # {Google::Cloud::Talent::V4beta1::Job#posting_region Job#posting_region} indicates if a job permits telecommuting.
392
- # If this field is set to {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference::TELECOMMUTE_ALLOWED},
393
- # telecommuting jobs are searched, and {Google::Cloud::Talent::V4beta1::LocationFilter#address address} and {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng lat_lng} are
394
- # ignored. If not set or set to
395
- # {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference::TELECOMMUTE_EXCLUDED}, telecommute job are not
396
- # searched.
366
+ # {Google::Cloud::Talent::V4beta1::Job#posting_region Job#posting_region}
367
+ # indicates if a job permits telecommuting. If this field is set to
368
+ # {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_ALLOWED TelecommutePreference::TELECOMMUTE_ALLOWED},
369
+ # telecommuting jobs are searched, and
370
+ # {Google::Cloud::Talent::V4beta1::LocationFilter#address address} and
371
+ # {Google::Cloud::Talent::V4beta1::LocationFilter#lat_lng lat_lng} are ignored.
372
+ # If not set or set to
373
+ # {Google::Cloud::Talent::V4beta1::LocationFilter::TelecommutePreference::TELECOMMUTE_EXCLUDED TelecommutePreference::TELECOMMUTE_EXCLUDED},
374
+ # telecommute job are not searched.
397
375
  #
398
376
  # This filter can be used by itself to search exclusively for telecommuting
399
377
  # jobs, or it can be combined with another location
@@ -403,10 +381,8 @@ module Google
403
381
  # treated as less relevant than other jobs in the search response.
404
382
  # @!attribute [rw] negated
405
383
  # @return [true, false]
406
- # Optional.
407
- #
408
- # Whether to apply negation to the filter so profiles matching the filter
409
- # are excluded.
384
+ # Optional. Whether to apply negation to the filter so profiles matching the
385
+ # filter are excluded.
410
386
  #
411
387
  # Currently only supported in profile search.
412
388
  class LocationFilter
@@ -428,25 +404,18 @@ module Google
428
404
  # Filter on job compensation type and amount.
429
405
  # @!attribute [rw] type
430
406
  # @return [Google::Cloud::Talent::V4beta1::CompensationFilter::FilterType]
431
- # Required.
432
- #
433
- # Type of filter.
407
+ # Required. Type of filter.
434
408
  # @!attribute [rw] units
435
409
  # @return [Array<Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit>]
436
- # Required.
437
- #
438
- # Specify desired `base compensation entry's`
410
+ # Required. Specify desired `base compensation entry's`
439
411
  # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationInfo::CompensationUnit}.
440
412
  # @!attribute [rw] range
441
413
  # @return [Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
442
- # Optional.
443
- #
444
- # Compensation range.
414
+ # Optional. Compensation range.
445
415
  # @!attribute [rw] include_jobs_with_unspecified_compensation_range
446
416
  # @return [true, false]
447
- # Optional.
448
- #
449
- # Whether to include jobs whose compensation range is unspecified.
417
+ # Optional. If set to true, jobs with unspecified compensation range fields
418
+ # are included.
450
419
  class CompensationFilter
451
420
  # Specify the type of filtering.
452
421
  module FilterType
@@ -455,30 +424,42 @@ module Google
455
424
 
456
425
  # Filter by `base compensation entry's` unit. A job is a match if and
457
426
  # only if the job contains a base CompensationEntry and the base
458
- # CompensationEntry's unit matches provided {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
459
- # Populate one or more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
427
+ # CompensationEntry's unit matches provided
428
+ # {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}. Populate
429
+ # one or more
430
+ # {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
460
431
  #
461
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo::CompensationEntry} for definition of
462
- # base compensation entry.
432
+ # See
433
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo::CompensationEntry}
434
+ # for definition of base compensation entry.
463
435
  UNIT_ONLY = 1
464
436
 
465
437
  # Filter by `base compensation entry's` unit and amount / range. A job
466
438
  # is a match if and only if the job contains a base CompensationEntry, and
467
- # the base entry's unit matches provided {Compensation_units} and amount
468
- # or range overlaps with provided {Compensation_range}.
439
+ # the base entry's unit matches provided
440
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationUnit CompensationUnit}
441
+ # and amount or range overlaps with provided
442
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange CompensationRange}.
469
443
  #
470
- # See {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo::CompensationEntry} for definition of
471
- # base compensation entry.
444
+ # See
445
+ # {Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationEntry CompensationInfo::CompensationEntry}
446
+ # for definition of base compensation entry.
472
447
  #
473
- # Set exactly one {Google::Cloud::Talent::V4beta1::CompensationFilter#units units} and populate {Google::Cloud::Talent::V4beta1::CompensationFilter#range range}.
448
+ # Set exactly one
449
+ # {Google::Cloud::Talent::V4beta1::CompensationFilter#units units} and
450
+ # populate {Google::Cloud::Talent::V4beta1::CompensationFilter#range range}.
474
451
  UNIT_AND_AMOUNT = 2
475
452
 
476
453
  # Filter by annualized base compensation amount and `base compensation
477
- # entry's` unit. Populate {Google::Cloud::Talent::V4beta1::CompensationFilter#range range} and zero or more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
454
+ # entry's` unit. Populate
455
+ # {Google::Cloud::Talent::V4beta1::CompensationFilter#range range} and zero or
456
+ # more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
478
457
  ANNUALIZED_BASE_AMOUNT = 3
479
458
 
480
459
  # Filter by annualized total compensation amount and `base compensation
481
- # entry's` unit . Populate {Google::Cloud::Talent::V4beta1::CompensationFilter#range range} and zero or more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
460
+ # entry's` unit . Populate
461
+ # {Google::Cloud::Talent::V4beta1::CompensationFilter#range range} and zero or
462
+ # more {Google::Cloud::Talent::V4beta1::CompensationFilter#units units}.
482
463
  ANNUALIZED_TOTAL_AMOUNT = 4
483
464
  end
484
465
  end
@@ -488,40 +469,32 @@ module Google
488
469
  # Parameters needed for commute search.
489
470
  # @!attribute [rw] commute_method
490
471
  # @return [Google::Cloud::Talent::V4beta1::CommuteMethod]
491
- # Required.
492
- #
493
- # The method of transportation for which to calculate the commute time.
472
+ # Required. The method of transportation for which to calculate the commute
473
+ # time.
494
474
  # @!attribute [rw] start_coordinates
495
475
  # @return [Google::Type::LatLng]
496
- # Required.
497
- #
498
- # The latitude and longitude of the location from which to calculate the
499
- # commute time.
476
+ # Required. The latitude and longitude of the location from which to
477
+ # calculate the commute time.
500
478
  # @!attribute [rw] travel_duration
501
479
  # @return [Google::Protobuf::Duration]
502
- # Required.
503
- #
504
- # The maximum travel time in seconds. The maximum allowed value is `3600s`
505
- # (one hour). Format is `123s`.
480
+ # Required. The maximum travel time in seconds. The maximum allowed value is
481
+ # `3600s` (one hour). Format is `123s`.
506
482
  # @!attribute [rw] allow_imprecise_addresses
507
483
  # @return [true, false]
508
- # Optional.
509
- # If `true`, jobs without street level addresses may also be returned.
510
- # For city level addresses, the city center is used. For state and coarser
511
- # level addresses, text matching is used.
512
- # If this field is set to `false` or isn't specified, only jobs that include
513
- # street level addresses will be returned by commute search.
484
+ # Optional. If `true`, jobs without street level addresses may also be
485
+ # returned. For city level addresses, the city center is used. For state and
486
+ # coarser level addresses, text matching is used. If this field is set to
487
+ # `false` or isn't specified, only jobs that include street level addresses
488
+ # will be returned by commute search.
514
489
  # @!attribute [rw] road_traffic
515
490
  # @return [Google::Cloud::Talent::V4beta1::CommuteFilter::RoadTraffic]
516
- # Optional.
517
- #
518
- # Specifies the traffic density to use when calculating commute time.
491
+ # Optional. Specifies the traffic density to use when calculating commute
492
+ # time.
519
493
  # @!attribute [rw] departure_time
520
494
  # @return [Google::Type::TimeOfDay]
521
- # Optional.
522
- #
523
- # The departure time used to calculate traffic impact, represented as
524
- # {Google::Type::TimeOfDay} in local time zone.
495
+ # Optional. The departure time used to calculate traffic impact,
496
+ # represented as {Google::Type::TimeOfDay} in local
497
+ # time zone.
525
498
  #
526
499
  # Currently traffic model is restricted to hour level resolution.
527
500
  class CommuteFilter
@@ -543,15 +516,12 @@ module Google
543
516
  # Job title of the search.
544
517
  # @!attribute [rw] job_title
545
518
  # @return [String]
546
- # Required.
547
- #
548
- # The job title, for example, "Software engineer", or "Product manager".
519
+ # Required. The job title, for example, "Software engineer", or "Product
520
+ # manager".
549
521
  # @!attribute [rw] negated
550
522
  # @return [true, false]
551
- # Optional.
552
- #
553
- # Whether to apply negation to the filter so profiles matching the filter
554
- # are excluded.
523
+ # Optional. Whether to apply negation to the filter so profiles matching the
524
+ # filter are excluded.
555
525
  class JobTitleFilter; end
556
526
 
557
527
  # Input only.
@@ -559,15 +529,11 @@ module Google
559
529
  # Skill filter of the search.
560
530
  # @!attribute [rw] skill
561
531
  # @return [String]
562
- # Required.
563
- #
564
- # The skill name. For example, "java", "j2ee", and so on.
532
+ # Required. The skill name. For example, "java", "j2ee", and so on.
565
533
  # @!attribute [rw] negated
566
534
  # @return [true, false]
567
- # Optional.
568
- #
569
- # Whether to apply negation to the filter so profiles matching the filter
570
- # are excluded.
535
+ # Optional. Whether to apply negation to the filter so profiles matching the
536
+ # filter are excluded.
571
537
  class SkillFilter; end
572
538
 
573
539
  # Input only.
@@ -575,33 +541,33 @@ module Google
575
541
  # Employer filter of the search.
576
542
  # @!attribute [rw] employer
577
543
  # @return [String]
578
- # Required.
579
- #
580
- # The name of the employer, for example "Google", "Alphabet".
544
+ # Required. The name of the employer, for example "Google", "Alphabet".
581
545
  # @!attribute [rw] mode
582
546
  # @return [Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode]
583
- # Optional.
584
- #
585
- # Define set of {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord}s to search against.
547
+ # Optional. Define set of
548
+ # {Google::Cloud::Talent::V4beta1::EmploymentRecord EmploymentRecord}s to search
549
+ # against.
586
550
  #
587
- # Defaults to {Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode::ALL_EMPLOYMENT_RECORDS EmployerFilterMode::ALL_EMPLOYMENT_RECORDS}.
551
+ # Defaults to
552
+ # {Google::Cloud::Talent::V4beta1::EmployerFilter::EmployerFilterMode::ALL_EMPLOYMENT_RECORDS EmployerFilterMode::ALL_EMPLOYMENT_RECORDS}.
588
553
  # @!attribute [rw] negated
589
554
  # @return [true, false]
590
- # Optional.
591
- #
592
- # Whether to apply negation to the filter so profiles matching the filter
593
- # is excluded.
555
+ # Optional. Whether to apply negation to the filter so profiles matching the
556
+ # filter is excluded.
594
557
  class EmployerFilter
595
- # Enum indicating which set of {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records} to search
596
- # against.
558
+ # Enum indicating which set of
559
+ # {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records}
560
+ # to search against.
597
561
  module EmployerFilterMode
598
562
  # Default value.
599
563
  EMPLOYER_FILTER_MODE_UNSPECIFIED = 0
600
564
 
601
- # Apply to all employers in {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records}.
565
+ # Apply to all employers in
566
+ # {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records}.
602
567
  ALL_EMPLOYMENT_RECORDS = 1
603
568
 
604
- # Apply only to current employer in {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records}.
569
+ # Apply only to current employer in
570
+ # {Google::Cloud::Talent::V4beta1::Profile#employment_records Profile#employment_records}.
605
571
  CURRENT_EMPLOYMENT_RECORDS_ONLY = 2
606
572
 
607
573
  # Apply only to past (not current) employers in
@@ -615,29 +581,22 @@ module Google
615
581
  # Education filter of the search.
616
582
  # @!attribute [rw] school
617
583
  # @return [String]
618
- # Optional.
619
- #
620
- # The school name. For example "MIT", "University of California, Berkeley".
584
+ # Optional. The school name. For example "MIT", "University of California,
585
+ # Berkeley".
621
586
  # @!attribute [rw] field_of_study
622
587
  # @return [String]
623
- # Optional.
624
- #
625
- # The field of study. This is to search against value provided in
588
+ # Optional. The field of study. This is to search against value provided in
626
589
  # {Google::Cloud::Talent::V4beta1::Degree#fields_of_study Degree#fields_of_study}.
627
590
  # For example "Computer Science", "Mathematics".
628
591
  # @!attribute [rw] degree_type
629
592
  # @return [Google::Cloud::Talent::V4beta1::DegreeType]
630
- # Optional.
631
- #
632
- # Education degree in ISCED code. Each value in degree covers a specific
633
- # level of education, without any expansion to upper nor lower levels of
634
- # education degree.
593
+ # Optional. Education degree in ISCED code. Each value in degree covers a
594
+ # specific level of education, without any expansion to upper nor lower
595
+ # levels of education degree.
635
596
  # @!attribute [rw] negated
636
597
  # @return [true, false]
637
- # Optional.
638
- #
639
- # Whether to apply negation to the filter so profiles matching the filter
640
- # is excluded.
598
+ # Optional. Whether to apply negation to the filter so profiles matching the
599
+ # filter is excluded.
641
600
  class EducationFilter; end
642
601
 
643
602
  # Input only.
@@ -645,38 +604,37 @@ module Google
645
604
  # Work experience filter.
646
605
  #
647
606
  # This filter is used to search for profiles with working experience length
648
- # between {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#min_experience min_experience} and {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#max_experience max_experience}.
607
+ # between
608
+ # {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#min_experience min_experience}
609
+ # and
610
+ # {Google::Cloud::Talent::V4beta1::WorkExperienceFilter#max_experience max_experience}.
649
611
  # @!attribute [rw] min_experience
650
612
  # @return [Google::Protobuf::Duration]
651
- # Optional.
652
- #
653
- # The minimum duration of the work experience (inclusive).
613
+ # Optional. The minimum duration of the work experience (inclusive).
654
614
  # @!attribute [rw] max_experience
655
615
  # @return [Google::Protobuf::Duration]
656
- # Optional.
657
- #
658
- # The maximum duration of the work experience (exclusive).
616
+ # Optional. The maximum duration of the work experience (exclusive).
659
617
  class WorkExperienceFilter; end
660
618
 
661
619
  # Input only.
662
620
  #
663
621
  # Application Date Range Filter.
664
622
  #
665
- # The API matches profiles with {Google::Cloud::Talent::V4beta1::Application#application_date Application#application_date} between
666
- # start date and end date (both boundaries are inclusive). The filter is
667
- # ignored if both {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#start_date start_date} and {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#end_date end_date} are missing.
623
+ # The API matches profiles with
624
+ # {Google::Cloud::Talent::V4beta1::Application#application_date Application#application_date}
625
+ # between start date and end date (both boundaries are inclusive). The filter
626
+ # is ignored if both
627
+ # {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#start_date start_date}
628
+ # and {Google::Cloud::Talent::V4beta1::ApplicationDateFilter#end_date end_date}
629
+ # are missing.
668
630
  # @!attribute [rw] start_date
669
631
  # @return [Google::Type::Date]
670
- # Optional.
671
- #
672
- # Start date. If it's missing, The API matches profiles with application date
673
- # not after the end date.
632
+ # Optional. Start date. If it's missing, The API matches profiles with
633
+ # application date not after the end date.
674
634
  # @!attribute [rw] end_date
675
635
  # @return [Google::Type::Date]
676
- # Optional.
677
- #
678
- # End date. If it's missing, The API matches profiles with application date
679
- # not before the start date.
636
+ # Optional. End date. If it's missing, The API matches profiles with
637
+ # application date not before the start date.
680
638
  class ApplicationDateFilter; end
681
639
 
682
640
  # Input only.
@@ -684,17 +642,15 @@ module Google
684
642
  # Outcome Notes Filter.
685
643
  # @!attribute [rw] outcome_notes
686
644
  # @return [String]
687
- # Required.
688
- #
689
- # User entered or selected outcome reason. The API does an exact match on the
690
- # {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application#outcome_notes} in profiles.
645
+ # Required. User entered or selected outcome reason. The API does an exact
646
+ # match on the
647
+ # {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application#outcome_notes}
648
+ # in profiles.
691
649
  # @!attribute [rw] negated
692
650
  # @return [true, false]
693
- # Optional.
694
- #
695
- # If true, The API excludes all candidates with any
696
- # {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application#outcome_notes} matching the outcome reason specified in
697
- # the filter.
651
+ # Optional. If true, The API excludes all candidates with any
652
+ # {Google::Cloud::Talent::V4beta1::Application#outcome_notes Application#outcome_notes}
653
+ # matching the outcome reason specified in the filter.
698
654
  class ApplicationOutcomeNotesFilter; end
699
655
 
700
656
  # Input only.
@@ -702,22 +658,20 @@ module Google
702
658
  # Filter on the job information of Application.
703
659
  # @!attribute [rw] job_requisition_id
704
660
  # @return [String]
705
- # Optional.
706
- #
707
- # The job requisition id in the application. The API does an exact match on
708
- # the {Job#requisistion_id} of {Google::Cloud::Talent::V4beta1::Application#job Application#job} in profiles.
661
+ # Optional. The job requisition id in the application. The API does an exact
662
+ # match on the
663
+ # {Google::Cloud::Talent::V4beta1::Job#requisition_id Job#requisition_id} of
664
+ # {Google::Cloud::Talent::V4beta1::Application#job Application#job} in profiles.
709
665
  # @!attribute [rw] job_title
710
666
  # @return [String]
711
- # Optional.
712
- #
713
- # The job title in the application. The API does an exact match on the
714
- # {Google::Cloud::Talent::V4beta1::Job#title Job#title} of {Google::Cloud::Talent::V4beta1::Application#job Application#job} in profiles.
667
+ # Optional. The job title in the application. The API does an exact match on
668
+ # the {Google::Cloud::Talent::V4beta1::Job#title Job#title} of
669
+ # {Google::Cloud::Talent::V4beta1::Application#job Application#job} in profiles.
715
670
  # @!attribute [rw] negated
716
671
  # @return [true, false]
717
- # Optional.
718
- #
719
- # If true, the API excludes all profiles with any {Google::Cloud::Talent::V4beta1::Application#job Application#job}
720
- # matching the filters.
672
+ # Optional. If true, the API excludes all profiles with any
673
+ # {Google::Cloud::Talent::V4beta1::Application#job Application#job} matching the
674
+ # filters.
721
675
  class ApplicationJobFilter; end
722
676
 
723
677
  # Input only.
@@ -725,25 +679,20 @@ module Google
725
679
  # Filter on create timestamp or update timestamp of profiles.
726
680
  # @!attribute [rw] start_time
727
681
  # @return [Google::Protobuf::Timestamp]
728
- # Optional.
729
- #
730
- # Start timestamp, matching profiles with the start time. If this field
731
- # missing, The API matches profiles with create / update timestamp before the
732
- # end timestamp.
682
+ # Optional. Start timestamp, matching profiles with the start time. If this
683
+ # field missing, The API matches profiles with create / update timestamp
684
+ # before the end timestamp.
733
685
  # @!attribute [rw] end_time
734
686
  # @return [Google::Protobuf::Timestamp]
735
- # Optional.
736
- #
737
- # End timestamp, matching profiles with the end time. If this field
687
+ # Optional. End timestamp, matching profiles with the end time. If this field
738
688
  # missing, The API matches profiles with create / update timestamp after the
739
689
  # start timestamp.
740
690
  # @!attribute [rw] time_field
741
691
  # @return [Google::Cloud::Talent::V4beta1::TimeFilter::TimeField]
742
- # Optional.
743
- #
744
- # Specifies which time field to filter profiles.
692
+ # Optional. Specifies which time field to filter profiles.
745
693
  #
746
- # Defaults to {Google::Cloud::Talent::V4beta1::TimeFilter::TimeField::CREATE_TIME TimeField::CREATE_TIME}.
694
+ # Defaults to
695
+ # {Google::Cloud::Talent::V4beta1::TimeFilter::TimeField::CREATE_TIME TimeField::CREATE_TIME}.
747
696
  class TimeFilter
748
697
  # Time fields can be used in TimeFilter.
749
698
  module TimeField
@@ -757,6 +706,15 @@ module Google
757
706
  UPDATE_TIME = 2
758
707
  end
759
708
  end
709
+
710
+ # Input only
711
+ #
712
+ # Filter on availability signals.
713
+ # @!attribute [rw] negated
714
+ # @return [true, false]
715
+ # Optional. It is false by default. If true, API excludes all the potential
716
+ # available profiles.
717
+ class CandidateAvailabilityFilter; end
760
718
  end
761
719
  end
762
720
  end