google-api-client 0.30.6 → 0.30.7

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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +19 -0
  3. data/generated/google/apis/bigquery_v2.rb +1 -1
  4. data/generated/google/apis/bigquery_v2/classes.rb +7 -0
  5. data/generated/google/apis/bigquery_v2/representations.rb +2 -0
  6. data/generated/google/apis/bigquery_v2/service.rb +1 -1
  7. data/generated/google/apis/cloudiot_v1.rb +1 -1
  8. data/generated/google/apis/cloudiot_v1/classes.rb +2 -2
  9. data/generated/google/apis/dialogflow_v2.rb +1 -1
  10. data/generated/google/apis/dialogflow_v2/classes.rb +91 -19
  11. data/generated/google/apis/dialogflow_v2/representations.rb +32 -13
  12. data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
  13. data/generated/google/apis/dialogflow_v2beta1/classes.rb +91 -19
  14. data/generated/google/apis/dialogflow_v2beta1/representations.rb +33 -14
  15. data/generated/google/apis/docs_v1.rb +1 -1
  16. data/generated/google/apis/docs_v1/classes.rb +103 -0
  17. data/generated/google/apis/docs_v1/representations.rb +37 -0
  18. data/generated/google/apis/jobs_v2.rb +1 -1
  19. data/generated/google/apis/jobs_v2/classes.rb +147 -240
  20. data/generated/google/apis/jobs_v2/service.rb +24 -44
  21. data/generated/google/apis/jobs_v3.rb +1 -1
  22. data/generated/google/apis/jobs_v3/classes.rb +113 -179
  23. data/generated/google/apis/jobs_v3/service.rb +25 -50
  24. data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
  25. data/generated/google/apis/jobs_v3p1beta1/classes.rb +119 -187
  26. data/generated/google/apis/jobs_v3p1beta1/service.rb +25 -50
  27. data/generated/google/apis/people_v1.rb +1 -1
  28. data/generated/google/apis/people_v1/classes.rb +105 -0
  29. data/generated/google/apis/people_v1/representations.rb +42 -0
  30. data/generated/google/apis/people_v1/service.rb +98 -0
  31. data/generated/google/apis/slides_v1.rb +1 -1
  32. data/generated/google/apis/translate_v3beta1.rb +37 -0
  33. data/generated/google/apis/translate_v3beta1/classes.rb +826 -0
  34. data/generated/google/apis/translate_v3beta1/representations.rb +404 -0
  35. data/generated/google/apis/translate_v3beta1/service.rb +706 -0
  36. data/generated/google/apis/videointelligence_v1.rb +1 -1
  37. data/generated/google/apis/videointelligence_v1/classes.rb +30 -0
  38. data/generated/google/apis/videointelligence_v1/representations.rb +10 -0
  39. data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
  40. data/generated/google/apis/videointelligence_v1beta2/classes.rb +30 -0
  41. data/generated/google/apis/videointelligence_v1beta2/representations.rb +10 -0
  42. data/generated/google/apis/videointelligence_v1p1beta1.rb +1 -1
  43. data/generated/google/apis/videointelligence_v1p1beta1/classes.rb +30 -0
  44. data/generated/google/apis/videointelligence_v1p1beta1/representations.rb +10 -0
  45. data/generated/google/apis/videointelligence_v1p2beta1.rb +1 -1
  46. data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +30 -0
  47. data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +10 -0
  48. data/generated/google/apis/videointelligence_v1p3beta1.rb +1 -1
  49. data/generated/google/apis/videointelligence_v1p3beta1/classes.rb +30 -0
  50. data/generated/google/apis/videointelligence_v1p3beta1/representations.rb +10 -0
  51. data/lib/google/apis/version.rb +1 -1
  52. metadata +6 -2
@@ -51,13 +51,11 @@ module Google
51
51
  # Completes the specified prefix with keyword suggestions.
52
52
  # Intended for use by a job search auto-complete search box.
53
53
  # @param [String] name
54
- # Required.
55
- # Resource name of project the completion is performed within.
54
+ # Required. Resource name of project the completion is performed within.
56
55
  # The format is "projects/`project_id`", for example,
57
56
  # "projects/api-test-project".
58
57
  # @param [String] company_name
59
- # Optional.
60
- # If provided, restricts completion to specified company.
58
+ # Optional. If provided, restricts completion to specified company.
61
59
  # The format is "projects/`project_id`/companies/`company_id`", for example,
62
60
  # "projects/api-test-project/companies/foo".
63
61
  # @param [String] language_code
@@ -77,8 +75,7 @@ module Google
77
75
  # language_code are returned.
78
76
  # The maximum number of allowed characters is 255.
79
77
  # @param [Array<String>, String] language_codes
80
- # Optional.
81
- # The list of languages of the query. This is
78
+ # Optional. The list of languages of the query. This is
82
79
  # the BCP-47 language code, such as "en-US" or "sr-Latn".
83
80
  # For more information, see
84
81
  # [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
@@ -92,19 +89,15 @@ module Google
92
89
  # language_codes are returned.
93
90
  # The maximum number of allowed characters is 255.
94
91
  # @param [Fixnum] page_size
95
- # Required.
96
- # Completion result count.
92
+ # Required. Completion result count.
97
93
  # The maximum allowed page size is 10.
98
94
  # @param [String] query
99
- # Required.
100
- # The query used to generate suggestions.
95
+ # Required. The query used to generate suggestions.
101
96
  # The maximum number of allowed characters is 255.
102
97
  # @param [String] scope
103
- # Optional.
104
- # The scope of the completion. The defaults is CompletionScope.PUBLIC.
98
+ # Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
105
99
  # @param [String] type
106
- # Optional.
107
- # The completion topic. The default is CompletionType.COMBINED.
100
+ # Optional. The completion topic. The default is CompletionType.COMBINED.
108
101
  # @param [String] fields
109
102
  # Selector specifying which fields to include in a partial response.
110
103
  # @param [String] quota_user
@@ -180,8 +173,7 @@ module Google
180
173
 
181
174
  # Creates a new company entity.
182
175
  # @param [String] parent
183
- # Required.
184
- # Resource name of the project under which the company is created.
176
+ # Required. Resource name of the project under which the company is created.
185
177
  # The format is "projects/`project_id`", for example,
186
178
  # "projects/api-test-project".
187
179
  # @param [Google::Apis::JobsV3::CreateCompanyRequest] create_company_request_object
@@ -217,8 +209,7 @@ module Google
217
209
  # Deletes specified company.
218
210
  # Prerequisite: The company has no jobs associated with it.
219
211
  # @param [String] name
220
- # Required.
221
- # The resource name of the company to be deleted.
212
+ # Required. The resource name of the company to be deleted.
222
213
  # The format is "projects/`project_id`/companies/`company_id`", for example,
223
214
  # "projects/api-test-project/companies/foo".
224
215
  # @param [String] fields
@@ -250,8 +241,7 @@ module Google
250
241
 
251
242
  # Retrieves specified company.
252
243
  # @param [String] name
253
- # Required.
254
- # The resource name of the company to be retrieved.
244
+ # Required. The resource name of the company to be retrieved.
255
245
  # The format is "projects/`project_id`/companies/`company_id`", for example,
