google-apis-jobs_v3 0.1.0

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