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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/generated/google/apis/bigquery_v2.rb +1 -1
- data/generated/google/apis/bigquery_v2/classes.rb +7 -0
- data/generated/google/apis/bigquery_v2/representations.rb +2 -0
- data/generated/google/apis/bigquery_v2/service.rb +1 -1
- data/generated/google/apis/cloudiot_v1.rb +1 -1
- data/generated/google/apis/cloudiot_v1/classes.rb +2 -2
- data/generated/google/apis/dialogflow_v2.rb +1 -1
- data/generated/google/apis/dialogflow_v2/classes.rb +91 -19
- data/generated/google/apis/dialogflow_v2/representations.rb +32 -13
- data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
- data/generated/google/apis/dialogflow_v2beta1/classes.rb +91 -19
- data/generated/google/apis/dialogflow_v2beta1/representations.rb +33 -14
- data/generated/google/apis/docs_v1.rb +1 -1
- data/generated/google/apis/docs_v1/classes.rb +103 -0
- data/generated/google/apis/docs_v1/representations.rb +37 -0
- data/generated/google/apis/jobs_v2.rb +1 -1
- data/generated/google/apis/jobs_v2/classes.rb +147 -240
- data/generated/google/apis/jobs_v2/service.rb +24 -44
- data/generated/google/apis/jobs_v3.rb +1 -1
- data/generated/google/apis/jobs_v3/classes.rb +113 -179
- data/generated/google/apis/jobs_v3/service.rb +25 -50
- data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
- data/generated/google/apis/jobs_v3p1beta1/classes.rb +119 -187
- data/generated/google/apis/jobs_v3p1beta1/service.rb +25 -50
- data/generated/google/apis/people_v1.rb +1 -1
- data/generated/google/apis/people_v1/classes.rb +105 -0
- data/generated/google/apis/people_v1/representations.rb +42 -0
- data/generated/google/apis/people_v1/service.rb +98 -0
- data/generated/google/apis/slides_v1.rb +1 -1
- data/generated/google/apis/translate_v3beta1.rb +37 -0
- data/generated/google/apis/translate_v3beta1/classes.rb +826 -0
- data/generated/google/apis/translate_v3beta1/representations.rb +404 -0
- data/generated/google/apis/translate_v3beta1/service.rb +706 -0
- data/generated/google/apis/videointelligence_v1.rb +1 -1
- data/generated/google/apis/videointelligence_v1/classes.rb +30 -0
- data/generated/google/apis/videointelligence_v1/representations.rb +10 -0
- data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
- data/generated/google/apis/videointelligence_v1beta2/classes.rb +30 -0
- data/generated/google/apis/videointelligence_v1beta2/representations.rb +10 -0
- data/generated/google/apis/videointelligence_v1p1beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p1beta1/classes.rb +30 -0
- data/generated/google/apis/videointelligence_v1p1beta1/representations.rb +10 -0
- data/generated/google/apis/videointelligence_v1p2beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +30 -0
- data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +10 -0
- data/generated/google/apis/videointelligence_v1p3beta1.rb +1 -1
- data/generated/google/apis/videointelligence_v1p3beta1/classes.rb +30 -0
- data/generated/google/apis/videointelligence_v1p3beta1/representations.rb +10 -0
- data/lib/google/apis/version.rb +1 -1
- metadata +6 -2
@@ -80,8 +80,7 @@ module Google
|
|
80
80
|
|
81
81
|
# Deletes the specified company.
|
82
82
|
# @param [String] name
|
83
|
-
# Required.
|
84
|
-
# The resource name of the company to be deleted,
|
83
|
+
# Required. The resource name of the company to be deleted,
|
85
84
|
# such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
|
86
85
|
# @param [String] fields
|
87
86
|
# Selector specifying which fields to include in a partial response.
|
@@ -112,8 +111,7 @@ module Google
|
|
112
111
|
|
113
112
|
# Retrieves the specified company.
|
114
113
|
# @param [String] name
|
115
|
-
# Required.
|
116
|
-
# Resource name of the company to retrieve,
|
114
|
+
# Required. Resource name of the company to retrieve,
|
117
115
|
# such as "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
|
118
116
|
# @param [String] fields
|
119
117
|
# Selector specifying which fields to include in a partial response.
|
@@ -144,18 +142,15 @@ module Google
|
|
144
142
|
|
145
143
|
# Lists all companies associated with a Cloud Talent Solution account.
|
146
144
|
# @param [Boolean] must_have_open_jobs
|
147
|
-
# Optional.
|
148
|
-
# Set to true if the companies request must have open jobs.
|
145
|
+
# Optional. Set to true if the companies request must have open jobs.
|
149
146
|
# Defaults to false.
|
150
147
|
# If true, at most page_size of companies are fetched, among which
|
151
148
|
# only those with open jobs are returned.
|
152
149
|
# @param [Fixnum] page_size
|
153
|
-
# Optional.
|
154
|
-
# The maximum number of companies to be returned, at most 100.
|
150
|
+
# Optional. The maximum number of companies to be returned, at most 100.
|
155
151
|
# Default is 100 if a non-positive number is provided.
|
156
152
|
# @param [String] page_token
|
157
|
-
# Optional.
|
158
|
-
# The starting indicator from which to return results.
|
153
|
+
# Optional. The starting indicator from which to return results.
|
159
154
|
# @param [String] fields
|
160
155
|
# Selector specifying which fields to include in a partial response.
|
161
156
|
# @param [String] quota_user
|
@@ -246,12 +241,11 @@ module Google
|
|
246
241
|
# Deprecated. Use ListJobs instead.
|
247
242
|
# Lists all jobs associated with a company.
|
248
243
|
# @param [String] company_name
|
249
|
-
# Required.
|
250
|
-
# The resource name of the company that owns the jobs to be listed,
|
244
|
+
# Required. The resource name of the company that owns the jobs to be listed,
|
251
245
|
# such as, "companies/0000aaaa-1111-bbbb-2222-cccc3333dddd".
|
252
246
|
# @param [Boolean] ids_only
|
253
|
-
# Optional.
|
254
|
-
#
|
247
|
+
# Optional. If set to `true`, only job ID, job requisition ID and language code
|
248
|
+
# will be
|
255
249
|
# returned.
|
256
250
|
# A typical use is to synchronize job repositories.
|
257
251
|
# Defaults to false.
|
@@ -262,19 +256,17 @@ module Google
|
|
262
256
|
# Set to true if the total number of open jobs is to be returned.
|
263
257
|
# Defaults to false.
|
264
258
|
# @param [String] job_requisition_id
|
265
|
-
# Optional.
|
266
|
-
#
|
259
|
+
# Optional. The requisition ID, also known as posting ID, assigned by the
|
260
|
+
# company
|
267
261
|
# to the job.
|
268
262
|
# The maximum number of allowable characters is 225.
|
269
263
|
# @param [Fixnum] page_size
|
270
|
-
# Optional.
|
271
|
-
# The maximum number of jobs to be returned per page of results.
|
264
|
+
# Optional. The maximum number of jobs to be returned per page of results.
|
272
265
|
# If ids_only is set to true, the maximum allowed page size
|
273
266
|
# is 1000. Otherwise, the maximum allowed page size is 100.
|
274
267
|
# Default is 100 if empty or a number < 1 is specified.
|
275
268
|
# @param [String] page_token
|
276
|
-
# Optional.
|
277
|
-
# The starting point of a query result.
|
269
|
+
# Optional. The starting point of a query result.
|
278
270
|
# @param [String] fields
|
279
271
|
# Selector specifying which fields to include in a partial response.
|
280
272
|
# @param [String] quota_user
|
@@ -373,8 +365,7 @@ module Google
|
|
373
365
|
# Typically, the job becomes unsearchable within 10 seconds, but it may take
|
374
366
|
# up to 5 minutes.
|
375
367
|
# @param [String] name
|
376
|
-
# Required.
|
377
|
-
# The resource name of the job to be deleted, such as "jobs/11111111".
|
368
|
+
# Required. The resource name of the job to be deleted, such as "jobs/11111111".
|
378
369
|
# @param [Boolean] disable_fast_process
|
379
370
|
# Deprecated. This field is not working anymore.
|
380
371
|
# Optional.
|
@@ -445,8 +436,7 @@ module Google
|
|
445
436
|
# Retrieves the specified job, whose status is OPEN or recently EXPIRED
|
446
437
|
# within the last 90 days.
|
447
438
|
# @param [String] name
|
448
|
-
# Required.
|
449
|
-
# The resource name of the job to retrieve, such as "jobs/11111111".
|
439
|
+
# Required. The resource name of the job to retrieve, such as "jobs/11111111".
|
450
440
|
# @param [String] fields
|
451
441
|
# Selector specifying which fields to include in a partial response.
|
452
442
|
# @param [String] quota_user
|
@@ -516,8 +506,7 @@ module Google
|
|
516
506
|
|
517
507
|
# Lists jobs by filter.
|
518
508
|
# @param [String] filter
|
519
|
-
# Required.
|
520
|
-
# The filter string specifies the jobs to be enumerated.
|
509
|
+
# Required. The filter string specifies the jobs to be enumerated.
|
521
510
|
# Supported operator: =, AND
|
522
511
|
# The fields eligible for filtering are:
|
523
512
|
# * `companyName` (Required)
|
@@ -526,20 +515,17 @@ module Google
|
|
526
515
|
# * companyName = "companies/123"
|
527
516
|
# * companyName = "companies/123" AND requisitionId = "req-1"
|
528
517
|
# @param [Boolean] ids_only
|
529
|
-
# Optional.
|
530
|
-
# If set to `true`, only Job.name, Job.requisition_id and
|
518
|
+
# Optional. If set to `true`, only Job.name, Job.requisition_id and
|
531
519
|
# Job.language_code will be returned.
|
532
520
|
# A typical use case is to synchronize job repositories.
|
533
521
|
# Defaults to false.
|
534
522
|
# @param [Fixnum] page_size
|
535
|
-
# Optional.
|
536
|
-
# The maximum number of jobs to be returned per page of results.
|
523
|
+
# Optional. The maximum number of jobs to be returned per page of results.
|
537
524
|
# If ids_only is set to true, the maximum allowed page size
|
538
525
|
# is 1000. Otherwise, the maximum allowed page size is 100.
|
539
526
|
# Default is 100 if empty or a number < 1 is specified.
|
540
527
|
# @param [String] page_token
|
541
|
-
# Optional.
|
542
|
-
# The starting point of a query result.
|
528
|
+
# Optional. The starting point of a query result.
|
543
529
|
# @param [String] fields
|
544
530
|
# Selector specifying which fields to include in a partial response.
|
545
531
|
# @param [String] quota_user
|
@@ -681,11 +667,9 @@ module Google
|
|
681
667
|
# Completes the specified prefix with job keyword suggestions.
|
682
668
|
# Intended for use by a job search auto-complete search box.
|
683
669
|
# @param [String] company_name
|
684
|
-
# Optional.
|
685
|
-
# If provided, restricts completion to the specified company.
|
670
|
+
# Optional. If provided, restricts completion to the specified company.
|
686
671
|
# @param [String] language_code
|
687
|
-
# Required.
|
688
|
-
# The language of the query. This is
|
672
|
+
# Required. The language of the query. This is
|
689
673
|
# the BCP-47 language code, such as "en-US" or "sr-Latn".
|
690
674
|
# For more information, see
|
691
675
|
# [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
|
@@ -698,18 +682,14 @@ module Google
|
|
698
682
|
# language_code or companies having open jobs with same
|
699
683
|
# language_code are returned.
|
700
684
|
# @param [Fixnum] page_size
|
701
|
-
# Required.
|
702
|
-
# Completion result count.
|
685
|
+
# Required. Completion result count.
|
703
686
|
# The maximum allowed page size is 10.
|
704
687
|
# @param [String] query
|
705
|
-
# Required.
|
706
|
-
# The query used to generate suggestions.
|
688
|
+
# Required. The query used to generate suggestions.
|
707
689
|
# @param [String] scope
|
708
|
-
# Optional.
|
709
|
-
# The scope of the completion. The defaults is CompletionScope.PUBLIC.
|
690
|
+
# Optional. The scope of the completion. The defaults is CompletionScope.PUBLIC.
|
710
691
|
# @param [String] type
|
711
|
-
# Optional.
|
712
|
-
# The completion topic. The default is CompletionType.COMBINED.
|
692
|
+
# Optional. The completion topic. The default is CompletionType.COMBINED.
|
713
693
|
# @param [String] fields
|
714
694
|
# Selector specifying which fields to include in a partial response.
|
715
695
|
# @param [String] quota_user
|
@@ -26,7 +26,7 @@ module Google
|
|
26
26
|
# @see https://cloud.google.com/talent-solution/job-search/docs/
|
27
27
|
module JobsV3
|
28
28
|
VERSION = 'V3'
|
29
|
-
REVISION = '
|
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
|
-
#
|
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
|
-
#
|
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::JobsV3::JobEvent]
|
186
184
|
attr_accessor :job_event
|
187
185
|
|
188
|
-
# Optional.
|
189
|
-
#
|
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
|
-
#
|
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::JobsV3::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::JobsV3::LatLng]
|
268
263
|
attr_accessor :start_coordinates
|
269
264
|
|
270
|
-
# Required.
|
271
|
-
#
|
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
|
-
#
|
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::JobsV3::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::JobsV3::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::JobsV3::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::JobsV3::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::JobsV3::NumericBucketingOption]
|
594
573
|
attr_accessor :bucketing_option
|
595
574
|
|
596
|
-
# Required.
|
597
|
-
#
|
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::JobsV3::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
|
-
#
|
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.
|
@@ -953,14 +930,12 @@ module Google
|
|
953
930
|
class DeviceInfo
|
954
931
|
include Google::Apis::Core::Hashable
|
955
932
|
|
956
|
-
# Optional.
|
957
|
-
# Type of the device.
|
933
|
+
# Optional. Type of the device.
|
958
934
|
# Corresponds to the JSON property `deviceType`
|
959
935
|
# @return [String]
|
960
936
|
attr_accessor :device_type
|
961
937
|
|
962
|
-
# Optional.
|
963
|
-
# A device-specific ID. The ID must be a unique identifier that
|
938
|
+
# Optional. A device-specific ID. The ID must be a unique identifier that
|
964
939
|
# distinguishes the device from other devices.
|
965
940
|
# Corresponds to the JSON property `id`
|
966
941
|
# @return [String]
|
@@ -1001,23 +976,20 @@ module Google
|
|
1001
976
|
class HistogramFacets
|
1002
977
|
include Google::Apis::Core::Hashable
|
1003
978
|
|
1004
|
-
# Optional.
|
1005
|
-
# Specifies compensation field-based histogram requests.
|
979
|
+
# Optional. Specifies compensation field-based histogram requests.
|
1006
980
|
# Duplicate values of CompensationHistogramRequest.type are not allowed.
|
1007
981
|
# Corresponds to the JSON property `compensationHistogramFacets`
|
1008
982
|
# @return [Array<Google::Apis::JobsV3::CompensationHistogramRequest>]
|
1009
983
|
attr_accessor :compensation_histogram_facets
|
1010
984
|
|
1011
|
-
# Optional.
|
1012
|
-
# Specifies the custom attributes histogram requests.
|
985
|
+
# Optional. Specifies the custom attributes histogram requests.
|
1013
986
|
# Duplicate values of CustomAttributeHistogramRequest.key are not
|
1014
987
|
# allowed.
|
1015
988
|
# Corresponds to the JSON property `customAttributeHistogramFacets`
|
1016
989
|
# @return [Array<Google::Apis::JobsV3::CustomAttributeHistogramRequest>]
|
1017
990
|
attr_accessor :custom_attribute_histogram_facets
|
1018
991
|
|
1019
|
-
# Optional.
|
1020
|
-
# Specifies the simple type of histogram facets, for example,
|
992
|
+
# Optional. Specifies the simple type of histogram facets, for example,
|
1021
993
|
# `COMPANY_SIZE`, `EMPLOYMENT_TYPE` etc.
|
1022
994
|
# Corresponds to the JSON property `simpleHistogramFacets`
|
1023
995
|
# @return [Array<String>]
|
@@ -1136,8 +1108,7 @@ module Google
|
|
1136
1108
|
# @return [String]
|
1137
1109
|
attr_accessor :company_display_name
|
1138
1110
|
|
1139
|
-
# Required.
|
1140
|
-
# The resource name of the company listing the job, such as
|
1111
|
+
# Required. The resource name of the company listing the job, such as
|
1141
1112
|
# "projects/api-test-project/companies/foo".
|
1142
1113
|
# Corresponds to the JSON property `companyName`
|
1143
1114
|
# @return [String]
|
@@ -1148,8 +1119,8 @@ module Google
|
|
1148
1119
|
# @return [Google::Apis::JobsV3::CompensationInfo]
|
1149
1120
|
attr_accessor :compensation_info
|
1150
1121
|
|
1151
|
-
# Optional.
|
1152
|
-
#
|
1122
|
+
# Optional. A map of fields to hold both filterable and non-filterable custom
|
1123
|
+
# job
|
1153
1124
|
# attributes that are not covered by the provided structured fields.
|
1154
1125
|
# The keys of the map are strings up to 64 bytes and must match the
|
1155
1126
|
# pattern: a-zA-Z*. For example, key0LikeThis or
|
@@ -1163,14 +1134,13 @@ module Google
|
|
1163
1134
|
# @return [Hash<String,Google::Apis::JobsV3::CustomAttribute>]
|
1164
1135
|
attr_accessor :custom_attributes
|
1165
1136
|
|
1166
|
-
# Optional.
|
1167
|
-
#
|
1137
|
+
# Optional. The desired education degrees for the job, such as Bachelors,
|
1138
|
+
# Masters.
|
1168
1139
|
# Corresponds to the JSON property `degreeTypes`
|
1169
1140
|
# @return [Array<String>]
|
1170
1141
|
attr_accessor :degree_types
|
1171
1142
|
|
1172
|
-
# Optional.
|
1173
|
-
# The department or functional area within the company with the open
|
1143
|
+
# Optional. The department or functional area within the company with the open
|
1174
1144
|
# position.
|
1175
1145
|
# The maximum number of allowed characters is 255.
|
1176
1146
|
# Corresponds to the JSON property `department`
|
@@ -1183,8 +1153,8 @@ module Google
|
|
1183
1153
|
# @return [Google::Apis::JobsV3::JobDerivedInfo]
|
1184
1154
|
attr_accessor :derived_info
|
1185
1155
|
|
1186
|
-
# Required.
|
1187
|
-
#
|
1156
|
+
# Required. The description of the job, which typically includes a multi-
|
1157
|
+
# paragraph
|
1188
1158
|
# description of the company and related information. Separate fields are
|
1189
1159
|
# provided on the job object for responsibilities,
|
1190
1160
|
# qualifications, and other job characteristics. Use of
|
@@ -1196,50 +1166,45 @@ module Google
|
|
1196
1166
|
# @return [String]
|
1197
1167
|
attr_accessor :description
|
1198
1168
|
|
1199
|
-
# Optional.
|
1200
|
-
# The employment type(s) of a job, for example,
|
1169
|
+
# Optional. The employment type(s) of a job, for example,
|
1201
1170
|
# full time or
|
1202
1171
|
# part time.
|
1203
1172
|
# Corresponds to the JSON property `employmentTypes`
|
1204
1173
|
# @return [Array<String>]
|
1205
1174
|
attr_accessor :employment_types
|
1206
1175
|
|
1207
|
-
# Optional.
|
1208
|
-
# A description of bonus, commission, and other compensation
|
1176
|
+
# Optional. A description of bonus, commission, and other compensation
|
1209
1177
|
# incentives associated with the job not including salary or pay.
|
1210
1178
|
# The maximum number of allowed characters is 10,000.
|
1211
1179
|
# Corresponds to the JSON property `incentives`
|
1212
1180
|
# @return [String]
|
1213
1181
|
attr_accessor :incentives
|
1214
1182
|
|
1215
|
-
# Optional.
|
1216
|
-
# The benefits included with the job.
|
1183
|
+
# Optional. The benefits included with the job.
|
1217
1184
|
# Corresponds to the JSON property `jobBenefits`
|
1218
1185
|
# @return [Array<String>]
|
1219
1186
|
attr_accessor :job_benefits
|
1220
1187
|
|
1221
|
-
# Optional.
|
1222
|
-
#
|
1188
|
+
# Optional. The end timestamp of the job. Typically this field is used for
|
1189
|
+
# contracting
|
1223
1190
|
# engagements. Invalid timestamps are ignored.
|
1224
1191
|
# Corresponds to the JSON property `jobEndTime`
|
1225
1192
|
# @return [String]
|
1226
1193
|
attr_accessor :job_end_time
|
1227
1194
|
|
1228
|
-
# Optional.
|
1229
|
-
# The experience level associated with the job, such as "Entry Level".
|
1195
|
+
# Optional. The experience level associated with the job, such as "Entry Level".
|
1230
1196
|
# Corresponds to the JSON property `jobLevel`
|
1231
1197
|
# @return [String]
|
1232
1198
|
attr_accessor :job_level
|
1233
1199
|
|
1234
|
-
# Optional.
|
1235
|
-
#
|
1200
|
+
# Optional. The start timestamp of the job in UTC time zone. Typically this
|
1201
|
+
# field
|
1236
1202
|
# is used for contracting engagements. Invalid timestamps are ignored.
|
1237
1203
|
# Corresponds to the JSON property `jobStartTime`
|
1238
1204
|
# @return [String]
|
1239
1205
|
attr_accessor :job_start_time
|
1240
1206
|
|
1241
|
-
# Optional.
|
1242
|
-
# The language of the posting. This field is distinct from
|
1207
|
+
# Optional. The language of the posting. This field is distinct from
|
1243
1208
|
# any requirements for fluency that are associated with the job.
|
1244
1209
|
# Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
|
1245
1210
|
# For more information, see
|
@@ -1299,16 +1264,15 @@ module Google
|
|
1299
1264
|
# @return [String]
|
1300
1265
|
attr_accessor :posting_expire_time
|
1301
1266
|
|
1302
|
-
# Optional.
|
1303
|
-
#
|
1267
|
+
# Optional. The timestamp this job posting was most recently published. The
|
1268
|
+
# default
|
1304
1269
|
# value is the time the request arrives at the server. Invalid timestamps are
|
1305
1270
|
# ignored.
|
1306
1271
|
# Corresponds to the JSON property `postingPublishTime`
|
1307
1272
|
# @return [String]
|
1308
1273
|
attr_accessor :posting_publish_time
|
1309
1274
|
|
1310
|
-
# Optional.
|
1311
|
-
# The job PostingRegion (for example, state, country) throughout which
|
1275
|
+
# Optional. The job PostingRegion (for example, state, country) throughout which
|
1312
1276
|
# the job is available. If this field is set, a
|
1313
1277
|
# LocationFilter in a search query within the job region
|
1314
1278
|
# finds this job posting if an exact location match isn't specified.
|
@@ -1330,8 +1294,7 @@ module Google
|
|
1330
1294
|
# @return [Google::Apis::JobsV3::ProcessingOptions]
|
1331
1295
|
attr_accessor :processing_options
|
1332
1296
|
|
1333
|
-
# Optional.
|
1334
|
-
# A promotion value of the job, as determined by the client.
|
1297
|
+
# Optional. A promotion value of the job, as determined by the client.
|
1335
1298
|
# The value determines the sort order of the jobs returned when searching for
|
1336
1299
|
# jobs using the featured jobs search call, with higher promotional values
|
1337
1300
|
# being returned first and ties being resolved by relevance sort. Only the
|
@@ -1341,8 +1304,7 @@ module Google
|
|
1341
1304
|
# @return [Fixnum]
|
1342
1305
|
attr_accessor :promotion_value
|
1343
1306
|
|
1344
|
-
# Optional.
|
1345
|
-
# A description of the qualifications required to perform the
|
1307
|
+
# Optional. A description of the qualifications required to perform the
|
1346
1308
|
# job. The use of this field is recommended
|
1347
1309
|
# as an alternative to using the more general description field.
|
1348
1310
|
# This field accepts and sanitizes HTML input, and also accepts
|
@@ -1352,8 +1314,8 @@ module Google
|
|
1352
1314
|
# @return [String]
|
1353
1315
|
attr_accessor :qualifications
|
1354
1316
|
|
1355
|
-
# Required.
|
1356
|
-
#
|
1317
|
+
# Required. The requisition ID, also referred to as the posting ID, assigned by
|
1318
|
+
# the
|
1357
1319
|
# client to identify a job. This field is intended to be used by clients
|
1358
1320
|
# for client identification and tracking of postings. A job is not allowed
|
1359
1321
|
# to be created if there is another job with the same [company_name],
|
@@ -1363,8 +1325,7 @@ module Google
|
|
1363
1325
|
# @return [String]
|
1364
1326
|
attr_accessor :requisition_id
|
1365
1327
|
|
1366
|
-
# Optional.
|
1367
|
-
# A description of job responsibilities. The use of this field is
|
1328
|
+
# Optional. A description of job responsibilities. The use of this field is
|
1368
1329
|
# recommended as an alternative to using the more general description
|
1369
1330
|
# field.
|
1370
1331
|
# This field accepts and sanitizes HTML input, and also accepts
|
@@ -1374,15 +1335,13 @@ module Google
|
|
1374
1335
|
# @return [String]
|
1375
1336
|
attr_accessor :responsibilities
|
1376
1337
|
|
1377
|
-
# Required.
|
1378
|
-
# The title of the job, such as "Software Engineer"
|
1338
|
+
# Required. The title of the job, such as "Software Engineer"
|
1379
1339
|
# The maximum number of allowed characters is 500.
|
1380
1340
|
# Corresponds to the JSON property `title`
|
1381
1341
|
# @return [String]
|
1382
1342
|
attr_accessor :title
|
1383
1343
|
|
1384
|
-
# Optional.
|
1385
|
-
# The visibility of the job.
|
1344
|
+
# Optional. The visibility of the job.
|
1386
1345
|
# Defaults to Visibility.ACCOUNT_ONLY if not specified.
|
1387
1346
|
# Corresponds to the JSON property `visibility`
|
1388
1347
|
# @return [String]
|
@@ -1460,8 +1419,7 @@ module Google
|
|
1460
1419
|
class JobEvent
|
1461
1420
|
include Google::Apis::Core::Hashable
|
1462
1421
|
|
1463
|
-
# Required.
|
1464
|
-
# The job name(s) associated with this event.
|
1422
|
+
# Required. The job name(s) associated with this event.
|
1465
1423
|
# For example, if this is an impression event,
|
1466
1424
|
# this field contains the identifiers of all jobs shown to the job seeker.
|
1467
1425
|
# If this was a view event, this field contains the
|
@@ -1470,8 +1428,7 @@ module Google
|
|
1470
1428
|
# @return [Array<String>]
|
1471
1429
|
attr_accessor :jobs
|
1472
1430
|
|
1473
|
-
# Required.
|
1474
|
-
# The type of the event (see JobEventType).
|
1431
|
+
# Required. The type of the event (see JobEventType).
|
1475
1432
|
# Corresponds to the JSON property `type`
|
1476
1433
|
# @return [String]
|
1477
1434
|
attr_accessor :type
|
@@ -1498,8 +1455,7 @@ module Google
|
|
1498
1455
|
# @return [Google::Apis::JobsV3::CommuteFilter]
|
1499
1456
|
attr_accessor :commute_filter
|
1500
1457
|
|
1501
|
-
# Optional.
|
1502
|
-
# This filter specifies the exact company display
|
1458
|
+
# Optional. This filter specifies the exact company display
|
1503
1459
|
# name of the jobs to search against.
|
1504
1460
|
# If a value isn't specified, jobs within the search results are
|
1505
1461
|
# associated with any company.
|
@@ -1510,8 +1466,7 @@ module Google
|
|
1510
1466
|
# @return [Array<String>]
|
1511
1467
|
attr_accessor :company_display_names
|
1512
1468
|
|
1513
|
-
# Optional.
|
1514
|
-
# This filter specifies the company entities to search against.
|
1469
|
+
# Optional. This filter specifies the company entities to search against.
|
1515
1470
|
# If a value isn't specified, jobs are searched for against all
|
1516
1471
|
# companies.
|
1517
1472
|
# If multiple values are specified, jobs are searched against the
|
@@ -1529,8 +1484,7 @@ module Google
|
|
1529
1484
|
# @return [Google::Apis::JobsV3::CompensationFilter]
|
1530
1485
|
attr_accessor :compensation_filter
|
1531
1486
|
|
1532
|
-
# Optional.
|
1533
|
-
# This filter specifies a structured syntax to match against the
|
1487
|
+
# Optional. This filter specifies a structured syntax to match against the
|
1534
1488
|
# Job.custom_attributes marked as `filterable`.
|
1535
1489
|
# The syntax for this expression is a subset of SQL syntax.
|
1536
1490
|
# Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the
|
@@ -1543,7 +1497,7 @@ module Google
|
|
1543
1497
|
# Boolean expressions (AND/OR/NOT) are supported up to 3 levels of
|
1544
1498
|
# nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100
|
1545
1499
|
# comparisons or functions are allowed in the expression. The expression
|
1546
|
-
# must be <
|
1500
|
+
# must be < 6000 bytes in length.
|
1547
1501
|
# Sample Query:
|
1548
1502
|
# `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND
|
1549
1503
|
# driving_years > 10`
|
@@ -1551,8 +1505,7 @@ module Google
|
|
1551
1505
|
# @return [String]
|
1552
1506
|
attr_accessor :custom_attribute_filter
|
1553
1507
|
|
1554
|
-
# Optional.
|
1555
|
-
# This flag controls the spell-check feature. If false, the
|
1508
|
+
# Optional. This flag controls the spell-check feature. If false, the
|
1556
1509
|
# service attempts to correct a misspelled query,
|
1557
1510
|
# for example, "enginee" is corrected to "engineer".
|
1558
1511
|
# Defaults to false: a spell check is performed.
|
@@ -1561,8 +1514,7 @@ module Google
|
|
1561
1514
|
attr_accessor :disable_spell_check
|
1562
1515
|
alias_method :disable_spell_check?, :disable_spell_check
|
1563
1516
|
|
1564
|
-
# Optional.
|
1565
|
-
# The employment type filter specifies the employment type of jobs to
|
1517
|
+
# Optional. The employment type filter specifies the employment type of jobs to
|
1566
1518
|
# search against, such as EmploymentType.FULL_TIME.
|
1567
1519
|
# If a value is not specified, jobs in the search results includes any
|
1568
1520
|
# employment type.
|
@@ -1572,8 +1524,8 @@ module Google
|
|
1572
1524
|
# @return [Array<String>]
|
1573
1525
|
attr_accessor :employment_types
|
1574
1526
|
|
1575
|
-
# Optional.
|
1576
|
-
#
|
1527
|
+
# Optional. The category filter specifies the categories of jobs to search
|
1528
|
+
# against.
|
1577
1529
|
# See Category for more information.
|
1578
1530
|
# If a value is not specified, jobs from any category are searched against.
|
1579
1531
|
# If multiple values are specified, jobs from any of the specified
|
@@ -1582,8 +1534,7 @@ module Google
|
|
1582
1534
|
# @return [Array<String>]
|
1583
1535
|
attr_accessor :job_categories
|
1584
1536
|
|
1585
|
-
# Optional.
|
1586
|
-
# This filter specifies the locale of jobs to search against,
|
1537
|
+
# Optional. This filter specifies the locale of jobs to search against,
|
1587
1538
|
# for example, "en-US".
|
1588
1539
|
# If a value isn't specified, the search results can contain jobs in any
|
1589
1540
|
# locale.
|
@@ -1595,8 +1546,7 @@ module Google
|
|
1595
1546
|
# @return [Array<String>]
|
1596
1547
|
attr_accessor :language_codes
|
1597
1548
|
|
1598
|
-
# Optional.
|
1599
|
-
# The location filter specifies geo-regions containing the jobs to
|
1549
|
+
# Optional. The location filter specifies geo-regions containing the jobs to
|
1600
1550
|
# search against. See LocationFilter for more information.
|
1601
1551
|
# If a location value isn't specified, jobs fitting the other search
|
1602
1552
|
# criteria are retrieved regardless of where they're located.
|
@@ -1614,8 +1564,8 @@ module Google
|
|
1614
1564
|
# @return [Google::Apis::JobsV3::TimestampRange]
|
1615
1565
|
attr_accessor :publish_time_range
|
1616
1566
|
|
1617
|
-
# Optional.
|
1618
|
-
#
|
1567
|
+
# Optional. The query string that matches against the job title, description,
|
1568
|
+
# and
|
1619
1569
|
# location fields.
|
1620
1570
|
# The maximum number of allowed characters is 255.
|
1621
1571
|
# Corresponds to the JSON property `query`
|
@@ -1771,7 +1721,7 @@ module Google
|
|
1771
1721
|
# existing data, depending on the type of process.
|
1772
1722
|
# Advice on address input / editing:
|
1773
1723
|
# - Use an i18n-ready address widget such as
|
1774
|
-
# https://github.com/
|
1724
|
+
# https://github.com/google/libaddressinput)
|
1775
1725
|
# - Users should not be presented with UI elements for input or editing of
|
1776
1726
|
# fields outside countries where that field is used.
|
1777
1727
|
# For more guidance on how to use this schema, please see:
|
@@ -1807,14 +1757,13 @@ module Google
|
|
1807
1757
|
class LocationFilter
|
1808
1758
|
include Google::Apis::Core::Hashable
|
1809
1759
|
|
1810
|
-
# Optional.
|
1811
|
-
# The address name, such as "Mountain View" or "Bay Area".
|
1760
|
+
# Optional. The address name, such as "Mountain View" or "Bay Area".
|
1812
1761
|
# Corresponds to the JSON property `address`
|
1813
1762
|
# @return [String]
|
1814
1763
|
attr_accessor :address
|
1815
1764
|
|
1816
|
-
# Optional.
|
1817
|
-
#
|
1765
|
+
# Optional. The distance_in_miles is applied when the location being searched
|
1766
|
+
# for is
|
1818
1767
|
# identified as a city or smaller. When the location being searched for is a
|
1819
1768
|
# state or larger, this field is ignored.
|
1820
1769
|
# Corresponds to the JSON property `distanceInMiles`
|
@@ -1830,8 +1779,7 @@ module Google
|
|
1830
1779
|
# @return [Google::Apis::JobsV3::LatLng]
|
1831
1780
|
attr_accessor :lat_lng
|
1832
1781
|
|
1833
|
-
# Optional.
|
1834
|
-
# CLDR region code of the country/region of the address. This is used
|
1782
|
+
# Optional. CLDR region code of the country/region of the address. This is used
|
1835
1783
|
# to address ambiguity of the user-input location, for example, "Liverpool"
|
1836
1784
|
# against "Liverpool, NY, US" or "Liverpool, UK".
|
1837
1785
|
# Set this field if all the jobs to search against are from a same region,
|
@@ -1843,8 +1791,7 @@ module Google
|
|
1843
1791
|
# @return [String]
|
1844
1792
|
attr_accessor :region_code
|
1845
1793
|
|
1846
|
-
# Optional.
|
1847
|
-
# Allows the client to return jobs without a
|
1794
|
+
# Optional. Allows the client to return jobs without a
|
1848
1795
|
# set location, specifically, telecommuting jobs (telecommuting is considered
|
1849
1796
|
# by the service as a special location.
|
1850
1797
|
# Job.posting_region indicates if a job permits telecommuting.
|
@@ -1972,8 +1919,7 @@ module Google
|
|
1972
1919
|
class NumericBucketingOption
|
1973
1920
|
include Google::Apis::Core::Hashable
|
1974
1921
|
|
1975
|
-
# Required.
|
1976
|
-
# Two adjacent values form a histogram bucket. Values should be in
|
1922
|
+
# Required. Two adjacent values form a histogram bucket. Values should be in
|
1977
1923
|
# ascending order. For example, if [5, 10, 15] are provided, four buckets are
|
1978
1924
|
# created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20
|
1979
1925
|
# [buckets_bound is supported.
|
@@ -1981,8 +1927,7 @@ module Google
|
|
1981
1927
|
# @return [Array<Float>]
|
1982
1928
|
attr_accessor :bucket_bounds
|
1983
1929
|
|
1984
|
-
# Optional.
|
1985
|
-
# If set to true, the histogram result includes minimum/maximum
|
1930
|
+
# Optional. If set to true, the histogram result includes minimum/maximum
|
1986
1931
|
# value of the numeric field.
|
1987
1932
|
# Corresponds to the JSON property `requiresMinMax`
|
1988
1933
|
# @return [Boolean]
|
@@ -2044,7 +1989,7 @@ module Google
|
|
2044
1989
|
# existing data, depending on the type of process.
|
2045
1990
|
# Advice on address input / editing:
|
2046
1991
|
# - Use an i18n-ready address widget such as
|
2047
|
-
# https://github.com/
|
1992
|
+
# https://github.com/google/libaddressinput)
|
2048
1993
|
# - Users should not be presented with UI elements for input or editing of
|
2049
1994
|
# fields outside countries where that field is used.
|
2050
1995
|
# For more guidance on how to use this schema, please see:
|
@@ -2184,16 +2129,14 @@ module Google
|
|
2184
2129
|
class ProcessingOptions
|
2185
2130
|
include Google::Apis::Core::Hashable
|
2186
2131
|
|
2187
|
-
# Optional.
|
2188
|
-
# If set to `true`, the service does not attempt to resolve a
|
2132
|
+
# Optional. If set to `true`, the service does not attempt to resolve a
|
2189
2133
|
# more precise address for the job.
|
2190
2134
|
# Corresponds to the JSON property `disableStreetAddressResolution`
|
2191
2135
|
# @return [Boolean]
|
2192
2136
|
attr_accessor :disable_street_address_resolution
|
2193
2137
|
alias_method :disable_street_address_resolution?, :disable_street_address_resolution
|
2194
2138
|
|
2195
|
-
# Optional.
|
2196
|
-
# Option for job HTML content sanitization. Applied fields are:
|
2139
|
+
# Optional. Option for job HTML content sanitization. Applied fields are:
|
2197
2140
|
# * description
|
2198
2141
|
# * applicationInfo.instruction
|
2199
2142
|
# * incentives
|
@@ -2231,8 +2174,8 @@ module Google
|
|
2231
2174
|
# @return [Google::Apis::JobsV3::DeviceInfo]
|
2232
2175
|
attr_accessor :device_info
|
2233
2176
|
|
2234
|
-
# Required.
|
2235
|
-
#
|
2177
|
+
# Required. The client-defined scope or source of the service call, which
|
2178
|
+
# typically
|
2236
2179
|
# is the domain on
|
2237
2180
|
# which the service has been implemented and is currently being run.
|
2238
2181
|
# For example, if the service is being run by client <em>Foo, Inc.</em>, on
|
@@ -2247,8 +2190,7 @@ module Google
|
|
2247
2190
|
# @return [String]
|
2248
2191
|
attr_accessor :domain
|
2249
2192
|
|
2250
|
-
# Required.
|
2251
|
-
# A unique session identification string. A session is defined as the
|
2193
|
+
# Required. A unique session identification string. A session is defined as the
|
2252
2194
|
# duration of an end user's interaction with the service over a certain
|
2253
2195
|
# period.
|
2254
2196
|
# Obfuscate this field for privacy concerns before
|
@@ -2261,8 +2203,7 @@ module Google
|
|
2261
2203
|
# @return [String]
|
2262
2204
|
attr_accessor :session_id
|
2263
2205
|
|
2264
|
-
# Required.
|
2265
|
-
# A unique user identification string, as determined by the client.
|
2206
|
+
# Required. A unique user identification string, as determined by the client.
|
2266
2207
|
# To have the strongest positive impact on search quality
|
2267
2208
|
# make sure the client-level is unique.
|
2268
2209
|
# Obfuscate this field for privacy concerns before
|
@@ -2314,8 +2255,7 @@ module Google
|
|
2314
2255
|
class SearchJobsRequest
|
2315
2256
|
include Google::Apis::Core::Hashable
|
2316
2257
|
|
2317
|
-
# Optional.
|
2318
|
-
# Controls whether to disable exact keyword match on Job.job_title,
|
2258
|
+
# Optional. Controls whether to disable exact keyword match on Job.job_title,
|
2319
2259
|
# Job.description, Job.company_display_name, Job.locations,
|
2320
2260
|
# Job.qualifications. When disable keyword match is turned off, a
|
2321
2261
|
# keyword match returns jobs that do not match given category filters when
|
@@ -2336,8 +2276,8 @@ module Google
|
|
2336
2276
|
attr_accessor :disable_keyword_match
|
2337
2277
|
alias_method :disable_keyword_match?, :disable_keyword_match
|
2338
2278
|
|
2339
|
-
# Optional.
|
2340
|
-
#
|
2279
|
+
# Optional. Controls whether highly similar jobs are returned next to each other
|
2280
|
+
# in
|
2341
2281
|
# the search results. Jobs are identified as highly similar based on
|
2342
2282
|
# their titles, job categories, and locations. Highly similar results are
|
2343
2283
|
# clustered so that only one representative job of the cluster is
|
@@ -2349,8 +2289,8 @@ module Google
|
|
2349
2289
|
# @return [String]
|
2350
2290
|
attr_accessor :diversification_level
|
2351
2291
|
|
2352
|
-
# Optional.
|
2353
|
-
#
|
2292
|
+
# Optional. Controls whether to broaden the search when it produces sparse
|
2293
|
+
# results.
|
2354
2294
|
# Broadened queries append results to the end of the matching results
|
2355
2295
|
# list.
|
2356
2296
|
# Defaults to false.
|
@@ -2371,15 +2311,14 @@ module Google
|
|
2371
2311
|
# @return [Google::Apis::JobsV3::JobQuery]
|
2372
2312
|
attr_accessor :job_query
|
2373
2313
|
|
2374
|
-
# Optional.
|
2375
|
-
# The desired job attributes returned for jobs in the
|
2314
|
+
# Optional. The desired job attributes returned for jobs in the
|
2376
2315
|
# search response. Defaults to JobView.SMALL if no value is specified.
|
2377
2316
|
# Corresponds to the JSON property `jobView`
|
2378
2317
|
# @return [String]
|
2379
2318
|
attr_accessor :job_view
|
2380
2319
|
|
2381
|
-
# Optional.
|
2382
|
-
#
|
2320
|
+
# Optional. An integer that specifies the current offset (that is, starting
|
2321
|
+
# result
|
2383
2322
|
# location, amongst the jobs deemed by the API as relevant) in search
|
2384
2323
|
# results. This field is only considered if page_token is unset.
|
2385
2324
|
# For example, 0 means to return results starting from the first matching
|
@@ -2390,8 +2329,7 @@ module Google
|
|
2390
2329
|
# @return [Fixnum]
|
2391
2330
|
attr_accessor :offset
|
2392
2331
|
|
2393
|
-
# Optional.
|
2394
|
-
# The criteria determining how search results are sorted. Default is
|
2332
|
+
# Optional. The criteria determining how search results are sorted. Default is
|
2395
2333
|
# "relevance desc".
|
2396
2334
|
# Supported options are:
|
2397
2335
|
# * `"relevance desc"`: By relevance descending, as determined by the API
|
@@ -2423,16 +2361,14 @@ module Google
|
|
2423
2361
|
# @return [String]
|
2424
2362
|
attr_accessor :order_by
|
2425
2363
|
|
2426
|
-
# Optional.
|
2427
|
-
# A limit on the number of jobs returned in the search results.
|
2364
|
+
# Optional. A limit on the number of jobs returned in the search results.
|
2428
2365
|
# Increasing this value above the default value of 10 can increase search
|
2429
2366
|
# response time. The value can be between 1 and 100.
|
2430
2367
|
# Corresponds to the JSON property `pageSize`
|
2431
2368
|
# @return [Fixnum]
|
2432
2369
|
attr_accessor :page_size
|
2433
2370
|
|
2434
|
-
# Optional.
|
2435
|
-
# The token specifying the current offset within
|
2371
|
+
# Optional. The token specifying the current offset within
|
2436
2372
|
# search results. See SearchJobsResponse.next_page_token for
|
2437
2373
|
# an explanation of how to obtain the next set of query results.
|
2438
2374
|
# Corresponds to the JSON property `pageToken`
|
@@ -2447,8 +2383,7 @@ module Google
|
|
2447
2383
|
# @return [Google::Apis::JobsV3::RequestMetadata]
|
2448
2384
|
attr_accessor :request_metadata
|
2449
2385
|
|
2450
|
-
# Optional.
|
2451
|
-
# Controls if the search job request requires the return of a precise
|
2386
|
+
# Optional. Controls if the search job request requires the return of a precise
|
2452
2387
|
# count of the first 300 results. Setting this to `true` ensures
|
2453
2388
|
# consistency in the number of results per page. Best practice is to set this
|
2454
2389
|
# value to true if a client allows users to jump directly to a
|
@@ -2460,8 +2395,7 @@ module Google
|
|
2460
2395
|
attr_accessor :require_precise_result_size
|
2461
2396
|
alias_method :require_precise_result_size?, :require_precise_result_size
|
2462
2397
|
|
2463
|
-
# Optional.
|
2464
|
-
# Mode of a search.
|
2398
|
+
# Optional. Mode of a search.
|
2465
2399
|
# Defaults to SearchMode.JOB_SEARCH.
|
2466
2400
|
# Corresponds to the JSON property `searchMode`
|
2467
2401
|
# @return [String]
|