256
246
  # "projects/api-test-project/companies/foo".
257
247
  # @param [String] fields
@@ -283,20 +273,16 @@ module Google
283
273
 
284
274
  # Lists all companies associated with the service account.
285
275
  # @param [String] parent
286
- # Required.
287
- # Resource name of the project under which the company is created.
276
+ # Required. Resource name of the project under which the company is created.
288
277
  # The format is "projects/`project_id`", for example,
289
278
  # "projects/api-test-project".
290
279
  # @param [Fixnum] page_size
291
- # Optional.
292
- # The maximum number of companies to be returned, at most 100.
280
+ # Optional. The maximum number of companies to be returned, at most 100.
293
281
  # Default is 100 if a non-positive number is provided.
294
282
  # @param [String] page_token
295
- # Optional.
296
- # The starting indicator from which to return results.
283
+ # Optional. The starting indicator from which to return results.
297
284
  # @param [Boolean] require_open_jobs
298
- # Optional.
299
- # Set to true if the companies requested must have open jobs.
285
+ # Optional. Set to true if the companies requested must have open jobs.
300
286
  # Defaults to false.
301
287
  # If true, at most page_size of companies are fetched, among which
302
288
  # only those with open jobs are returned.
@@ -371,8 +357,7 @@ module Google
371
357
 
372
358
  # Deletes a list of Jobs by filter.
373
359
  # @param [String] parent
374
- # Required.
375
- # The resource name of the project under which the job is created.
360
+ # Required. The resource name of the project under which the job is created.
376
361
  # The format is "projects/`project_id`", for example,
377
362
  # "projects/api-test-project".
378
363
  # @param [Google::Apis::JobsV3::BatchDeleteJobsRequest] batch_delete_jobs_request_object
@@ -409,8 +394,7 @@ module Google
409
394
  # Typically, the job becomes searchable within 10 seconds, but it may take
410
395
  # up to 5 minutes.
411
396
  # @param [String] parent
412
- # Required.
413
- # The resource name of the project under which the job is created.
397
+ # Required. The resource name of the project under which the job is created.
414
398
  # The format is "projects/`project_id`", for example,
415
399
  # "projects/api-test-project".
416
400
  # @param [Google::Apis::JobsV3::CreateJobRequest] create_job_request_object
@@ -447,8 +431,7 @@ module Google
447
431
  # Typically, the job becomes unsearchable within 10 seconds, but it may take
448
432
  # up to 5 minutes.
449
433
  # @param [String] name
450
- # Required.
451
- # The resource name of the job to be deleted.
434
+ # Required. The resource name of the job to be deleted.
452
435
  # The format is "projects/`project_id`/jobs/`job_id`",
453
436
  # for example, "projects/api-test-project/jobs/1234".
454
437
  # @param [String] fields
@@ -481,8 +464,7 @@ module Google
481
464
  # Retrieves the specified job, whose status is OPEN or recently EXPIRED
482
465
  # within the last 90 days.
483
466
  # @param [String] name
484
- # Required.
485
- # The resource name of the job to retrieve.
467
+ # Required. The resource name of the job to retrieve.
486
468
  # The format is "projects/`project_id`/jobs/`job_id`",
487
469
  # for example, "projects/api-test-project/jobs/1234".
488
470
  # @param [String] fields
@@ -514,13 +496,11 @@ module Google
514
496
 
515
497
  # Lists jobs by filter.
516
498
  # @param [String] parent
517
- # Required.
518
- # The resource name of the project under which the job is created.
499
+ # Required. The resource name of the project under which the job is created.
519
500
  # The format is "projects/`project_id`", for example,
520
501
  # "projects/api-test-project".
521
502
  # @param [String] filter
522
- # Required.
523
- # The filter string specifies the jobs to be enumerated.
503
+ # Required. The filter string specifies the jobs to be enumerated.
524
504
  # Supported operator: =, AND
525
505
  # The fields eligible for filtering are:
526
506
  # * `companyName` (Required)
@@ -530,19 +510,16 @@ module Google
530
510
  # * companyName = "projects/api-test-project/companies/123" AND requisitionId
531
511
  # = "req-1"
532
512
  # @param [String] job_view
533
- # Optional.
534
- # The desired job attributes returned for jobs in the
513
+ # Optional. The desired job attributes returned for jobs in the
535
514
  # search response. Defaults to JobView.JOB_VIEW_FULL if no value is
536
515
  # specified.
537
516
  # @param [Fixnum] page_size
538
- # Optional.
539
- # The maximum number of jobs to be returned per page of results.
517
+ # Optional. The maximum number of jobs to be returned per page of results.
540
518
  # If job_view is set to JobView.JOB_VIEW_ID_ONLY, the maximum allowed
541
519
  # page size is 1000. Otherwise, the maximum allowed page size is 100.
542
520
  # Default is 100 if empty or a number < 1 is specified.
543
521
  # @param [String] page_token
544
- # Optional.
545
- # The starting point of a query result.
522
+ # Optional. The starting point of a query result.
546
523
  # @param [String] fields
547
524
  # Selector specifying which fields to include in a partial response.
548
525
  # @param [String] quota_user
@@ -620,8 +597,7 @@ module Google
620
597
  # present in the database, and only returns jobs that the caller has
621
598
  # permission to search against.
622
599
  # @param [String] parent
623
- # Required.
624
- # The resource name of the project to search within.
600
+ # Required. The resource name of the project to search within.
625
601
  # The format is "projects/`project_id`", for example,
626
602
  # "projects/api-test-project".
627
603
  # @param [Google::Apis::JobsV3::SearchJobsRequest] search_jobs_request_object
@@ -663,8 +639,7 @@ module Google
663
639
  # present in the database, and only returns jobs the caller has
664
640
  # permission to search against.
665
641
  # @param [String] parent
666
- # Required.
667
- # The resource name of the project to search within.
642
+ # Required. The resource name of the project to search within.
668
643
  # The format is "projects/`project_id`", for example,
669
644
  # "projects/api-test-project".
670
645
  # @param [Google::Apis::JobsV3::SearchJobsRequest] search_jobs_request_object
@@ -26,7 +26,7 @@ module Google
26
26
  # @see https://cloud.google.com/talent-solution/job-search/docs/
27
27
  module JobsV3p1beta1
28
28
  VERSION = 'V3p1beta1'
29
- REVISION = '20190629'
29
+ REVISION = '20190712'
30
30
 
31
31
  # View and manage your data across Google Cloud Platform services
32
32
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -75,8 +75,7 @@ module Google
75
75
  class BatchDeleteJobsRequest
76
76
  include Google::Apis::Core::Hashable
77
77
 
78
- # Required.
79
- # The filter string specifies the jobs to be deleted.
78
+ # Required. The filter string specifies the jobs to be deleted.
80
79
  # Supported operator: =, AND
81
80
  # The fields eligible for filtering are:
82
81
  # * `companyName` (Required)
@@ -155,22 +154,21 @@ module Google
155
154
  class ClientEvent
156
155
  include Google::Apis::Core::Hashable
157
156
 
158
- # Required.
159
- # The timestamp of the event.
157
+ # Required. The timestamp of the event.
160
158
  # Corresponds to the JSON property `createTime`
161
159
  # @return [String]
