google-apis-jobs_v3p1beta1 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-jobs_v3p1beta1.rb +15 -0
- data/lib/google/apis/jobs_v3p1beta1.rb +40 -0
- data/lib/google/apis/jobs_v3p1beta1/classes.rb +2919 -0
- data/lib/google/apis/jobs_v3p1beta1/gem_version.rb +28 -0
- data/lib/google/apis/jobs_v3p1beta1/representations.rb +1042 -0
- data/lib/google/apis/jobs_v3p1beta1/service.rb +679 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
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
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module JobsV3p1beta1
|
18
|
+
# Version of the google-apis-jobs_v3p1beta1 gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201124"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,1042 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
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 JobsV3p1beta1
|
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 ClientEvent
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class CommuteFilter
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CommuteInfo
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class Company
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CompanyDerivedInfo
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CompensationEntry
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class CompensationFilter
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class CompensationHistogramRequest
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class CompensationHistogramResult
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class CompensationInfo
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CompensationRange
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class CompleteQueryResponse
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class CompletionResult
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CreateClientEventRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class CreateCompanyRequest
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CreateJobRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class CustomAttribute
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class CustomAttributeHistogramRequest
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class CustomAttributeHistogramResult
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class CustomRankingInfo
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class DeviceInfo
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Empty
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class HistogramFacets
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class HistogramQuery
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class HistogramQueryResult
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class HistogramResult
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class HistogramResults
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class Job
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class JobDerivedInfo
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class JobEvent
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class JobQuery
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class LatLng
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListCompaniesResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class ListJobsResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class Location
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class LocationFilter
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class MatchingJob
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class MendelDebugInput
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class Money
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class NamespacedDebugInput
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class NumericBucketingOption
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class NumericBucketingResult
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class Operation
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class PostalAddress
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ProcessingOptions
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class RequestMetadata
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class ResponseMetadata
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class SearchJobsRequest
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class SearchJobsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class SpellingCorrection
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class Status
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class TimeOfDay
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class TimestampRange
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class UpdateCompanyRequest
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class UpdateJobRequest
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ApplicationInfo
|
380
|
+
# @private
|
381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
382
|
+
collection :emails, as: 'emails'
|
383
|
+
property :instruction, as: 'instruction'
|
384
|
+
collection :uris, as: 'uris'
|
385
|
+
end
|
386
|
+
end
|
387
|
+
|
388
|
+
class BatchDeleteJobsRequest
|
389
|
+
# @private
|
390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
391
|
+
property :filter, as: 'filter'
|
392
|
+
end
|
393
|
+
end
|
394
|
+
|
395
|
+
class BucketRange
|
396
|
+
# @private
|
397
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
398
|
+
property :from, as: 'from'
|
399
|
+
property :to, as: 'to'
|
400
|
+
end
|
401
|
+
end
|
402
|
+
|
403
|
+
class BucketizedCount
|
404
|
+
# @private
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
406
|
+
property :count, as: 'count'
|
407
|
+
property :range, as: 'range', class: Google::Apis::JobsV3p1beta1::BucketRange, decorator: Google::Apis::JobsV3p1beta1::BucketRange::Representation
|
408
|
+
|
409
|
+
end
|
410
|
+
end
|
411
|
+
|
412
|
+
class ClientEvent
|
413
|
+
# @private
|
414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
415
|
+
property :create_time, as: 'createTime'
|
416
|
+
property :event_id, as: 'eventId'
|
417
|
+
hash :extra_info, as: 'extraInfo'
|
418
|
+
property :job_event, as: 'jobEvent', class: Google::Apis::JobsV3p1beta1::JobEvent, decorator: Google::Apis::JobsV3p1beta1::JobEvent::Representation
|
419
|
+
|
420
|
+
property :parent_event_id, as: 'parentEventId'
|
421
|
+
property :request_id, as: 'requestId'
|
422
|
+
end
|
423
|
+
end
|
424
|
+
|
425
|
+
class CommuteFilter
|
426
|
+
# @private
|
427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
428
|
+
property :allow_imprecise_addresses, as: 'allowImpreciseAddresses'
|
429
|
+
property :commute_method, as: 'commuteMethod'
|
430
|
+
property :departure_time, as: 'departureTime', class: Google::Apis::JobsV3p1beta1::TimeOfDay, decorator: Google::Apis::JobsV3p1beta1::TimeOfDay::Representation
|
431
|
+
|
432
|
+
property :road_traffic, as: 'roadTraffic'
|
433
|
+
property :start_coordinates, as: 'startCoordinates', class: Google::Apis::JobsV3p1beta1::LatLng, decorator: Google::Apis::JobsV3p1beta1::LatLng::Representation
|
434
|
+
|
435
|
+
property :travel_duration, as: 'travelDuration'
|
436
|
+
end
|
437
|
+
end
|
438
|
+
|
439
|
+
class CommuteInfo
|
440
|
+
# @private
|
441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
442
|
+
property :job_location, as: 'jobLocation', class: Google::Apis::JobsV3p1beta1::Location, decorator: Google::Apis::JobsV3p1beta1::Location::Representation
|
443
|
+
|
444
|
+
property :travel_duration, as: 'travelDuration'
|
445
|
+
end
|
446
|
+
end
|
447
|
+
|
448
|
+
class Company
|
449
|
+
# @private
|
450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
451
|
+
property :career_site_uri, as: 'careerSiteUri'
|
452
|
+
property :derived_info, as: 'derivedInfo', class: Google::Apis::JobsV3p1beta1::CompanyDerivedInfo, decorator: Google::Apis::JobsV3p1beta1::CompanyDerivedInfo::Representation
|
453
|
+
|
454
|
+
property :display_name, as: 'displayName'
|
455
|
+
property :eeo_text, as: 'eeoText'
|
456
|
+
property :external_id, as: 'externalId'
|
457
|
+
property :headquarters_address, as: 'headquartersAddress'
|
458
|
+
property :hiring_agency, as: 'hiringAgency'
|
459
|
+
property :image_uri, as: 'imageUri'
|
460
|
+
collection :keyword_searchable_job_custom_attributes, as: 'keywordSearchableJobCustomAttributes'
|
461
|
+
property :name, as: 'name'
|
462
|
+
property :size, as: 'size'
|
463
|
+
property :suspended, as: 'suspended'
|
464
|
+
property :website_uri, as: 'websiteUri'
|
465
|
+
end
|
466
|
+
end
|
467
|
+
|
468
|
+
class CompanyDerivedInfo
|
469
|
+
# @private
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
471
|
+
property :headquarters_location, as: 'headquartersLocation', class: Google::Apis::JobsV3p1beta1::Location, decorator: Google::Apis::JobsV3p1beta1::Location::Representation
|
472
|
+
|
473
|
+
end
|
474
|
+
end
|
475
|
+
|
476
|
+
class CompensationEntry
|
477
|
+
# @private
|
478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
+
property :amount, as: 'amount', class: Google::Apis::JobsV3p1beta1::Money, decorator: Google::Apis::JobsV3p1beta1::Money::Representation
|
480
|
+
|
481
|
+
property :description, as: 'description'
|
482
|
+
property :expected_units_per_year, as: 'expectedUnitsPerYear'
|
483
|
+
property :range, as: 'range', class: Google::Apis::JobsV3p1beta1::CompensationRange, decorator: Google::Apis::JobsV3p1beta1::CompensationRange::Representation
|
484
|
+
|
485
|
+
property :type, as: 'type'
|
486
|
+
property :unit, as: 'unit'
|
487
|
+
end
|
488
|
+
end
|
489
|
+
|
490
|
+
class CompensationFilter
|
491
|
+
# @private
|
492
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
493
|
+
property :include_jobs_with_unspecified_compensation_range, as: 'includeJobsWithUnspecifiedCompensationRange'
|
494
|
+
property :range, as: 'range', class: Google::Apis::JobsV3p1beta1::CompensationRange, decorator: Google::Apis::JobsV3p1beta1::CompensationRange::Representation
|
495
|
+
|
496
|
+
property :type, as: 'type'
|
497
|
+
collection :units, as: 'units'
|
498
|
+
end
|
499
|
+
end
|
500
|
+
|
501
|
+
class CompensationHistogramRequest
|
502
|
+
# @private
|
503
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
504
|
+
property :bucketing_option, as: 'bucketingOption', class: Google::Apis::JobsV3p1beta1::NumericBucketingOption, decorator: Google::Apis::JobsV3p1beta1::NumericBucketingOption::Representation
|
505
|
+
|
506
|
+
property :type, as: 'type'
|
507
|
+
end
|
508
|
+
end
|
509
|
+
|
510
|
+
class CompensationHistogramResult
|
511
|
+
# @private
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
513
|
+
property :result, as: 'result', class: Google::Apis::JobsV3p1beta1::NumericBucketingResult, decorator: Google::Apis::JobsV3p1beta1::NumericBucketingResult::Representation
|
514
|
+
|
515
|
+
property :type, as: 'type'
|
516
|
+
end
|
517
|
+
end
|
518
|
+
|
519
|
+
class CompensationInfo
|
520
|
+
# @private
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
522
|
+
property :annualized_base_compensation_range, as: 'annualizedBaseCompensationRange', class: Google::Apis::JobsV3p1beta1::CompensationRange, decorator: Google::Apis::JobsV3p1beta1::CompensationRange::Representation
|
523
|
+
|
524
|
+
property :annualized_total_compensation_range, as: 'annualizedTotalCompensationRange', class: Google::Apis::JobsV3p1beta1::CompensationRange, decorator: Google::Apis::JobsV3p1beta1::CompensationRange::Representation
|
525
|
+
|
526
|
+
collection :entries, as: 'entries', class: Google::Apis::JobsV3p1beta1::CompensationEntry, decorator: Google::Apis::JobsV3p1beta1::CompensationEntry::Representation
|
527
|
+
|
528
|
+
end
|
529
|
+
end
|
530
|
+
|
531
|
+
class CompensationRange
|
532
|
+
# @private
|
533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
534
|
+
property :max_compensation, as: 'maxCompensation', class: Google::Apis::JobsV3p1beta1::Money, decorator: Google::Apis::JobsV3p1beta1::Money::Representation
|
535
|
+
|
536
|
+
property :min_compensation, as: 'minCompensation', class: Google::Apis::JobsV3p1beta1::Money, decorator: Google::Apis::JobsV3p1beta1::Money::Representation
|
537
|
+
|
538
|
+
end
|
539
|
+
end
|
540
|
+
|
541
|
+
class CompleteQueryResponse
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
collection :completion_results, as: 'completionResults', class: Google::Apis::JobsV3p1beta1::CompletionResult, decorator: Google::Apis::JobsV3p1beta1::CompletionResult::Representation
|
545
|
+
|
546
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3p1beta1::ResponseMetadata, decorator: Google::Apis::JobsV3p1beta1::ResponseMetadata::Representation
|
547
|
+
|
548
|
+
end
|
549
|
+
end
|
550
|
+
|
551
|
+
class CompletionResult
|
552
|
+
# @private
|
553
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
554
|
+
property :image_uri, as: 'imageUri'
|
555
|
+
property :suggestion, as: 'suggestion'
|
556
|
+
property :type, as: 'type'
|
557
|
+
end
|
558
|
+
end
|
559
|
+
|
560
|
+
class CreateClientEventRequest
|
561
|
+
# @private
|
562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
563
|
+
property :client_event, as: 'clientEvent', class: Google::Apis::JobsV3p1beta1::ClientEvent, decorator: Google::Apis::JobsV3p1beta1::ClientEvent::Representation
|
564
|
+
|
565
|
+
end
|
566
|
+
end
|
567
|
+
|
568
|
+
class CreateCompanyRequest
|
569
|
+
# @private
|
570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
571
|
+
property :company, as: 'company', class: Google::Apis::JobsV3p1beta1::Company, decorator: Google::Apis::JobsV3p1beta1::Company::Representation
|
572
|
+
|
573
|
+
end
|
574
|
+
end
|
575
|
+
|
576
|
+
class CreateJobRequest
|
577
|
+
# @private
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
579
|
+
property :job, as: 'job', class: Google::Apis::JobsV3p1beta1::Job, decorator: Google::Apis::JobsV3p1beta1::Job::Representation
|
580
|
+
|
581
|
+
end
|
582
|
+
end
|
583
|
+
|
584
|
+
class CustomAttribute
|
585
|
+
# @private
|
586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
587
|
+
property :filterable, as: 'filterable'
|
588
|
+
collection :long_values, as: 'longValues'
|
589
|
+
collection :string_values, as: 'stringValues'
|
590
|
+
end
|
591
|
+
end
|
592
|
+
|
593
|
+
class CustomAttributeHistogramRequest
|
594
|
+
# @private
|
595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
596
|
+
property :key, as: 'key'
|
597
|
+
property :long_value_histogram_bucketing_option, as: 'longValueHistogramBucketingOption', class: Google::Apis::JobsV3p1beta1::NumericBucketingOption, decorator: Google::Apis::JobsV3p1beta1::NumericBucketingOption::Representation
|
598
|
+
|
599
|
+
property :string_value_histogram, as: 'stringValueHistogram'
|
600
|
+
end
|
601
|
+
end
|
602
|
+
|
603
|
+
class CustomAttributeHistogramResult
|
604
|
+
# @private
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
606
|
+
property :key, as: 'key'
|
607
|
+
property :long_value_histogram_result, as: 'longValueHistogramResult', class: Google::Apis::JobsV3p1beta1::NumericBucketingResult, decorator: Google::Apis::JobsV3p1beta1::NumericBucketingResult::Representation
|
608
|
+
|
609
|
+
hash :string_value_histogram_result, as: 'stringValueHistogramResult'
|
610
|
+
end
|
611
|
+
end
|
612
|
+
|
613
|
+
class CustomRankingInfo
|
614
|
+
# @private
|
615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
616
|
+
property :importance_level, as: 'importanceLevel'
|
617
|
+
property :ranking_expression, as: 'rankingExpression'
|
618
|
+
end
|
619
|
+
end
|
620
|
+
|
621
|
+
class DeviceInfo
|
622
|
+
# @private
|
623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
624
|
+
property :device_type, as: 'deviceType'
|
625
|
+
property :id, as: 'id'
|
626
|
+
end
|
627
|
+
end
|
628
|
+
|
629
|
+
class Empty
|
630
|
+
# @private
|
631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
632
|
+
end
|
633
|
+
end
|
634
|
+
|
635
|
+
class HistogramFacets
|
636
|
+
# @private
|
637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
638
|
+
collection :compensation_histogram_facets, as: 'compensationHistogramFacets', class: Google::Apis::JobsV3p1beta1::CompensationHistogramRequest, decorator: Google::Apis::JobsV3p1beta1::CompensationHistogramRequest::Representation
|
639
|
+
|
640
|
+
collection :custom_attribute_histogram_facets, as: 'customAttributeHistogramFacets', class: Google::Apis::JobsV3p1beta1::CustomAttributeHistogramRequest, decorator: Google::Apis::JobsV3p1beta1::CustomAttributeHistogramRequest::Representation
|
641
|
+
|
642
|
+
collection :simple_histogram_facets, as: 'simpleHistogramFacets'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class HistogramQuery
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
property :histogram_query, as: 'histogramQuery'
|
650
|
+
end
|
651
|
+
end
|
652
|
+
|
653
|
+
class HistogramQueryResult
|
654
|
+
# @private
|
655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
656
|
+
hash :histogram, as: 'histogram'
|
657
|
+
property :histogram_query, as: 'histogramQuery'
|
658
|
+
end
|
659
|
+
end
|
660
|
+
|
661
|
+
class HistogramResult
|
662
|
+
# @private
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
664
|
+
property :search_type, as: 'searchType'
|
665
|
+
hash :values, as: 'values'
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class HistogramResults
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
collection :compensation_histogram_results, as: 'compensationHistogramResults', class: Google::Apis::JobsV3p1beta1::CompensationHistogramResult, decorator: Google::Apis::JobsV3p1beta1::CompensationHistogramResult::Representation
|
673
|
+
|
674
|
+
collection :custom_attribute_histogram_results, as: 'customAttributeHistogramResults', class: Google::Apis::JobsV3p1beta1::CustomAttributeHistogramResult, decorator: Google::Apis::JobsV3p1beta1::CustomAttributeHistogramResult::Representation
|
675
|
+
|
676
|
+
collection :simple_histogram_results, as: 'simpleHistogramResults', class: Google::Apis::JobsV3p1beta1::HistogramResult, decorator: Google::Apis::JobsV3p1beta1::HistogramResult::Representation
|
677
|
+
|
678
|
+
end
|
679
|
+
end
|
680
|
+
|
681
|
+
class Job
|
682
|
+
# @private
|
683
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
684
|
+
collection :addresses, as: 'addresses'
|
685
|
+
property :application_info, as: 'applicationInfo', class: Google::Apis::JobsV3p1beta1::ApplicationInfo, decorator: Google::Apis::JobsV3p1beta1::ApplicationInfo::Representation
|
686
|
+
|
687
|
+
property :company_display_name, as: 'companyDisplayName'
|
688
|
+
property :company_name, as: 'companyName'
|
689
|
+
property :compensation_info, as: 'compensationInfo', class: Google::Apis::JobsV3p1beta1::CompensationInfo, decorator: Google::Apis::JobsV3p1beta1::CompensationInfo::Representation
|
690
|
+
|
691
|
+
hash :custom_attributes, as: 'customAttributes', class: Google::Apis::JobsV3p1beta1::CustomAttribute, decorator: Google::Apis::JobsV3p1beta1::CustomAttribute::Representation
|
692
|
+
|
693
|
+
collection :degree_types, as: 'degreeTypes'
|
694
|
+
property :department, as: 'department'
|
695
|
+
property :derived_info, as: 'derivedInfo', class: Google::Apis::JobsV3p1beta1::JobDerivedInfo, decorator: Google::Apis::JobsV3p1beta1::JobDerivedInfo::Representation
|
696
|
+
|
697
|
+
property :description, as: 'description'
|
698
|
+
collection :employment_types, as: 'employmentTypes'
|
699
|
+
property :incentives, as: 'incentives'
|
700
|
+
collection :job_benefits, as: 'jobBenefits'
|
701
|
+
property :job_end_time, as: 'jobEndTime'
|
702
|
+
property :job_level, as: 'jobLevel'
|
703
|
+
property :job_start_time, as: 'jobStartTime'
|
704
|
+
property :language_code, as: 'languageCode'
|
705
|
+
property :name, as: 'name'
|
706
|
+
property :posting_create_time, as: 'postingCreateTime'
|
707
|
+
property :posting_expire_time, as: 'postingExpireTime'
|
708
|
+
property :posting_publish_time, as: 'postingPublishTime'
|
709
|
+
property :posting_region, as: 'postingRegion'
|
710
|
+
property :posting_update_time, as: 'postingUpdateTime'
|
711
|
+
property :processing_options, as: 'processingOptions', class: Google::Apis::JobsV3p1beta1::ProcessingOptions, decorator: Google::Apis::JobsV3p1beta1::ProcessingOptions::Representation
|
712
|
+
|
713
|
+
property :promotion_value, as: 'promotionValue'
|
714
|
+
property :qualifications, as: 'qualifications'
|
715
|
+
property :requisition_id, as: 'requisitionId'
|
716
|
+
property :responsibilities, as: 'responsibilities'
|
717
|
+
property :title, as: 'title'
|
718
|
+
property :visibility, as: 'visibility'
|
719
|
+
end
|
720
|
+
end
|
721
|
+
|
722
|
+
class JobDerivedInfo
|
723
|
+
# @private
|
724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
725
|
+
collection :job_categories, as: 'jobCategories'
|
726
|
+
collection :locations, as: 'locations', class: Google::Apis::JobsV3p1beta1::Location, decorator: Google::Apis::JobsV3p1beta1::Location::Representation
|
727
|
+
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class JobEvent
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
collection :jobs, as: 'jobs'
|
735
|
+
property :type, as: 'type'
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class JobQuery
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
property :commute_filter, as: 'commuteFilter', class: Google::Apis::JobsV3p1beta1::CommuteFilter, decorator: Google::Apis::JobsV3p1beta1::CommuteFilter::Representation
|
743
|
+
|
744
|
+
collection :company_display_names, as: 'companyDisplayNames'
|
745
|
+
collection :company_names, as: 'companyNames'
|
746
|
+
property :compensation_filter, as: 'compensationFilter', class: Google::Apis::JobsV3p1beta1::CompensationFilter, decorator: Google::Apis::JobsV3p1beta1::CompensationFilter::Representation
|
747
|
+
|
748
|
+
property :custom_attribute_filter, as: 'customAttributeFilter'
|
749
|
+
property :disable_spell_check, as: 'disableSpellCheck'
|
750
|
+
collection :employment_types, as: 'employmentTypes'
|
751
|
+
collection :excluded_jobs, as: 'excludedJobs'
|
752
|
+
collection :job_categories, as: 'jobCategories'
|
753
|
+
collection :language_codes, as: 'languageCodes'
|
754
|
+
collection :location_filters, as: 'locationFilters', class: Google::Apis::JobsV3p1beta1::LocationFilter, decorator: Google::Apis::JobsV3p1beta1::LocationFilter::Representation
|
755
|
+
|
756
|
+
property :publish_time_range, as: 'publishTimeRange', class: Google::Apis::JobsV3p1beta1::TimestampRange, decorator: Google::Apis::JobsV3p1beta1::TimestampRange::Representation
|
757
|
+
|
758
|
+
property :query, as: 'query'
|
759
|
+
property :query_language_code, as: 'queryLanguageCode'
|
760
|
+
end
|
761
|
+
end
|
762
|
+
|
763
|
+
class LatLng
|
764
|
+
# @private
|
765
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
766
|
+
property :latitude, as: 'latitude'
|
767
|
+
property :longitude, as: 'longitude'
|
768
|
+
end
|
769
|
+
end
|
770
|
+
|
771
|
+
class ListCompaniesResponse
|
772
|
+
# @private
|
773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
774
|
+
collection :companies, as: 'companies', class: Google::Apis::JobsV3p1beta1::Company, decorator: Google::Apis::JobsV3p1beta1::Company::Representation
|
775
|
+
|
776
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3p1beta1::ResponseMetadata, decorator: Google::Apis::JobsV3p1beta1::ResponseMetadata::Representation
|
777
|
+
|
778
|
+
property :next_page_token, as: 'nextPageToken'
|
779
|
+
end
|
780
|
+
end
|
781
|
+
|
782
|
+
class ListJobsResponse
|
783
|
+
# @private
|
784
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
785
|
+
collection :jobs, as: 'jobs', class: Google::Apis::JobsV3p1beta1::Job, decorator: Google::Apis::JobsV3p1beta1::Job::Representation
|
786
|
+
|
787
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3p1beta1::ResponseMetadata, decorator: Google::Apis::JobsV3p1beta1::ResponseMetadata::Representation
|
788
|
+
|
789
|
+
property :next_page_token, as: 'nextPageToken'
|
790
|
+
end
|
791
|
+
end
|
792
|
+
|
793
|
+
class Location
|
794
|
+
# @private
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
796
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::JobsV3p1beta1::LatLng, decorator: Google::Apis::JobsV3p1beta1::LatLng::Representation
|
797
|
+
|
798
|
+
property :location_type, as: 'locationType'
|
799
|
+
property :postal_address, as: 'postalAddress', class: Google::Apis::JobsV3p1beta1::PostalAddress, decorator: Google::Apis::JobsV3p1beta1::PostalAddress::Representation
|
800
|
+
|
801
|
+
property :radius_in_miles, as: 'radiusInMiles'
|
802
|
+
end
|
803
|
+
end
|
804
|
+
|
805
|
+
class LocationFilter
|
806
|
+
# @private
|
807
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
808
|
+
property :address, as: 'address'
|
809
|
+
property :distance_in_miles, as: 'distanceInMiles'
|
810
|
+
property :lat_lng, as: 'latLng', class: Google::Apis::JobsV3p1beta1::LatLng, decorator: Google::Apis::JobsV3p1beta1::LatLng::Representation
|
811
|
+
|
812
|
+
property :region_code, as: 'regionCode'
|
813
|
+
property :telecommute_preference, as: 'telecommutePreference'
|
814
|
+
end
|
815
|
+
end
|
816
|
+
|
817
|
+
class MatchingJob
|
818
|
+
# @private
|
819
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
820
|
+
property :commute_info, as: 'commuteInfo', class: Google::Apis::JobsV3p1beta1::CommuteInfo, decorator: Google::Apis::JobsV3p1beta1::CommuteInfo::Representation
|
821
|
+
|
822
|
+
property :job, as: 'job', class: Google::Apis::JobsV3p1beta1::Job, decorator: Google::Apis::JobsV3p1beta1::Job::Representation
|
823
|
+
|
824
|
+
property :job_summary, as: 'jobSummary'
|
825
|
+
property :job_title_snippet, as: 'jobTitleSnippet'
|
826
|
+
property :search_text_snippet, as: 'searchTextSnippet'
|
827
|
+
end
|
828
|
+
end
|
829
|
+
|
830
|
+
class MendelDebugInput
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
hash :namespaced_debug_input, as: 'namespacedDebugInput', class: Google::Apis::JobsV3p1beta1::NamespacedDebugInput, decorator: Google::Apis::JobsV3p1beta1::NamespacedDebugInput::Representation
|
834
|
+
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
838
|
+
class Money
|
839
|
+
# @private
|
840
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
841
|
+
property :currency_code, as: 'currencyCode'
|
842
|
+
property :nanos, as: 'nanos'
|
843
|
+
property :units, :numeric_string => true, as: 'units'
|
844
|
+
end
|
845
|
+
end
|
846
|
+
|
847
|
+
class NamespacedDebugInput
|
848
|
+
# @private
|
849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
850
|
+
collection :absolutely_forced_exp_names, as: 'absolutelyForcedExpNames'
|
851
|
+
collection :absolutely_forced_exp_tags, as: 'absolutelyForcedExpTags'
|
852
|
+
collection :absolutely_forced_exps, as: 'absolutelyForcedExps'
|
853
|
+
collection :conditionally_forced_exp_names, as: 'conditionallyForcedExpNames'
|
854
|
+
collection :conditionally_forced_exp_tags, as: 'conditionallyForcedExpTags'
|
855
|
+
collection :conditionally_forced_exps, as: 'conditionallyForcedExps'
|
856
|
+
property :disable_automatic_enrollment_selection, as: 'disableAutomaticEnrollmentSelection'
|
857
|
+
collection :disable_exp_names, as: 'disableExpNames'
|
858
|
+
collection :disable_exp_tags, as: 'disableExpTags'
|
859
|
+
collection :disable_exps, as: 'disableExps'
|
860
|
+
property :disable_manual_enrollment_selection, as: 'disableManualEnrollmentSelection'
|
861
|
+
property :disable_organic_selection, as: 'disableOrganicSelection'
|
862
|
+
hash :forced_flags, as: 'forcedFlags'
|
863
|
+
hash :forced_rollouts, as: 'forcedRollouts'
|
864
|
+
end
|
865
|
+
end
|
866
|
+
|
867
|
+
class NumericBucketingOption
|
868
|
+
# @private
|
869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
870
|
+
collection :bucket_bounds, as: 'bucketBounds'
|
871
|
+
property :requires_min_max, as: 'requiresMinMax'
|
872
|
+
end
|
873
|
+
end
|
874
|
+
|
875
|
+
class NumericBucketingResult
|
876
|
+
# @private
|
877
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
878
|
+
collection :counts, as: 'counts', class: Google::Apis::JobsV3p1beta1::BucketizedCount, decorator: Google::Apis::JobsV3p1beta1::BucketizedCount::Representation
|
879
|
+
|
880
|
+
property :max_value, as: 'maxValue'
|
881
|
+
property :min_value, as: 'minValue'
|
882
|
+
end
|
883
|
+
end
|
884
|
+
|
885
|
+
class Operation
|
886
|
+
# @private
|
887
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
888
|
+
property :done, as: 'done'
|
889
|
+
property :error, as: 'error', class: Google::Apis::JobsV3p1beta1::Status, decorator: Google::Apis::JobsV3p1beta1::Status::Representation
|
890
|
+
|
891
|
+
hash :metadata, as: 'metadata'
|
892
|
+
property :name, as: 'name'
|
893
|
+
hash :response, as: 'response'
|
894
|
+
end
|
895
|
+
end
|
896
|
+
|
897
|
+
class PostalAddress
|
898
|
+
# @private
|
899
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
900
|
+
collection :address_lines, as: 'addressLines'
|
901
|
+
property :administrative_area, as: 'administrativeArea'
|
902
|
+
property :language_code, as: 'languageCode'
|
903
|
+
property :locality, as: 'locality'
|
904
|
+
property :organization, as: 'organization'
|
905
|
+
property :postal_code, as: 'postalCode'
|
906
|
+
collection :recipients, as: 'recipients'
|
907
|
+
property :region_code, as: 'regionCode'
|
908
|
+
property :revision, as: 'revision'
|
909
|
+
property :sorting_code, as: 'sortingCode'
|
910
|
+
property :sublocality, as: 'sublocality'
|
911
|
+
end
|
912
|
+
end
|
913
|
+
|
914
|
+
class ProcessingOptions
|
915
|
+
# @private
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
+
property :disable_street_address_resolution, as: 'disableStreetAddressResolution'
|
918
|
+
property :html_sanitization, as: 'htmlSanitization'
|
919
|
+
end
|
920
|
+
end
|
921
|
+
|
922
|
+
class RequestMetadata
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :device_info, as: 'deviceInfo', class: Google::Apis::JobsV3p1beta1::DeviceInfo, decorator: Google::Apis::JobsV3p1beta1::DeviceInfo::Representation
|
926
|
+
|
927
|
+
property :domain, as: 'domain'
|
928
|
+
property :session_id, as: 'sessionId'
|
929
|
+
property :user_id, as: 'userId'
|
930
|
+
end
|
931
|
+
end
|
932
|
+
|
933
|
+
class ResponseMetadata
|
934
|
+
# @private
|
935
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
936
|
+
property :request_id, as: 'requestId'
|
937
|
+
end
|
938
|
+
end
|
939
|
+
|
940
|
+
class SearchJobsRequest
|
941
|
+
# @private
|
942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
943
|
+
property :custom_ranking_info, as: 'customRankingInfo', class: Google::Apis::JobsV3p1beta1::CustomRankingInfo, decorator: Google::Apis::JobsV3p1beta1::CustomRankingInfo::Representation
|
944
|
+
|
945
|
+
property :disable_keyword_match, as: 'disableKeywordMatch'
|
946
|
+
property :diversification_level, as: 'diversificationLevel'
|
947
|
+
property :enable_broadening, as: 'enableBroadening'
|
948
|
+
property :histogram_facets, as: 'histogramFacets', class: Google::Apis::JobsV3p1beta1::HistogramFacets, decorator: Google::Apis::JobsV3p1beta1::HistogramFacets::Representation
|
949
|
+
|
950
|
+
collection :histogram_queries, as: 'histogramQueries', class: Google::Apis::JobsV3p1beta1::HistogramQuery, decorator: Google::Apis::JobsV3p1beta1::HistogramQuery::Representation
|
951
|
+
|
952
|
+
property :job_query, as: 'jobQuery', class: Google::Apis::JobsV3p1beta1::JobQuery, decorator: Google::Apis::JobsV3p1beta1::JobQuery::Representation
|
953
|
+
|
954
|
+
property :job_view, as: 'jobView'
|
955
|
+
property :offset, as: 'offset'
|
956
|
+
property :order_by, as: 'orderBy'
|
957
|
+
property :page_size, as: 'pageSize'
|
958
|
+
property :page_token, as: 'pageToken'
|
959
|
+
property :request_metadata, as: 'requestMetadata', class: Google::Apis::JobsV3p1beta1::RequestMetadata, decorator: Google::Apis::JobsV3p1beta1::RequestMetadata::Representation
|
960
|
+
|
961
|
+
property :require_precise_result_size, as: 'requirePreciseResultSize'
|
962
|
+
property :search_mode, as: 'searchMode'
|
963
|
+
end
|
964
|
+
end
|
965
|
+
|
966
|
+
class SearchJobsResponse
|
967
|
+
# @private
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
969
|
+
property :broadened_query_jobs_count, as: 'broadenedQueryJobsCount'
|
970
|
+
property :estimated_total_size, as: 'estimatedTotalSize'
|
971
|
+
collection :histogram_query_results, as: 'histogramQueryResults', class: Google::Apis::JobsV3p1beta1::HistogramQueryResult, decorator: Google::Apis::JobsV3p1beta1::HistogramQueryResult::Representation
|
972
|
+
|
973
|
+
property :histogram_results, as: 'histogramResults', class: Google::Apis::JobsV3p1beta1::HistogramResults, decorator: Google::Apis::JobsV3p1beta1::HistogramResults::Representation
|
974
|
+
|
975
|
+
collection :location_filters, as: 'locationFilters', class: Google::Apis::JobsV3p1beta1::Location, decorator: Google::Apis::JobsV3p1beta1::Location::Representation
|
976
|
+
|
977
|
+
collection :matching_jobs, as: 'matchingJobs', class: Google::Apis::JobsV3p1beta1::MatchingJob, decorator: Google::Apis::JobsV3p1beta1::MatchingJob::Representation
|
978
|
+
|
979
|
+
property :metadata, as: 'metadata', class: Google::Apis::JobsV3p1beta1::ResponseMetadata, decorator: Google::Apis::JobsV3p1beta1::ResponseMetadata::Representation
|
980
|
+
|
981
|
+
property :next_page_token, as: 'nextPageToken'
|
982
|
+
property :spell_correction, as: 'spellCorrection', class: Google::Apis::JobsV3p1beta1::SpellingCorrection, decorator: Google::Apis::JobsV3p1beta1::SpellingCorrection::Representation
|
983
|
+
|
984
|
+
property :total_size, as: 'totalSize'
|
985
|
+
end
|
986
|
+
end
|
987
|
+
|
988
|
+
class SpellingCorrection
|
989
|
+
# @private
|
990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
991
|
+
property :corrected, as: 'corrected'
|
992
|
+
property :corrected_text, as: 'correctedText'
|
993
|
+
end
|
994
|
+
end
|
995
|
+
|
996
|
+
class Status
|
997
|
+
# @private
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
999
|
+
property :code, as: 'code'
|
1000
|
+
collection :details, as: 'details'
|
1001
|
+
property :message, as: 'message'
|
1002
|
+
end
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class TimeOfDay
|
1006
|
+
# @private
|
1007
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1008
|
+
property :hours, as: 'hours'
|
1009
|
+
property :minutes, as: 'minutes'
|
1010
|
+
property :nanos, as: 'nanos'
|
1011
|
+
property :seconds, as: 'seconds'
|
1012
|
+
end
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class TimestampRange
|
1016
|
+
# @private
|
1017
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1018
|
+
property :end_time, as: 'endTime'
|
1019
|
+
property :start_time, as: 'startTime'
|
1020
|
+
end
|
1021
|
+
end
|
1022
|
+
|
1023
|
+
class UpdateCompanyRequest
|
1024
|
+
# @private
|
1025
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1026
|
+
property :company, as: 'company', class: Google::Apis::JobsV3p1beta1::Company, decorator: Google::Apis::JobsV3p1beta1::Company::Representation
|
1027
|
+
|
1028
|
+
property :update_mask, as: 'updateMask'
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
class UpdateJobRequest
|
1033
|
+
# @private
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1035
|
+
property :job, as: 'job', class: Google::Apis::JobsV3p1beta1::Job, decorator: Google::Apis::JobsV3p1beta1::Job::Representation
|
1036
|
+
|
1037
|
+
property :update_mask, as: 'updateMask'
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
end
|
1042
|
+
end
|