google-api-client 0.23.5 → 0.23.6
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 +21 -0
- data/generated/google/apis/adexperiencereport_v1.rb +1 -1
- data/generated/google/apis/cloudtrace_v1.rb +4 -2
- data/generated/google/apis/cloudtrace_v1/service.rb +3 -1
- data/generated/google/apis/cloudtrace_v2.rb +4 -2
- data/generated/google/apis/cloudtrace_v2/service.rb +3 -1
- data/generated/google/apis/container_v1.rb +1 -1
- data/generated/google/apis/container_v1/classes.rb +6 -3
- data/generated/google/apis/container_v1beta1.rb +1 -1
- data/generated/google/apis/container_v1beta1/classes.rb +51 -1
- data/generated/google/apis/container_v1beta1/representations.rb +18 -0
- data/generated/google/apis/content_v2.rb +1 -1
- data/generated/google/apis/content_v2/classes.rb +174 -0
- data/generated/google/apis/content_v2/representations.rb +73 -0
- data/generated/google/apis/content_v2/service.rb +100 -1
- data/generated/google/apis/content_v2sandbox.rb +1 -1
- data/generated/google/apis/content_v2sandbox/service.rb +2 -1
- data/generated/google/apis/dlp_v2.rb +1 -1
- data/generated/google/apis/dlp_v2/classes.rb +9 -7
- data/generated/google/apis/dlp_v2/service.rb +2 -0
- data/generated/google/apis/drive_v2.rb +1 -1
- data/generated/google/apis/drive_v2/classes.rb +72 -6
- data/generated/google/apis/drive_v2/representations.rb +8 -0
- data/generated/google/apis/drive_v3.rb +1 -1
- data/generated/google/apis/drive_v3/classes.rb +72 -6
- data/generated/google/apis/drive_v3/representations.rb +8 -0
- data/generated/google/apis/firestore_v1.rb +3 -2
- data/generated/google/apis/firestore_v1/service.rb +2 -1
- data/generated/google/apis/firestore_v1beta1.rb +3 -2
- data/generated/google/apis/firestore_v1beta1/service.rb +2 -1
- data/generated/google/apis/firestore_v1beta2.rb +3 -2
- data/generated/google/apis/firestore_v1beta2/service.rb +2 -1
- data/generated/google/apis/gmail_v1.rb +1 -1
- data/generated/google/apis/gmail_v1/classes.rb +47 -0
- data/generated/google/apis/gmail_v1/representations.rb +28 -0
- data/generated/google/apis/gmail_v1/service.rb +165 -0
- data/generated/google/apis/jobs_v2.rb +2 -2
- data/generated/google/apis/jobs_v2/classes.rb +4 -1
- data/generated/google/apis/jobs_v2/service.rb +1 -1
- data/generated/google/apis/jobs_v3.rb +38 -0
- data/generated/google/apis/jobs_v3/classes.rb +2587 -0
- data/generated/google/apis/jobs_v3/representations.rb +872 -0
- data/generated/google/apis/jobs_v3/service.rb +652 -0
- data/generated/google/apis/testing_v1.rb +1 -1
- data/generated/google/apis/testing_v1/classes.rb +7 -0
- data/generated/google/apis/testing_v1/representations.rb +1 -0
- data/generated/google/apis/youtube_partner_v1.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +6 -2
@@ -0,0 +1,872 @@
|
|
1
|
+
# Copyright 2015 Google Inc.
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module JobsV3
|
24
|
+
|
25
|
+
class ApplicationInfo
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class BatchDeleteJobsRequest
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class BucketRange
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BucketizedCount
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class CommuteFilter
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class CommuteInfo
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class Company
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CompanyDerivedInfo
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CompensationEntry
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CompensationFilter
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CompensationHistogramRequest
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CompensationHistogramResult
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CompensationInfo
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CompensationRange
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CompleteQueryResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class CompletionResult
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class CreateCompanyRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CreateJobRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CustomAttribute
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CustomAttributeHistogramRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class CustomAttributeHistogramResult
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class DeviceInfo
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class Empty
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class HistogramFacets
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class HistogramResult
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class HistogramResults
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Job
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class JobDerivedInfo
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class JobQuery
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class LatLng
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ListCompaniesResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ListJobsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class Location
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class LocationFilter
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class MatchingJob
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class Money
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class NumericBucketingOption
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class NumericBucketingResult
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class PostalAddress
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ProcessingOptions
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class RequestMetadata
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ResponseMetadata
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class SearchJobsRequest
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class SearchJobsResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class SpellingCorrection
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class TimeOfDay
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class TimestampRange
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class UpdateCompanyRequest
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class UpdateJobRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ApplicationInfo
|
320
|
+
# @private
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
+
collection :emails, as: 'emails'
|
323
|
+
property :instruction, as: 'instruction'
|
324
|
+
collection :uris, as: 'uris'
|
325
|
+
end
|
326
|
+
end
|
327
|
+
|
328
|
+
class BatchDeleteJobsRequest
|
329
|
+
# @private
|
330
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
331
|
+
property :filter, as: 'filter'
|
332
|
+
end
|
333
|
+
end
|
334
|
+
|
335
|
+
class BucketRange
|
336
|
+
# @private
|
337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
338
|
+
property :from, as: 'from'
|
339
|
+
property :to, as: 'to'
|
340
|
+
end
|
341
|
+
end
|
342
|
+
|
343
|
+
class BucketizedCount
|
344
|
+
# @private
|
345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
346
|
+
property :count, as: 'count'
|
347
|
+
property :range, as: 'range', class: Google::Apis::JobsV3::BucketRange, decorator: Google::Apis::JobsV3::BucketRange::Representation
|
348
|
+
|
349
|
+
end
|
350
|
+
end
|
351
|
+
|
352
|
+
class CommuteFilter
|
353
|
+
# @private
|
354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
355
|
+
property :allow_imprecise_addresses, as: 'allowImpreciseAddresses'
|
356
|
+
property :commute_method, as: 'commuteMethod'
|
357
|
+
property :departure_time, as: 'departureTime', class: Google::Apis::JobsV3::TimeOfDay, decorator: Google::Apis::JobsV3::TimeOfDay::Representation
|
358
|
+
|
359
|
+
property :road_traffic, as: 'roadTraffic'
|
360
|
+
property :start_coordinates, as: 'startCoordinates', class: Google::Apis::JobsV3::LatLng, decorator: Google::Apis::JobsV3::LatLng::Representation
|
361
|
+
|
362
|
+
property :travel_duration, as: 'travelDuration'
|
363
|
+
end
|
364
|
+
end
|
365
|
+
|
366
|
+
class CommuteInfo
|
367
|
+
# @private
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
369
|
+
property :job_location, as: 'jobLocation', class: Google::Apis::JobsV3::Location, decorator: Google::Apis::JobsV3::Location::Representation
|
370
|
+
|
371
|
+
property :travel_duration, as: 'travelDuration'
|
372
|
+
end
|
373
|
+
end
|
374
|
+
|
375
|
+
class Company
|
376
|
+
# @private
|
377
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
378
|
+
property :career_site_uri, as: 'careerSiteUri'
|
379
|
+
property :derived_info, as: 'derivedInfo', class: Google::Apis::JobsV3::CompanyDerivedInfo, decorator: Google::Apis::JobsV3::CompanyDerivedInfo::Representation
|
380
|
+
|
381
|
+
property :display_name, as: 'displayName'
|
382
|
+
property :eeo_text, as: 'eeoText'
|
383
|
+
property :external_id, as: 'externalId'
|
384
|
+
property :headquarters_address, as: 'headquartersAddress'
|
385
|
+
property :hiring_agency, as: 'hiringAgency'
|
386
|
+
property :image_uri, as: 'imageUri'
|
387
|
+
collection :keyword_searchable_job_custom_attributes, as: 'keywordSearchableJobCustomAttributes'
|
388
|
+
property :name, as: 'name'
|
389
|
+
property :size, as: 'size'
|
390
|
+
property :suspended, as: 'suspended'
|
391
|
+
property :website_uri, as: 'websiteUri'
|
392
|
+
end
|
393
|
+
end
|
394
|
+
|
395
|
+
class CompanyDerivedInfo
|
396
|
+
# @private
|
397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
398
|
+
property :headquarters_location, as: 'headquartersLocation', class: Google::Apis::JobsV3::Location, decorator: Google::Apis::JobsV3::Location::Representation
|
399
|
+
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
class CompensationEntry
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
property :amount, as: 'amount', class: Google::Apis::JobsV3::Money, decorator: Google::Apis::JobsV3::Money::Representation
|
407
|
+
|
408
|
+
property :description, as: 'description'
|
409
|
+
property :expected_units_per_year, as: 'expectedUnitsPerYear'
|
410
|
+
property :range, as: 'range', class: Google::Apis::JobsV3::CompensationRange, decorator: Google::Apis::JobsV3::CompensationRange::Representation
|
411
|
+
|
412
|
+
property :type, as: 'type'
|
413
|
+
property :unit, as: 'unit'
|
414
|
+
end
|
415
|
+
end
|
416
|
+
|
417
|
+
class CompensationFilter
|
418
|
+
# @private
|
419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
420
|
+
property :include_jobs_with_unspecified_compensation_range, as: 'includeJobsWithUnspecifiedCompensationRange'
|
421
|
+
property :range, as: 'range', class: Google::Apis::JobsV3::CompensationRange, decorator: Google::Apis::JobsV3::CompensationRange::Representation
|
422
|
+
|
423
|
+
property :type, as: 'type'
|
424
|
+
collection :units, as: 'units'
|
425
|
+
end
|
426
|
+
end
|
427
|
+
|
428
|
+
class CompensationHistogramRequest
|
429
|
+
# @private
|
430
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
431
|
+
property :bucketing_option, as: 'bucketingOption', class: Google::Apis::JobsV3::NumericBucketingOption, decorator: Google::Apis::JobsV3::NumericBucketingOption::Representation
|
432
|
+
|
433
|
+
property :type, as: 'type'
|
434
|
+
end
|
435
|
+
end
|
436
|
+
|
437
|
+
class CompensationHistogramResult
|
438
|
+
# @private
|
439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
440
|
+
property :result, as: 'result', class: Google::Apis::JobsV3::NumericBucketingResult, decorator: Google::Apis::JobsV3::NumericBucketingResult::Representation
|
441
|
+
|
442
|
+
property :type, as: 'type'
|
443
|
+
end
|
444
|
+
end
|
445
|
+
|
446
|
+
class CompensationInfo
|
447
|
+
# @private
|
448
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
449
|
+
property :annualized_base_compensation_range, as: 'annualizedBaseCompensationRange', class: Google::Apis::JobsV3::CompensationRange, decorator: Google::Apis::JobsV3::CompensationRange::Representation
|
450
|
+
|
451
|
+
property :annualized_total_compensation_range, as: 'annualizedTotalCompensationRange', class: Google::Apis::JobsV3::CompensationRange, decorator: Google::Apis::JobsV3::CompensationRange::Representation
|
452
|
+
|
453
|
+
collection :entries, as: 'entries', class: Google::Apis::JobsV3::CompensationEntry, decorator: Google::Apis::JobsV3::CompensationEntry::Representation
|
454
|
+
|
455
|
+
end
|
456
|
+
end
|
457
|
+
|
458
|
+
class CompensationRange
|
459
|
+
# @private
|
460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
461
|
+
property :max_compensation, as: 'maxCompensation', class: Google::Apis::JobsV3::Money, decorator: Google::Apis::JobsV3::Money::Representation
|
462
|
+
|
463
|
+
property :min_compensation, as: 'minCompensation', class: Google::Apis::JobsV3::Money, decorator: Google::Apis::JobsV3::Money::Representation
|
464
|
+
|
465
|
+
end
|
466
|
+
end
|
467
|
+
|
468
|
+
class CompleteQueryResponse
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
collection :completion_results, as: 'completionResults', class: Google::Apis::JobsV3::CompletionResult, decorator: Google::Apis::JobsV3::CompletionResult::Representation
|
472
|
+
|
473
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3::ResponseMetadata, decorator: Google::Apis::JobsV3::ResponseMetadata::Representation
|
474
|
+
|
475
|
+
end
|
476
|
+
end
|
477
|
+
|
478
|
+
class CompletionResult
|
479
|
+
# @private
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
481
|
+
property :image_uri, as: 'imageUri'
|
482
|
+
property :suggestion, as: 'suggestion'
|
483
|
+
property :type, as: 'type'
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
class CreateCompanyRequest
|
488
|
+
# @private
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
490
|
+
property :company, as: 'company', class: Google::Apis::JobsV3::Company, decorator: Google::Apis::JobsV3::Company::Representation
|
491
|
+
|
492
|
+
end
|
493
|
+
end
|
494
|
+
|
495
|
+
class CreateJobRequest
|
496
|
+
# @private
|
497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
498
|
+
property :job, as: 'job', class: Google::Apis::JobsV3::Job, decorator: Google::Apis::JobsV3::Job::Representation
|
499
|
+
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
503
|
+
class CustomAttribute
|
504
|
+
# @private
|
505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
506
|
+
property :filterable, as: 'filterable'
|
507
|
+
collection :long_values, as: 'longValues'
|
508
|
+
collection :string_values, as: 'stringValues'
|
509
|
+
end
|
510
|
+
end
|
511
|
+
|
512
|
+
class CustomAttributeHistogramRequest
|
513
|
+
# @private
|
514
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
515
|
+
property :key, as: 'key'
|
516
|
+
property :long_value_histogram_bucketing_option, as: 'longValueHistogramBucketingOption', class: Google::Apis::JobsV3::NumericBucketingOption, decorator: Google::Apis::JobsV3::NumericBucketingOption::Representation
|
517
|
+
|
518
|
+
property :string_value_histogram, as: 'stringValueHistogram'
|
519
|
+
end
|
520
|
+
end
|
521
|
+
|
522
|
+
class CustomAttributeHistogramResult
|
523
|
+
# @private
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
525
|
+
property :key, as: 'key'
|
526
|
+
property :long_value_histogram_result, as: 'longValueHistogramResult', class: Google::Apis::JobsV3::NumericBucketingResult, decorator: Google::Apis::JobsV3::NumericBucketingResult::Representation
|
527
|
+
|
528
|
+
hash :string_value_histogram_result, as: 'stringValueHistogramResult'
|
529
|
+
end
|
530
|
+
end
|
531
|
+
|
532
|
+
class DeviceInfo
|
533
|
+
# @private
|
534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
535
|
+
property :device_type, as: 'deviceType'
|
536
|
+
property :id, as: 'id'
|
537
|
+
end
|
538
|
+
end
|
539
|
+
|
540
|
+
class Empty
|
541
|
+
# @private
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
543
|
+
end
|
544
|
+
end
|
545
|
+
|
546
|
+
class HistogramFacets
|
547
|
+
# @private
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
549
|
+
collection :compensation_histogram_facets, as: 'compensationHistogramFacets', class: Google::Apis::JobsV3::CompensationHistogramRequest, decorator: Google::Apis::JobsV3::CompensationHistogramRequest::Representation
|
550
|
+
|
551
|
+
collection :custom_attribute_histogram_facets, as: 'customAttributeHistogramFacets', class: Google::Apis::JobsV3::CustomAttributeHistogramRequest, decorator: Google::Apis::JobsV3::CustomAttributeHistogramRequest::Representation
|
552
|
+
|
553
|
+
collection :simple_histogram_facets, as: 'simpleHistogramFacets'
|
554
|
+
end
|
555
|
+
end
|
556
|
+
|
557
|
+
class HistogramResult
|
558
|
+
# @private
|
559
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
560
|
+
property :search_type, as: 'searchType'
|
561
|
+
hash :values, as: 'values'
|
562
|
+
end
|
563
|
+
end
|
564
|
+
|
565
|
+
class HistogramResults
|
566
|
+
# @private
|
567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
568
|
+
collection :compensation_histogram_results, as: 'compensationHistogramResults', class: Google::Apis::JobsV3::CompensationHistogramResult, decorator: Google::Apis::JobsV3::CompensationHistogramResult::Representation
|
569
|
+
|
570
|
+
collection :custom_attribute_histogram_results, as: 'customAttributeHistogramResults', class: Google::Apis::JobsV3::CustomAttributeHistogramResult, decorator: Google::Apis::JobsV3::CustomAttributeHistogramResult::Representation
|
571
|
+
|
572
|
+
collection :simple_histogram_results, as: 'simpleHistogramResults', class: Google::Apis::JobsV3::HistogramResult, decorator: Google::Apis::JobsV3::HistogramResult::Representation
|
573
|
+
|
574
|
+
end
|
575
|
+
end
|
576
|
+
|
577
|
+
class Job
|
578
|
+
# @private
|
579
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
580
|
+
collection :addresses, as: 'addresses'
|
581
|
+
property :application_info, as: 'applicationInfo', class: Google::Apis::JobsV3::ApplicationInfo, decorator: Google::Apis::JobsV3::ApplicationInfo::Representation
|
582
|
+
|
583
|
+
property :company_display_name, as: 'companyDisplayName'
|
584
|
+
property :company_name, as: 'companyName'
|
585
|
+
property :compensation_info, as: 'compensationInfo', class: Google::Apis::JobsV3::CompensationInfo, decorator: Google::Apis::JobsV3::CompensationInfo::Representation
|
586
|
+
|
587
|
+
hash :custom_attributes, as: 'customAttributes', class: Google::Apis::JobsV3::CustomAttribute, decorator: Google::Apis::JobsV3::CustomAttribute::Representation
|
588
|
+
|
589
|
+
collection :degree_types, as: 'degreeTypes'
|
590
|
+
property :department, as: 'department'
|
591
|
+
property :derived_info, as: 'derivedInfo', class: Google::Apis::JobsV3::JobDerivedInfo, decorator: Google::Apis::JobsV3::JobDerivedInfo::Representation
|
592
|
+
|
593
|
+
property :description, as: 'description'
|
594
|
+
collection :employment_types, as: 'employmentTypes'
|
595
|
+
property :incentives, as: 'incentives'
|
596
|
+
collection :job_benefits, as: 'jobBenefits'
|
597
|
+
property :job_end_time, as: 'jobEndTime'
|
598
|
+
property :job_level, as: 'jobLevel'
|
599
|
+
property :job_start_time, as: 'jobStartTime'
|
600
|
+
property :language_code, as: 'languageCode'
|
601
|
+
property :name, as: 'name'
|
602
|
+
property :posting_create_time, as: 'postingCreateTime'
|
603
|
+
property :posting_expire_time, as: 'postingExpireTime'
|
604
|
+
property :posting_publish_time, as: 'postingPublishTime'
|
605
|
+
property :posting_region, as: 'postingRegion'
|
606
|
+
property :posting_update_time, as: 'postingUpdateTime'
|
607
|
+
property :processing_options, as: 'processingOptions', class: Google::Apis::JobsV3::ProcessingOptions, decorator: Google::Apis::JobsV3::ProcessingOptions::Representation
|
608
|
+
|
609
|
+
property :promotion_value, as: 'promotionValue'
|
610
|
+
property :qualifications, as: 'qualifications'
|
611
|
+
property :requisition_id, as: 'requisitionId'
|
612
|
+
property :responsibilities, as: 'responsibilities'
|
613
|
+
property :title, as: 'title'
|
614
|
+
property :visibility, as: 'visibility'
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
class JobDerivedInfo
|
619
|
+
# @private
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
+
collection :job_categories, as: 'jobCategories'
|
622
|
+
collection :locations, as: 'locations', class: Google::Apis::JobsV3::Location, decorator: Google::Apis::JobsV3::Location::Representation
|
623
|
+
|
624
|
+
end
|
625
|
+
end
|
626
|
+
|
627
|
+
class JobQuery
|
628
|
+
# @private
|
629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
630
|
+
property :commute_filter, as: 'commuteFilter', class: Google::Apis::JobsV3::CommuteFilter, decorator: Google::Apis::JobsV3::CommuteFilter::Representation
|
631
|
+
|
632
|
+
collection :company_display_names, as: 'companyDisplayNames'
|
633
|
+
collection :company_names, as: 'companyNames'
|
634
|
+
property :compensation_filter, as: 'compensationFilter', class: Google::Apis::JobsV3::CompensationFilter, decorator: Google::Apis::JobsV3::CompensationFilter::Representation
|
635
|
+
|
636
|
+
property :custom_attribute_filter, as: 'customAttributeFilter'
|
637
|
+
property :disable_spell_check, as: 'disableSpellCheck'
|
638
|
+
collection :employment_types, as: 'employmentTypes'
|
639
|
+
collection :job_categories, as: 'jobCategories'
|
640
|
+
collection :language_codes, as: 'languageCodes'
|
641
|
+
collection :location_filters, as: 'locationFilters', class: Google::Apis::JobsV3::LocationFilter, decorator: Google::Apis::JobsV3::LocationFilter::Representation
|
642
|
+
|
643
|
+
property :publish_time_range, as: 'publishTimeRange', class: Google::Apis::JobsV3::TimestampRange, decorator: Google::Apis::JobsV3::TimestampRange::Representation
|
644
|
+
|
645
|
+
property :query, as: 'query'
|
646
|
+
end
|
647
|
+
end
|
648
|
+
|
649
|
+
class LatLng
|
650
|
+
# @private
|
651
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
652
|
+
property :latitude, as: 'latitude'
|
653
|
+
property :longitude, as: 'longitude'
|
654
|
+
end
|
655
|
+
end
|
656
|
+
|
657
|
+
class ListCompaniesResponse
|
658
|
+
# @private
|
659
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
660
|
+
collection :companies, as: 'companies', class: Google::Apis::JobsV3::Company, decorator: Google::Apis::JobsV3::Company::Representation
|
661
|
+
|
662
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3::ResponseMetadata, decorator: Google::Apis::JobsV3::ResponseMetadata::Representation
|
663
|
+
|
664
|
+
property :next_page_token, as: 'nextPageToken'
|
665
|
+
end
|
666
|
+
end
|
667
|
+
|
668
|
+
class ListJobsResponse
|
669
|
+
# @private
|
670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
671
|
+
collection :jobs, as: 'jobs', class: Google::Apis::JobsV3::Job, decorator: Google::Apis::JobsV3::Job::Representation
|
672
|
+
|
673
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3::ResponseMetadata, decorator: Google::Apis::JobsV3::ResponseMetadata::Representation
|
674
|
+
|
675
|
+
property :next_page_token, as: 'nextPageToken'
|
676
|
+
end
|
677
|
+
end
|
678
|
+
|
679
|
+
class Location
|
680
|
+
# @private
|
681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
682
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::JobsV3::LatLng, decorator: Google::Apis::JobsV3::LatLng::Representation
|
683
|
+
|
684
|
+
property :location_type, as: 'locationType'
|
685
|
+
property :postal_address, as: 'postalAddress', class: Google::Apis::JobsV3::PostalAddress, decorator: Google::Apis::JobsV3::PostalAddress::Representation
|
686
|
+
|
687
|
+
property :radius_in_miles, as: 'radiusInMiles'
|
688
|
+
end
|
689
|
+
end
|
690
|
+
|
691
|
+
class LocationFilter
|
692
|
+
# @private
|
693
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
694
|
+
property :address, as: 'address'
|
695
|
+
property :distance_in_miles, as: 'distanceInMiles'
|
696
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::JobsV3::LatLng, decorator: Google::Apis::JobsV3::LatLng::Representation
|
697
|
+
|
698
|
+
property :region_code, as: 'regionCode'
|
699
|
+
property :telecommute_preference, as: 'telecommutePreference'
|
700
|
+
end
|
701
|
+
end
|
702
|
+
|
703
|
+
class MatchingJob
|
704
|
+
# @private
|
705
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
706
|
+
property :commute_info, as: 'commuteInfo', class: Google::Apis::JobsV3::CommuteInfo, decorator: Google::Apis::JobsV3::CommuteInfo::Representation
|
707
|
+
|
708
|
+
property :job, as: 'job', class: Google::Apis::JobsV3::Job, decorator: Google::Apis::JobsV3::Job::Representation
|
709
|
+
|
710
|
+
property :job_summary, as: 'jobSummary'
|
711
|
+
property :job_title_snippet, as: 'jobTitleSnippet'
|
712
|
+
property :search_text_snippet, as: 'searchTextSnippet'
|
713
|
+
end
|
714
|
+
end
|
715
|
+
|
716
|
+
class Money
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
property :currency_code, as: 'currencyCode'
|
720
|
+
property :nanos, as: 'nanos'
|
721
|
+
property :units, :numeric_string => true, as: 'units'
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
class NumericBucketingOption
|
726
|
+
# @private
|
727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
728
|
+
collection :bucket_bounds, as: 'bucketBounds'
|
729
|
+
property :requires_min_max, as: 'requiresMinMax'
|
730
|
+
end
|
731
|
+
end
|
732
|
+
|
733
|
+
class NumericBucketingResult
|
734
|
+
# @private
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
+
collection :counts, as: 'counts', class: Google::Apis::JobsV3::BucketizedCount, decorator: Google::Apis::JobsV3::BucketizedCount::Representation
|
737
|
+
|
738
|
+
property :max_value, as: 'maxValue'
|
739
|
+
property :min_value, as: 'minValue'
|
740
|
+
end
|
741
|
+
end
|
742
|
+
|
743
|
+
class PostalAddress
|
744
|
+
# @private
|
745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
746
|
+
collection :address_lines, as: 'addressLines'
|
747
|
+
property :administrative_area, as: 'administrativeArea'
|
748
|
+
property :language_code, as: 'languageCode'
|
749
|
+
property :locality, as: 'locality'
|
750
|
+
property :organization, as: 'organization'
|
751
|
+
property :postal_code, as: 'postalCode'
|
752
|
+
collection :recipients, as: 'recipients'
|
753
|
+
property :region_code, as: 'regionCode'
|
754
|
+
property :revision, as: 'revision'
|
755
|
+
property :sorting_code, as: 'sortingCode'
|
756
|
+
property :sublocality, as: 'sublocality'
|
757
|
+
end
|
758
|
+
end
|
759
|
+
|
760
|
+
class ProcessingOptions
|
761
|
+
# @private
|
762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
763
|
+
property :disable_street_address_resolution, as: 'disableStreetAddressResolution'
|
764
|
+
property :html_sanitization, as: 'htmlSanitization'
|
765
|
+
end
|
766
|
+
end
|
767
|
+
|
768
|
+
class RequestMetadata
|
769
|
+
# @private
|
770
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
771
|
+
property :device_info, as: 'deviceInfo', class: Google::Apis::JobsV3::DeviceInfo, decorator: Google::Apis::JobsV3::DeviceInfo::Representation
|
772
|
+
|
773
|
+
property :domain, as: 'domain'
|
774
|
+
property :session_id, as: 'sessionId'
|
775
|
+
property :user_id, as: 'userId'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class ResponseMetadata
|
780
|
+
# @private
|
781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
782
|
+
property :request_id, as: 'requestId'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
786
|
+
class SearchJobsRequest
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
property :disable_keyword_match, as: 'disableKeywordMatch'
|
790
|
+
property :enable_broadening, as: 'enableBroadening'
|
791
|
+
property :histogram_facets, as: 'histogramFacets', class: Google::Apis::JobsV3::HistogramFacets, decorator: Google::Apis::JobsV3::HistogramFacets::Representation
|
792
|
+
|
793
|
+
property :job_query, as: 'jobQuery', class: Google::Apis::JobsV3::JobQuery, decorator: Google::Apis::JobsV3::JobQuery::Representation
|
794
|
+
|
795
|
+
property :job_view, as: 'jobView'
|
796
|
+
property :offset, as: 'offset'
|
797
|
+
property :order_by, as: 'orderBy'
|
798
|
+
property :page_size, as: 'pageSize'
|
799
|
+
property :page_token, as: 'pageToken'
|
800
|
+
property :request_metadata, as: 'requestMetadata', class: Google::Apis::JobsV3::RequestMetadata, decorator: Google::Apis::JobsV3::RequestMetadata::Representation
|
801
|
+
|
802
|
+
property :require_precise_result_size, as: 'requirePreciseResultSize'
|
803
|
+
property :search_mode, as: 'searchMode'
|
804
|
+
end
|
805
|
+
end
|
806
|
+
|
807
|
+
class SearchJobsResponse
|
808
|
+
# @private
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
810
|
+
property :broadened_query_jobs_count, as: 'broadenedQueryJobsCount'
|
811
|
+
property :estimated_total_size, as: 'estimatedTotalSize'
|
812
|
+
property :histogram_results, as: 'histogramResults', class: Google::Apis::JobsV3::HistogramResults, decorator: Google::Apis::JobsV3::HistogramResults::Representation
|
813
|
+
|
814
|
+
collection :location_filters, as: 'locationFilters', class: Google::Apis::JobsV3::Location, decorator: Google::Apis::JobsV3::Location::Representation
|
815
|
+
|
816
|
+
collection :matching_jobs, as: 'matchingJobs', class: Google::Apis::JobsV3::MatchingJob, decorator: Google::Apis::JobsV3::MatchingJob::Representation
|
817
|
+
|
818
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3::ResponseMetadata, decorator: Google::Apis::JobsV3::ResponseMetadata::Representation
|
819
|
+
|
820
|
+
property :next_page_token, as: 'nextPageToken'
|
821
|
+
property :spell_correction, as: 'spellCorrection', class: Google::Apis::JobsV3::SpellingCorrection, decorator: Google::Apis::JobsV3::SpellingCorrection::Representation
|
822
|
+
|
823
|
+
property :total_size, as: 'totalSize'
|
824
|
+
end
|
825
|
+
end
|
826
|
+
|
827
|
+
class SpellingCorrection
|
828
|
+
# @private
|
829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
830
|
+
property :corrected, as: 'corrected'
|
831
|
+
property :corrected_text, as: 'correctedText'
|
832
|
+
end
|
833
|
+
end
|
834
|
+
|
835
|
+
class TimeOfDay
|
836
|
+
# @private
|
837
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
838
|
+
property :hours, as: 'hours'
|
839
|
+
property :minutes, as: 'minutes'
|
840
|
+
property :nanos, as: 'nanos'
|
841
|
+
property :seconds, as: 'seconds'
|
842
|
+
end
|
843
|
+
end
|
844
|
+
|
845
|
+
class TimestampRange
|
846
|
+
# @private
|
847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
848
|
+
property :end_time, as: 'endTime'
|
849
|
+
property :start_time, as: 'startTime'
|
850
|
+
end
|
851
|
+
end
|
852
|
+
|
853
|
+
class UpdateCompanyRequest
|
854
|
+
# @private
|
855
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
856
|
+
property :company, as: 'company', class: Google::Apis::JobsV3::Company, decorator: Google::Apis::JobsV3::Company::Representation
|
857
|
+
|
858
|
+
property :update_mask, as: 'updateMask'
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
862
|
+
class UpdateJobRequest
|
863
|
+
# @private
|
864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
865
|
+
property :job, as: 'job', class: Google::Apis::JobsV3::Job, decorator: Google::Apis::JobsV3::Job::Representation
|
866
|
+
|
867
|
+
property :update_mask, as: 'updateMask'
|
868
|
+
end
|
869
|
+
end
|
870
|
+
end
|
871
|
+
end
|
872
|
+
end
|