162
160
  attr_accessor :create_time
163
161
 
164
- # Required.
165
- # A unique identifier, generated by the client application. This `event_id`
162
+ # Required. A unique identifier, generated by the client application. This `
163
+ # event_id`
166
164
  # is used to establish the relationship between different events
167
165
  # (see parent_event_id).
168
166
  # Corresponds to the JSON property `eventId`
169
167
  # @return [String]
170
168
  attr_accessor :event_id
171
169
 
172
- # Optional.
173
- # Extra information about this event. Used for storing information with no
170
+ # Optional. Extra information about this event. Used for storing information
171
+ # with no
174
172
  # matching field in event payload, for example, user application specific
175
173
  # context or details.
176
174
  # At most 20 keys are supported. The maximum total size of all keys and
@@ -185,8 +183,8 @@ module Google
185
183
  # @return [Google::Apis::JobsV3p1beta1::JobEvent]
186
184
  attr_accessor :job_event
187
185
 
188
- # Optional.
189
- # The event_id of an event that resulted in the current event. For example, a
186
+ # Optional. The event_id of an event that resulted in the current event. For
187
+ # example, a
190
188
  # Job view event usually follows a parent
191
189
  # impression event: A job seeker first does a
192
190
  # search where a list of jobs appears
@@ -197,8 +195,7 @@ module Google
197
195
  # @return [String]
198
196
  attr_accessor :parent_event_id
199
197
 
200
- # Required.
201
- # A unique ID generated in the API responses. It can be found in
198
+ # Required. A unique ID generated in the API responses. It can be found in
202
199
  # ResponseMetadata.request_id.
203
200
  # Corresponds to the JSON property `requestId`
204
201
  # @return [String]
@@ -224,8 +221,8 @@ module Google
224
221
  class CommuteFilter
225
222
  include Google::Apis::Core::Hashable
226
223
 
227
- # Optional.
228
- # If true, jobs without "precise" addresses (street level addresses or GPS
224
+ # Optional. If true, jobs without "precise" addresses (street level addresses or
225
+ # GPS
229
226
  # coordinates) might also be returned. For city and coarser level addresses,
230
227
  # text matching is used. If this field is set to false or is not specified,
231
228
  # only jobs that include precise addresses are returned by Commute
@@ -239,8 +236,7 @@ module Google
239
236
  attr_accessor :allow_imprecise_addresses
240
237
  alias_method :allow_imprecise_addresses?, :allow_imprecise_addresses
241
238
 
242
- # Required.
243
- # The method of transportation for which to calculate the commute time.
239
+ # Required. The method of transportation for which to calculate the commute time.
244
240
  # Corresponds to the JSON property `commuteMethod`
245
241
  # @return [String]
246
242
  attr_accessor :commute_method
@@ -252,8 +248,7 @@ module Google
252
248
  # @return [Google::Apis::JobsV3p1beta1::TimeOfDay]
253
249
  attr_accessor :departure_time
254
250
 
255
- # Optional.
256
- # Specifies the traffic density to use when calculating commute time.
251
+ # Optional. Specifies the traffic density to use when calculating commute time.
257
252
  # Corresponds to the JSON property `roadTraffic`
258
253
  # @return [String]
259
254
  attr_accessor :road_traffic
@@ -267,8 +262,8 @@ module Google
267
262
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
268
263
  attr_accessor :start_coordinates
269
264
 
270
- # Required.
271
- # The maximum travel time in seconds. The maximum allowed value is `3600s`
265
+ # Required. The maximum travel time in seconds. The maximum allowed value is `
266
+ # 3600s`
272
267
  # (one hour). Format is `123s`.
273
268
  # Corresponds to the JSON property `travelDuration`
274
269
  # @return [String]
@@ -325,8 +320,8 @@ module Google
325
320
  class Company
326
321
  include Google::Apis::Core::Hashable
327
322
 
328
- # Optional.
329
- # The URI to employer's career site or careers page on the employer's web
323
+ # Optional. The URI to employer's career site or careers page on the employer's
324
+ # web
330
325
  # site, for example, "https://careers.google.com".
331
326
  # Corresponds to the JSON property `careerSiteUri`
332
327
  # @return [String]
@@ -337,14 +332,12 @@ module Google
337
332
  # @return [Google::Apis::JobsV3p1beta1::CompanyDerivedInfo]
338
333
  attr_accessor :derived_info
339
334
 
340
- # Required.
341
- # The display name of the company, for example, "Google, LLC".
335
+ # Required. The display name of the company, for example, "Google LLC".
342
336
  # Corresponds to the JSON property `displayName`
343
337
  # @return [String]
344
338
  attr_accessor :display_name
345
339
 
346
- # Optional.
347
- # Equal Employment Opportunity legal disclaimer text to be
340
+ # Optional. Equal Employment Opportunity legal disclaimer text to be
348
341
  # associated with all jobs, and typically to be displayed in all
349
342
  # roles.
350
343
  # The maximum number of allowed characters is 500.
@@ -352,16 +345,14 @@ module Google
352
345
  # @return [String]
353
346
  attr_accessor :eeo_text
354
347
 
355
- # Required.
356
- # Client side company identifier, used to uniquely identify the
348
+ # Required. Client side company identifier, used to uniquely identify the
357
349
  # company.
358
350
  # The maximum number of allowed characters is 255.
359
351
  # Corresponds to the JSON property `externalId`
360
352
  # @return [String]
361
353
  attr_accessor :external_id
362
354
 
363
- # Optional.
364
- # The street address of the company's main headquarters, which may be
355
+ # Optional. The street address of the company's main headquarters, which may be
365
356
  # different from the job location. The service attempts
366
357
  # to geolocate the provided address, and populates a more specific
367
358
  # location wherever possible in DerivedInfo.headquarters_location.
@@ -369,8 +360,7 @@ module Google
369
360
  # @return [String]
370
361
  attr_accessor :headquarters_address
371
362
 
372
- # Optional.
373
- # Set to true if it is the hiring agency that post jobs for other
363
+ # Optional. Set to true if it is the hiring agency that post jobs for other
374
364
  # employers.
375
365
  # Defaults to false if not provided.
376
366
  # Corresponds to the JSON property `hiringAgency`
@@ -378,14 +368,12 @@ module Google
378
368
  attr_accessor :hiring_agency
379
369
  alias_method :hiring_agency?, :hiring_agency
380
370
 
381
- # Optional.
382
- # A URI that hosts the employer's company logo.
371
+ # Optional. A URI that hosts the employer's company logo.
383
372
  # Corresponds to the JSON property `imageUri`
384
373
  # @return [String]
385
374
  attr_accessor :image_uri
386
375
 
387
- # Optional.
388
- # A list of keys of filterable Job.custom_attributes, whose
376
+ # Optional. A list of keys of filterable Job.custom_attributes, whose
389
377
  # corresponding `string_values` are used in keyword search. Jobs with
390
378
  # `string_values` under these specified field keys are returned if any
391
379
  # of the values matches the search keyword. Custom field values with
@@ -404,8 +392,7 @@ module Google
404
392
  # @return [String]
405
393
  attr_accessor :name
406
394
 
407
- # Optional.
408
- # The employer's company size.
395
+ # Optional. The employer's company size.
409
396
  # Corresponds to the JSON property `size`
410
397
  # @return [String]
411
398
  attr_accessor :size
@@ -418,8 +405,7 @@ module Google
418
405
  attr_accessor :suspended
419
406
  alias_method :suspended?, :suspended
420
407
 
421
- # Optional.
422
- # The URI representing the company's primary web site or home page,
408
+ # Optional. The URI representing the company's primary web site or home page,
423
409
  # for example, "https://www.google.com".
424
410
  # The maximum number of allowed characters is 255.
425
411
  # Corresponds to the JSON property `websiteUri`
@@ -483,16 +469,14 @@ module Google
483
469
  # @return [Google::Apis::JobsV3p1beta1::Money]
484
470
  attr_accessor :amount
485
471
 
486
- # Optional.
487
- # Compensation description. For example, could
472
+ # Optional. Compensation description. For example, could
488
473
  # indicate equity terms or provide additional context to an estimated
489
474
  # bonus.
490
475
  # Corresponds to the JSON property `description`
491
476
  # @return [String]
492
477
  attr_accessor :description
493
478
 
494
- # Optional.
495
- # Expected number of units paid each year. If not specified, when
479
+ # Optional. Expected number of units paid each year. If not specified, when
496
480
  # Job.employment_types is FULLTIME, a default value is inferred
497
481
  # based on unit. Default values:
498
482
  # - HOURLY: 2080
@@ -509,15 +493,13 @@ module Google
509
493
  # @return [Google::Apis::JobsV3p1beta1::CompensationRange]
510
494
  attr_accessor :range
511
495
 
512
- # Optional.
513
- # Compensation type.
496
+ # Optional. Compensation type.
514
497
  # Default is CompensationUnit.COMPENSATION_TYPE_UNSPECIFIED.
515
498
  # Corresponds to the JSON property `type`
516
499
  # @return [String]
517
500
  attr_accessor :type
518
501
 
519
- # Optional.
520
- # Frequency of the specified amount.
502
+ # Optional. Frequency of the specified amount.
521
503
  # Default is CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED.
522
504
  # Corresponds to the JSON property `unit`
523
505
  # @return [String]
@@ -543,8 +525,7 @@ module Google
543
525
  class CompensationFilter
544
526
  include Google::Apis::Core::Hashable
545
527
 
546
- # Optional.
547
- # If set to true, jobs with unspecified compensation range fields are
528
+ # Optional. If set to true, jobs with unspecified compensation range fields are
548
529
  # included.
549
530
  # Corresponds to the JSON property `includeJobsWithUnspecifiedCompensationRange`
550
531
  # @return [Boolean]
@@ -556,14 +537,12 @@ module Google
556
537
  # @return [Google::Apis::JobsV3p1beta1::CompensationRange]
557
538
  attr_accessor :range
558
539
 
559
- # Required.
560
- # Type of filter.
540
+ # Required. Type of filter.
561
541
  # Corresponds to the JSON property `type`
562
542
  # @return [String]
563
543
  attr_accessor :type
564
544
 
565
- # Required.
566
- # Specify desired `base compensation entry's`
545
+ # Required. Specify desired `base compensation entry's`
567
546
  # CompensationInfo.CompensationUnit.
568
547
  # Corresponds to the JSON property `units`
569
548
  # @return [Array<String>]
@@ -593,8 +572,8 @@ module Google
593
572
  # @return [Google::Apis::JobsV3p1beta1::NumericBucketingOption]
594
573
  attr_accessor :bucketing_option
595
574
 
596
- # Required.
597
- # Type of the request, representing which field the histogramming should be
575
+ # Required. Type of the request, representing which field the histogramming
576
+ # should be
598
577
  # performed over. A single request can only specify one histogram of each
599
578
  # `CompensationHistogramRequestType`.
600
579
  # Corresponds to the JSON property `type`
@@ -654,8 +633,7 @@ module Google
654
633
  # @return [Google::Apis::JobsV3p1beta1::CompensationRange]
655
634
  attr_accessor :annualized_total_compensation_range
656
635
 
657
- # Optional.
658
- # Job compensation information.
636
+ # Optional. Job compensation information.
659
637
  # At most one entry can be of type
660
638
  # CompensationInfo.CompensationType.BASE, which is
661
639
  # referred as ** base compensation entry ** for the job.
@@ -830,8 +808,7 @@ module Google
830
808
  class CustomAttribute
831
809
  include Google::Apis::Core::Hashable
832
810
 
833
- # Optional.
834
- # If the `filterable` flag is true, custom field values are searchable.
811
+ # Optional. If the `filterable` flag is true, custom field values are searchable.
835
812
  # If false, values are not searchable.
836
813
  # Default is false.
837
814
  # Corresponds to the JSON property `filterable`
@@ -879,8 +856,8 @@ module Google
879
856
  class CustomAttributeHistogramRequest
880
857
  include Google::Apis::Core::Hashable
881
858
 
882
- # Required.
883
- # Specifies the custom field key to perform a histogram on. If specified
859
+ # Required. Specifies the custom field key to perform a histogram on. If
860
+ # specified
884
861
  # without `long_value_histogram_bucketing_option`, histogram on string values
885
862
  # of the given `key` is triggered, otherwise histogram is performed on long
886
863
  # values.
@@ -952,8 +929,7 @@ module Google
952
929
  class CustomRankingInfo
953
930
  include Google::Apis::Core::Hashable
954
931
 
955
- # Required.
956
- # Controls over how important the score of
932
+ # Required. Controls over how important the score of
957
933
  # CustomRankingInfo.ranking_expression gets applied to job's final
958
934
  # ranking position.
959
935
  # An error is thrown if not specified.
@@ -961,8 +937,8 @@ module Google
961
937
  # @return [String]
962
938
  attr_accessor :importance_level
963
939
 
964
- # Required.
965
- # Controls over how job documents get ranked on top of existing relevance
940
+ # Required. Controls over how job documents get ranked on top of existing
941
+ # relevance
966
942
  # score (determined by API algorithm). The product of ranking expression
967
943
  # and relevance score is used to determine job's final ranking position.
968
944
  # The syntax for this expression is a subset of Google SQL syntax.
@@ -994,14 +970,12 @@ module Google
994
970
  class DeviceInfo
995
971
  include Google::Apis::Core::Hashable
996
972
 
997
- # Optional.
998
- # Type of the device.
973
+ # Optional. Type of the device.
999
974
  # Corresponds to the JSON property `deviceType`
1000
975
  # @return [String]
1001
976
  attr_accessor :device_type
1002
977
 
1003
- # Optional.
1004
- # A device-specific ID. The ID must be a unique identifier that
978
+ # Optional. A device-specific ID. The ID must be a unique identifier that
1005
979
  # distinguishes the device from other devices.
1006
980
  # Corresponds to the JSON property `id`
1007
981
  # @return [String]
@@ -1042,23 +1016,20 @@ module Google
1042
1016
  class HistogramFacets
1043
1017
  include Google::Apis::Core::Hashable
1044
1018
 
1045
- # Optional.
1046
- # Specifies compensation field-based histogram requests.
1019
+ # Optional. Specifies compensation field-based histogram requests.
1047
1020
  # Duplicate values of CompensationHistogramRequest.type are not allowed.
1048
1021
  # Corresponds to the JSON property `compensationHistogramFacets`
1049
1022
  # @return [Array<Google::Apis::JobsV3p1beta1::CompensationHistogramRequest>]
1050
1023
  attr_accessor :compensation_histogram_facets
1051
1024
 
1052
- # Optional.
1053
- # Specifies the custom attributes histogram requests.
1025
+ # Optional. Specifies the custom attributes histogram requests.
1054
1026
  # Duplicate values of CustomAttributeHistogramRequest.key are not
1055
1027
  # allowed.
1056
1028
  # Corresponds to the JSON property `customAttributeHistogramFacets`
1057
1029
  # @return [Array<Google::Apis::JobsV3p1beta1::CustomAttributeHistogramRequest>]
1058
1030
  attr_accessor :custom_attribute_histogram_facets
1059
1031
 
1060
- # Optional.
1061
- # Specifies the simple type of histogram facets, for example,
1032
+ # Optional. Specifies the simple type of histogram facets, for example,
1062
1033
  # `COMPANY_SIZE`, `EMPLOYMENT_TYPE` etc.
1063
1034
  # Corresponds to the JSON property `simpleHistogramFacets`
1064
1035
  # @return [Array<String>]
@@ -1307,8 +1278,7 @@ module Google
1307
1278
  # @return [String]
1308
1279
  attr_accessor :company_display_name
1309
1280
 
1310
- # Required.
1311
- # The resource name of the company listing the job, such as
1281
+ # Required. The resource name of the company listing the job, such as
1312
1282
  # "projects/api-test-project/companies/foo".
1313
1283
  # Corresponds to the JSON property `companyName`
1314
1284
  # @return [String]
@@ -1319,8 +1289,8 @@ module Google
1319
1289
  # @return [Google::Apis::JobsV3p1beta1::CompensationInfo]
1320
1290
  attr_accessor :compensation_info
1321
1291
 
1322
- # Optional.
1323
- # A map of fields to hold both filterable and non-filterable custom job
1292
+ # Optional. A map of fields to hold both filterable and non-filterable custom
1293
+ # job
1324
1294
  # attributes that are not covered by the provided structured fields.
1325
1295
  # The keys of the map are strings up to 64 bytes and must match the
1326
1296
  # pattern: a-zA-Z*. For example, key0LikeThis or
@@ -1334,14 +1304,13 @@ module Google
1334
1304
  # @return [Hash<String,Google::Apis::JobsV3p1beta1::CustomAttribute>]
1335
1305
  attr_accessor :custom_attributes
1336
1306
 
1337
- # Optional.
1338
- # The desired education degrees for the job, such as Bachelors, Masters.
1307
+ # Optional. The desired education degrees for the job, such as Bachelors,
1308
+ # Masters.
1339
1309
  # Corresponds to the JSON property `degreeTypes`
1340
1310
  # @return [Array<String>]
1341
1311
  attr_accessor :degree_types
1342
1312
 
1343
- # Optional.
1344
- # The department or functional area within the company with the open
1313
+ # Optional. The department or functional area within the company with the open
1345
1314
  # position.
1346
1315
  # The maximum number of allowed characters is 255.
1347
1316
  # Corresponds to the JSON property `department`
@@ -1354,8 +1323,8 @@ module Google
1354
1323
  # @return [Google::Apis::JobsV3p1beta1::JobDerivedInfo]
1355
1324
  attr_accessor :derived_info
1356
1325
 
1357
- # Required.
1358
- # The description of the job, which typically includes a multi-paragraph
1326
+ # Required. The description of the job, which typically includes a multi-
1327
+ # paragraph
1359
1328
  # description of the company and related information. Separate fields are
1360
1329
  # provided on the job object for responsibilities,
1361
1330
  # qualifications, and other job characteristics. Use of
@@ -1367,50 +1336,45 @@ module Google
1367
1336
  # @return [String]
1368
1337
  attr_accessor :description
1369
1338
 
1370
- # Optional.
1371
- # The employment type(s) of a job, for example,
1339
+ # Optional. The employment type(s) of a job, for example,
1372
1340
  # full time or
1373
1341
  # part time.
1374
1342
  # Corresponds to the JSON property `employmentTypes`
1375
1343
  # @return [Array<String>]
1376
1344
  attr_accessor :employment_types
1377
1345
 
1378
- # Optional.
1379
- # A description of bonus, commission, and other compensation
1346
+ # Optional. A description of bonus, commission, and other compensation
1380
1347
  # incentives associated with the job not including salary or pay.
1381
1348
  # The maximum number of allowed characters is 10,000.
1382
1349
  # Corresponds to the JSON property `incentives`
1383
1350
  # @return [String]
1384
1351
  attr_accessor :incentives
1385
1352
 
1386
- # Optional.
1387
- # The benefits included with the job.
1353
+ # Optional. The benefits included with the job.
1388
1354
  # Corresponds to the JSON property `jobBenefits`
1389
1355
  # @return [Array<String>]
1390
1356
  attr_accessor :job_benefits
1391
1357
 
1392
- # Optional.
1393
- # The end timestamp of the job. Typically this field is used for contracting
1358
+ # Optional. The end timestamp of the job. Typically this field is used for
1359
+ # contracting
1394
1360
  # engagements. Invalid timestamps are ignored.
1395
1361
  # Corresponds to the JSON property `jobEndTime`
1396
1362
  # @return [String]
1397
1363
  attr_accessor :job_end_time
1398
1364
 
1399
- # Optional.
1400
- # The experience level associated with the job, such as "Entry Level".
1365
+ # Optional. The experience level associated with the job, such as "Entry Level".
1401
1366
  # Corresponds to the JSON property `jobLevel`
1402
1367
  # @return [String]
1403
1368
  attr_accessor :job_level
1404
1369
 
1405
- # Optional.
1406
- # The start timestamp of the job in UTC time zone. Typically this field
1370
+ # Optional. The start timestamp of the job in UTC time zone. Typically this
1371
+ # field
1407
1372
  # is used for contracting engagements. Invalid timestamps are ignored.
1408
1373
  # Corresponds to the JSON property `jobStartTime`
1409
1374
  # @return [String]
1410
1375
  attr_accessor :job_start_time
1411
1376
 
1412
- # Optional.
1413
- # The language of the posting. This field is distinct from
1377
+ # Optional. The language of the posting. This field is distinct from
1414
1378
  # any requirements for fluency that are associated with the job.
1415
1379
  # Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
1416
1380
  # For more information, see
@@ -1470,16 +1434,15 @@ module Google
1470
1434
  # @return [String]
1471
1435
  attr_accessor :posting_expire_time
1472
1436
 
1473
- # Optional.
1474
- # The timestamp this job posting was most recently published. The default
1437
+ # Optional. The timestamp this job posting was most recently published. The
1438
+ # default
1475
1439
  # value is the time the request arrives at the server. Invalid timestamps are
1476
1440
  # ignored.
1477
1441
  # Corresponds to the JSON property `postingPublishTime`
1478
1442
  # @return [String]
1479
1443
  attr_accessor :posting_publish_time
1480
1444
 
1481
- # Optional.
1482
- # The job PostingRegion (for example, state, country) throughout which
1445
+ # Optional. The job PostingRegion (for example, state, country) throughout which
1483
1446
  # the job is available. If this field is set, a
1484
1447
  # LocationFilter in a search query within the job region
1485
1448
  # finds this job posting if an exact location match isn't specified.
@@ -1501,8 +1464,7 @@ module Google
1501
1464
  # @return [Google::Apis::JobsV3p1beta1::ProcessingOptions]
1502
1465
  attr_accessor :processing_options
1503
1466
 
1504
- # Optional.
1505
- # A promotion value of the job, as determined by the client.
1467
+ # Optional. A promotion value of the job, as determined by the client.
1506
1468
  # The value determines the sort order of the jobs returned when searching for
1507
1469
  # jobs using the featured jobs search call, with higher promotional values
1508
1470
  # being returned first and ties being resolved by relevance sort. Only the
@@ -1512,8 +1474,7 @@ module Google
1512
1474
  # @return [Fixnum]
1513
1475
  attr_accessor :promotion_value
1514
1476
 
1515
- # Optional.
1516
- # A description of the qualifications required to perform the
1477
+ # Optional. A description of the qualifications required to perform the
1517
1478
  # job. The use of this field is recommended
1518
1479
  # as an alternative to using the more general description field.
1519
1480
  # This field accepts and sanitizes HTML input, and also accepts
@@ -1523,8 +1484,8 @@ module Google
1523
1484
  # @return [String]
1524
1485
  attr_accessor :qualifications
1525
1486
 
1526
- # Required.
1527
- # The requisition ID, also referred to as the posting ID, assigned by the
1487
+ # Required. The requisition ID, also referred to as the posting ID, assigned by
1488
+ # the
1528
1489
  # client to identify a job. This field is intended to be used by clients
1529
1490
  # for client identification and tracking of postings. A job is not allowed
1530
1491
  # to be created if there is another job with the same [company_name],
@@ -1534,8 +1495,7 @@ module Google
1534
1495
  # @return [String]
1535
1496
  attr_accessor :requisition_id
1536
1497
 
1537
- # Optional.
1538
- # A description of job responsibilities. The use of this field is
1498
+ # Optional. A description of job responsibilities. The use of this field is
1539
1499
  # recommended as an alternative to using the more general description
1540
1500
  # field.
1541
1501
  # This field accepts and sanitizes HTML input, and also accepts
@@ -1545,15 +1505,13 @@ module Google
1545
1505
  # @return [String]
1546
1506
  attr_accessor :responsibilities
1547
1507
 
1548
- # Required.
1549
- # The title of the job, such as "Software Engineer"
1508
+ # Required. The title of the job, such as "Software Engineer"
1550
1509
  # The maximum number of allowed characters is 500.
1551
1510
  # Corresponds to the JSON property `title`
1552
1511
  # @return [String]
1553
1512
  attr_accessor :title
1554
1513
 
1555
- # Optional.
1556
- # The visibility of the job.
1514
+ # Optional. The visibility of the job.
1557
1515
  # Defaults to Visibility.ACCOUNT_ONLY if not specified.
1558
1516
  # Corresponds to the JSON property `visibility`
1559
1517
  # @return [String]
@@ -1631,8 +1589,7 @@ module Google
1631
1589
  class JobEvent
1632
1590
  include Google::Apis::Core::Hashable
1633
1591
 
1634
- # Required.
1635
- # The job name(s) associated with this event.
1592
+ # Required. The job name(s) associated with this event.
1636
1593
  # For example, if this is an impression event,
1637
1594
  # this field contains the identifiers of all jobs shown to the job seeker.
1638
1595
  # If this was a view event, this field contains the
@@ -1641,8 +1598,7 @@ module Google
1641
1598
  # @return [Array<String>]
1642
1599
  attr_accessor :jobs
1643
1600
 
1644
- # Required.
1645
- # The type of the event (see JobEventType).
1601
+ # Required. The type of the event (see JobEventType).
1646
1602
  # Corresponds to the JSON property `type`
1647
1603
  # @return [String]
1648
1604
  attr_accessor :type
@@ -1669,8 +1625,7 @@ module Google
1669
1625
  # @return [Google::Apis::JobsV3p1beta1::CommuteFilter]
1670
1626
  attr_accessor :commute_filter
1671
1627
 
1672
- # Optional.
1673
- # This filter specifies the exact company display
1628
+ # Optional. This filter specifies the exact company display
1674
1629
  # name of the jobs to search against.
1675
1630
  # If a value isn't specified, jobs within the search results are
1676
1631
  # associated with any company.
@@ -1681,8 +1636,7 @@ module Google
1681
1636
  # @return [Array<String>]
1682
1637
  attr_accessor :company_display_names
1683
1638
 
1684
- # Optional.
1685
- # This filter specifies the company entities to search against.
1639
+ # Optional. This filter specifies the company entities to search against.
1686
1640
  # If a value isn't specified, jobs are searched for against all
1687
1641
  # companies.
1688
1642
  # If multiple values are specified, jobs are searched against the
@@ -1700,8 +1654,7 @@ module Google
1700
1654
  # @return [Google::Apis::JobsV3p1beta1::CompensationFilter]
1701
1655
  attr_accessor :compensation_filter
1702
1656
 
1703
- # Optional.
1704
- # This filter specifies a structured syntax to match against the
1657
+ # Optional. This filter specifies a structured syntax to match against the
1705
1658
  # Job.custom_attributes marked as `filterable`.
1706
1659
  # The syntax for this expression is a subset of SQL syntax.
1707
1660
  # Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the
@@ -1714,7 +1667,7 @@ module Google
1714
1667
  # Boolean expressions (AND/OR/NOT) are supported up to 3 levels of
1715
1668
  # nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100
1716
1669
  # comparisons or functions are allowed in the expression. The expression
1717
- # must be < 3000 bytes in length.
1670
+ # must be < 6000 bytes in length.
1718
1671
  # Sample Query:
1719
1672
  # `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND
1720
1673
  # driving_years > 10`
@@ -1722,8 +1675,7 @@ module Google
1722
1675
  # @return [String]
1723
1676
  attr_accessor :custom_attribute_filter
1724
1677
 
1725
- # Optional.
1726
- # This flag controls the spell-check feature. If false, the
1678
+ # Optional. This flag controls the spell-check feature. If false, the
1727
1679
  # service attempts to correct a misspelled query,
1728
1680
  # for example, "enginee" is corrected to "engineer".
1729
1681
  # Defaults to false: a spell check is performed.
@@ -1732,8 +1684,7 @@ module Google
1732
1684
  attr_accessor :disable_spell_check
1733
1685
  alias_method :disable_spell_check?, :disable_spell_check
1734
1686
 
1735
- # Optional.
1736
- # The employment type filter specifies the employment type of jobs to
1687
+ # Optional. The employment type filter specifies the employment type of jobs to
1737
1688
  # search against, such as EmploymentType.FULL_TIME.
1738
1689
  # If a value is not specified, jobs in the search results includes any
1739
1690
  # employment type.
@@ -1743,15 +1694,15 @@ module Google
1743
1694
  # @return [Array<String>]
1744
1695
  attr_accessor :employment_types
1745
1696
 
1746
- # Optional.
1747
- # This filter specifies a list of job names to be excluded during search.
1697
+ # Optional. This filter specifies a list of job names to be excluded during
1698
+ # search.
1748
1699
  # At most 400 excluded job names are allowed.
1749
1700
  # Corresponds to the JSON property `excludedJobs`
1750
1701
  # @return [Array<String>]
1751
1702
  attr_accessor :excluded_jobs
1752
1703
 
1753
- # Optional.
1754
- # The category filter specifies the categories of jobs to search against.
1704
+ # Optional. The category filter specifies the categories of jobs to search
1705
+ # against.
1755
1706
  # See Category for more information.
1756
1707
  # If a value is not specified, jobs from any category are searched against.
1757
1708
  # If multiple values are specified, jobs from any of the specified
@@ -1760,8 +1711,7 @@ module Google
1760
1711
  # @return [Array<String>]
1761
1712
  attr_accessor :job_categories
1762
1713
 
1763
- # Optional.
1764
- # This filter specifies the locale of jobs to search against,
1714
+ # Optional. This filter specifies the locale of jobs to search against,
1765
1715
  # for example, "en-US".
1766
1716
  # If a value isn't specified, the search results can contain jobs in any
1767
1717
  # locale.
@@ -1773,8 +1723,7 @@ module Google
1773
1723
  # @return [Array<String>]
1774
1724
  attr_accessor :language_codes
1775
1725
 
1776
- # Optional.
1777
- # The location filter specifies geo-regions containing the jobs to
1726
+ # Optional. The location filter specifies geo-regions containing the jobs to
1778
1727
  # search against. See LocationFilter for more information.
1779
1728
  # If a location value isn't specified, jobs fitting the other search
1780
1729
  # criteria are retrieved regardless of where they're located.
@@ -1792,8 +1741,8 @@ module Google
1792
1741
  # @return [Google::Apis::JobsV3p1beta1::TimestampRange]
1793
1742
  attr_accessor :publish_time_range
1794
1743
 
1795
- # Optional.
1796
- # The query string that matches against the job title, description, and
1744
+ # Optional. The query string that matches against the job title, description,
1745
+ # and
1797
1746
  # location fields.
1798
1747
  # The maximum number of allowed characters is 255.
1799
1748
  # Corresponds to the JSON property `query`
@@ -1950,7 +1899,7 @@ module Google
1950
1899
  # existing data, depending on the type of process.
1951
1900
  # Advice on address input / editing:
1952
1901
  # - Use an i18n-ready address widget such as
1953
- # https://github.com/googlei18n/libaddressinput)
1902
+ # https://github.com/google/libaddressinput)
1954
1903
  # - Users should not be presented with UI elements for input or editing of
1955
1904
  # fields outside countries where that field is used.
1956
1905
  # For more guidance on how to use this schema, please see:
@@ -1986,14 +1935,13 @@ module Google
1986
1935
  class LocationFilter
1987
1936
  include Google::Apis::Core::Hashable
1988
1937
 
1989
- # Optional.
1990
- # The address name, such as "Mountain View" or "Bay Area".
1938
+ # Optional. The address name, such as "Mountain View" or "Bay Area".
1991
1939
  # Corresponds to the JSON property `address`
1992
1940
  # @return [String]
1993
1941
  attr_accessor :address
1994
1942
 
1995
- # Optional.
1996
- # The distance_in_miles is applied when the location being searched for is
1943
+ # Optional. The distance_in_miles is applied when the location being searched
1944
+ # for is
1997
1945
  # identified as a city or smaller. When the location being searched for is a
1998
1946
  # state or larger, this field is ignored.
1999
1947
  # Corresponds to the JSON property `distanceInMiles`
@@ -2009,8 +1957,7 @@ module Google
2009
1957
  # @return [Google::Apis::JobsV3p1beta1::LatLng]
2010
1958
  attr_accessor :lat_lng
2011
1959
 
2012
- # Optional.
2013
- # CLDR region code of the country/region of the address. This is used
1960
+ # Optional. CLDR region code of the country/region of the address. This is used
2014
1961
  # to address ambiguity of the user-input location, for example, "Liverpool"
2015
1962
  # against "Liverpool, NY, US" or "Liverpool, UK".
2016
1963
  # Set this field if all the jobs to search against are from a same region,
@@ -2022,8 +1969,7 @@ module Google
2022
1969
  # @return [String]
2023
1970
  attr_accessor :region_code
2024
1971
 
2025
- # Optional.
2026
- # Allows the client to return jobs without a
1972
+ # Optional. Allows the client to return jobs without a
2027
1973
  # set location, specifically, telecommuting jobs (telecommuting is considered
2028
1974
  # by the service as a special location.
2029
1975
  # Job.posting_region indicates if a job permits telecommuting.
@@ -2151,8 +2097,7 @@ module Google
2151
2097
  class NumericBucketingOption
2152
2098
  include Google::Apis::Core::Hashable
2153
2099
 
2154
- # Required.
2155
- # Two adjacent values form a histogram bucket. Values should be in
2100
+ # Required. Two adjacent values form a histogram bucket. Values should be in
2156
2101
  # ascending order. For example, if [5, 10, 15] are provided, four buckets are
2157
2102
  # created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20
2158
2103
  # [buckets_bound is supported.
@@ -2160,8 +2105,7 @@ module Google
2160
2105
  # @return [Array<Float>]
2161
2106
  attr_accessor :bucket_bounds
2162
2107
 
2163
- # Optional.
2164
- # If set to true, the histogram result includes minimum/maximum
2108
+ # Optional. If set to true, the histogram result includes minimum/maximum
2165
2109
  # value of the numeric field.
2166
2110
  # Corresponds to the JSON property `requiresMinMax`
2167
2111
  # @return [Boolean]
@@ -2287,7 +2231,7 @@ module Google
2287
2231
  # existing data, depending on the type of process.
2288
2232
  # Advice on address input / editing:
2289
2233
  # - Use an i18n-ready address widget such as
2290
- # https://github.com/googlei18n/libaddressinput)
2234
+ # https://github.com/google/libaddressinput)
2291
2235
  # - Users should not be presented with UI elements for input or editing of
2292
2236
  # fields outside countries where that field is used.
2293
2237
  # For more guidance on how to use this schema, please see:
@@ -2427,16 +2371,14 @@ module Google
2427
2371
  class ProcessingOptions
2428
2372
  include Google::Apis::Core::Hashable
2429
2373
 
2430
- # Optional.
2431
- # If set to `true`, the service does not attempt to resolve a
2374
+ # Optional. If set to `true`, the service does not attempt to resolve a
2432
2375
  # more precise address for the job.
2433
2376
  # Corresponds to the JSON property `disableStreetAddressResolution`
2434
2377
  # @return [Boolean]
2435
2378
  attr_accessor :disable_street_address_resolution
2436
2379
  alias_method :disable_street_address_resolution?, :disable_street_address_resolution
2437
2380
 
2438
- # Optional.
2439
- # Option for job HTML content sanitization. Applied fields are:
2381
+ # Optional. Option for job HTML content sanitization. Applied fields are:
2440
2382
  # * description
2441
2383
  # * applicationInfo.instruction
2442
2384
  # * incentives
@@ -2474,8 +2416,8 @@ module Google
2474
2416
  # @return [Google::Apis::JobsV3p1beta1::DeviceInfo]
2475
2417
  attr_accessor :device_info
2476
2418
 
2477
- # Required.
2478
- # The client-defined scope or source of the service call, which typically
2419
+ # Required. The client-defined scope or source of the service call, which
2420
+ # typically
2479
2421
  # is the domain on
2480
2422
  # which the service has been implemented and is currently being run.
2481
2423
  # For example, if the service is being run by client <em>Foo, Inc.</em>, on
@@ -2490,8 +2432,7 @@ module Google
2490
2432
  # @return [String]
2491
2433
  attr_accessor :domain
2492
2434
 
2493
- # Required.
2494
- # A unique session identification string. A session is defined as the
2435
+ # Required. A unique session identification string. A session is defined as the
2495
2436
  # duration of an end user's interaction with the service over a certain
2496
2437
  # period.
2497
2438
  # Obfuscate this field for privacy concerns before
@@ -2504,8 +2445,7 @@ module Google
2504
2445
  # @return [String]
2505
2446
  attr_accessor :session_id
2506
2447
 
2507
- # Required.
2508
- # A unique user identification string, as determined by the client.
2448
+ # Required. A unique user identification string, as determined by the client.
2509
2449
  # To have the strongest positive impact on search quality
2510
2450
  # make sure the client-level is unique.
2511
2451
  # Obfuscate this field for privacy concerns before
@@ -2563,8 +2503,7 @@ module Google
2563
2503
  # @return [Google::Apis::JobsV3p1beta1::CustomRankingInfo]
2564
2504
  attr_accessor :custom_ranking_info
2565
2505
 
2566
- # Optional.
2567
- # Controls whether to disable exact keyword match on Job.job_title,
2506
+ # Optional. Controls whether to disable exact keyword match on Job.job_title,
2568
2507
  # Job.description, Job.company_display_name, Job.locations,
2569
2508
  # Job.qualifications. When disable keyword match is turned off, a
2570
2509
  # keyword match returns jobs that do not match given category filters when
@@ -2585,8 +2524,8 @@ module Google
2585
2524
  attr_accessor :disable_keyword_match
2586
2525
  alias_method :disable_keyword_match?, :disable_keyword_match
2587
2526
 
2588
- # Optional.
2589
- # Controls whether highly similar jobs are returned next to each other in
2527
+ # Optional. Controls whether highly similar jobs are returned next to each other
2528
+ # in
2590
2529
  # the search results. Jobs are identified as highly similar based on
2591
2530
  # their titles, job categories, and locations. Highly similar results are
2592
2531
  # clustered so that only one representative job of the cluster is
@@ -2598,8 +2537,8 @@ module Google
2598
2537
  # @return [String]
2599
2538
  attr_accessor :diversification_level
2600
2539
 
2601
- # Optional.
2602
- # Controls whether to broaden the search when it produces sparse results.
2540
+ # Optional. Controls whether to broaden the search when it produces sparse
2541
+ # results.
2603
2542
  # Broadened queries append results to the end of the matching results
2604
2543
  # list.
2605
2544
  # Defaults to false.
@@ -2614,8 +2553,7 @@ module Google
2614
2553
  # @return [Google::Apis::JobsV3p1beta1::HistogramFacets]
2615
2554
  attr_accessor :histogram_facets
2616
2555
 
2617
- # Optional.
2618
- # Expression based histogram requests for jobs matching JobQuery.
2556
+ # Optional. Expression based histogram requests for jobs matching JobQuery.
2619
2557
  # Corresponds to the JSON property `histogramQueries`
2620
2558
  # @return [Array<Google::Apis::JobsV3p1beta1::HistogramQuery>]
2621
2559
  attr_accessor :histogram_queries
@@ -2626,15 +2564,14 @@ module Google
2626
2564
  # @return [Google::Apis::JobsV3p1beta1::JobQuery]
2627
2565
  attr_accessor :job_query
2628
2566
 
2629
- # Optional.
2630
- # The desired job attributes returned for jobs in the
2567
+ # Optional. The desired job attributes returned for jobs in the
2631
2568
  # search response. Defaults to JobView.SMALL if no value is specified.
2632
2569
  # Corresponds to the JSON property `jobView`
2633
2570
  # @return [String]
2634
2571
  attr_accessor :job_view
2635
2572
 
2636
- # Optional.
2637
- # An integer that specifies the current offset (that is, starting result
2573
+ # Optional. An integer that specifies the current offset (that is, starting
2574
+ # result
2638
2575
  # location, amongst the jobs deemed by the API as relevant) in search
2639
2576
  # results. This field is only considered if page_token is unset.
2640
2577
  # For example, 0 means to return results starting from the first matching
@@ -2645,8 +2582,7 @@ module Google
2645
2582
  # @return [Fixnum]
2646
2583
  attr_accessor :offset
2647
2584
 
2648
- # Optional.
2649
- # The criteria determining how search results are sorted. Default is
2585
+ # Optional. The criteria determining how search results are sorted. Default is
2650
2586
  # "relevance desc".
2651
2587
  # Supported options are:
2652
2588
  # * `"relevance desc"`: By relevance descending, as determined by the API
@@ -2698,16 +2634,14 @@ module Google
2698
2634
  # @return [String]
2699
2635
  attr_accessor :order_by
2700
2636
 
2701
- # Optional.
2702
- # A limit on the number of jobs returned in the search results.
2637
+ # Optional. A limit on the number of jobs returned in the search results.
2703
2638
  # Increasing this value above the default value of 10 can increase search
2704
2639
  # response time. The value can be between 1 and 100.
2705
2640
  # Corresponds to the JSON property `pageSize`
2706
2641
  # @return [Fixnum]
2707
2642
  attr_accessor :page_size
2708
2643
 
2709
- # Optional.
2710
- # The token specifying the current offset within
2644
+ # Optional. The token specifying the current offset within
2711
2645
  # search results. See SearchJobsResponse.next_page_token for
2712
2646
  # an explanation of how to obtain the next set of query results.
2713
2647
  # Corresponds to the JSON property `pageToken`
@@ -2722,8 +2656,7 @@ module Google
2722
2656
  # @return [Google::Apis::JobsV3p1beta1::RequestMetadata]
2723
2657
  attr_accessor :request_metadata
2724
2658
 
2725
- # Optional.
2726
- # Controls if the search job request requires the return of a precise
2659
+ # Optional. Controls if the search job request requires the return of a precise
2727
2660
  # count of the first 300 results. Setting this to `true` ensures
2728
2661
  # consistency in the number of results per page. Best practice is to set this
2729
2662
  # value to true if a client allows users to jump directly to a
@@ -2735,8 +2668,7 @@ module Google
2735
2668
  attr_accessor :require_precise_result_size
2736
2669
  alias_method :require_precise_result_size?, :require_precise_result_size
2737
2670
 
2738
- # Optional.
2739
- # Mode of a search.
2671
+ # Optional. Mode of a search.
2740
2672
  # Defaults to SearchMode.JOB_SEARCH.
2741
2673
  # Corresponds to the JSON property `searchMode`
2742
2674
  # @return [String]