google-api-client 0.39.0 → 0.39.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (55) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +22 -0
  3. data/generated/google/apis/bigquery_v2.rb +1 -1
  4. data/generated/google/apis/bigquery_v2/classes.rb +566 -0
  5. data/generated/google/apis/bigquery_v2/representations.rb +147 -0
  6. data/generated/google/apis/bigquery_v2/service.rb +120 -0
  7. data/generated/google/apis/bigqueryconnection_v1beta1.rb +1 -1
  8. data/generated/google/apis/bigqueryconnection_v1beta1/classes.rb +26 -10
  9. data/generated/google/apis/books_v1.rb +3 -3
  10. data/generated/google/apis/books_v1/classes.rb +435 -289
  11. data/generated/google/apis/books_v1/representations.rb +124 -91
  12. data/generated/google/apis/books_v1/service.rb +354 -484
  13. data/generated/google/apis/chat_v1.rb +1 -1
  14. data/generated/google/apis/chat_v1/classes.rb +15 -0
  15. data/generated/google/apis/chat_v1/representations.rb +2 -0
  16. data/generated/google/apis/clouddebugger_v2.rb +1 -1
  17. data/generated/google/apis/cloudfunctions_v1.rb +1 -1
  18. data/generated/google/apis/cloudfunctions_v1/classes.rb +24 -12
  19. data/generated/google/apis/cloudfunctions_v1/service.rb +3 -0
  20. data/generated/google/apis/cloudtasks_v2.rb +1 -1
  21. data/generated/google/apis/cloudtasks_v2/classes.rb +26 -10
  22. data/generated/google/apis/cloudtasks_v2beta2.rb +1 -1
  23. data/generated/google/apis/cloudtasks_v2beta2/classes.rb +26 -10
  24. data/generated/google/apis/cloudtasks_v2beta3.rb +1 -1
  25. data/generated/google/apis/cloudtasks_v2beta3/classes.rb +26 -10
  26. data/generated/google/apis/logging_v2.rb +1 -1
  27. data/generated/google/apis/logging_v2/classes.rb +45 -32
  28. data/generated/google/apis/logging_v2/service.rb +9 -5
  29. data/generated/google/apis/monitoring_v3.rb +1 -1
  30. data/generated/google/apis/monitoring_v3/classes.rb +7 -5
  31. data/generated/google/apis/networkmanagement_v1beta1.rb +1 -1
  32. data/generated/google/apis/networkmanagement_v1beta1/classes.rb +26 -14
  33. data/generated/google/apis/networkmanagement_v1beta1/service.rb +9 -6
  34. data/generated/google/apis/osconfig_v1beta.rb +35 -0
  35. data/generated/google/apis/osconfig_v1beta/classes.rb +2365 -0
  36. data/generated/google/apis/osconfig_v1beta/representations.rb +966 -0
  37. data/generated/google/apis/osconfig_v1beta/service.rb +605 -0
  38. data/generated/google/apis/pubsub_v1.rb +1 -1
  39. data/generated/google/apis/pubsub_v1/classes.rb +36 -11
  40. data/generated/google/apis/pubsub_v1/representations.rb +1 -0
  41. data/generated/google/apis/pubsub_v1/service.rb +15 -6
  42. data/generated/google/apis/pubsub_v1beta2.rb +1 -1
  43. data/generated/google/apis/pubsub_v1beta2/classes.rb +23 -10
  44. data/generated/google/apis/pubsub_v1beta2/service.rb +10 -4
  45. data/generated/google/apis/servicedirectory_v1beta1.rb +1 -1
  46. data/generated/google/apis/servicedirectory_v1beta1/classes.rb +26 -10
  47. data/generated/google/apis/servicemanagement_v1.rb +1 -1
  48. data/generated/google/apis/servicemanagement_v1/classes.rb +61 -26
  49. data/generated/google/apis/servicemanagement_v1/service.rb +4 -4
  50. data/generated/google/apis/toolresults_v1beta3.rb +1 -1
  51. data/generated/google/apis/toolresults_v1beta3/service.rb +1 -1
  52. data/generated/google/apis/vault_v1.rb +1 -1
  53. data/generated/google/apis/vault_v1/classes.rb +4 -1
  54. data/lib/google/apis/version.rb +1 -1
  55. metadata +7 -3
@@ -0,0 +1,966 @@
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 OsconfigV1beta
24
+
25
+ class AptRepository
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AptSettings
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Assignment
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AssignmentGroupLabel
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AssignmentOsType
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class CancelPatchJobRequest
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class EffectiveGuestPolicy
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class EffectiveGuestPolicySourcedPackage
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class EffectiveGuestPolicySourcedPackageRepository
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class EffectiveGuestPolicySourcedSoftwareRecipe
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class Empty
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class ExecStep
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ExecStepConfig
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ExecutePatchJobRequest
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GcsObject
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class GooRepository
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class GooSettings
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class GuestPolicy
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ListGuestPoliciesResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ListPatchDeploymentsResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ListPatchJobInstanceDetailsResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ListPatchJobsResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class LookupEffectiveGuestPolicyRequest
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class MonthlySchedule
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class OneTimeSchedule
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class Package
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class PackageRepository
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class PatchConfig
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class PatchDeployment
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class PatchInstanceFilter
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class PatchInstanceFilterGroupLabel
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class PatchJob
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class PatchJobInstanceDetails
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class PatchJobInstanceDetailsSummary
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class RecurringSchedule
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class SoftwareRecipe
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class SoftwareRecipeArtifact
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class SoftwareRecipeArtifactGcs
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class SoftwareRecipeArtifactRemote
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class SoftwareRecipeStep
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class SoftwareRecipeStepCopyFile
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class SoftwareRecipeStepExecFile
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class SoftwareRecipeStepExtractArchive
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class SoftwareRecipeStepInstallDpkg
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class SoftwareRecipeStepInstallMsi
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class SoftwareRecipeStepInstallRpm
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class SoftwareRecipeStepRunScript
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class TimeOfDay
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class TimeZone
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class WeekDayOfMonth
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class WeeklySchedule
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class WindowsUpdateSettings
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class YumRepository
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class YumSettings
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class ZypperRepository
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class ZypperSettings
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class AptRepository
362
+ # @private
363
+ class Representation < Google::Apis::Core::JsonRepresentation
364
+ property :archive_type, as: 'archiveType'
365
+ collection :components, as: 'components'
366
+ property :distribution, as: 'distribution'
367
+ property :gpg_key, as: 'gpgKey'
368
+ property :uri, as: 'uri'
369
+ end
370
+ end
371
+
372
+ class AptSettings
373
+ # @private
374
+ class Representation < Google::Apis::Core::JsonRepresentation
375
+ collection :excludes, as: 'excludes'
376
+ collection :exclusive_packages, as: 'exclusivePackages'
377
+ property :type, as: 'type'
378
+ end
379
+ end
380
+
381
+ class Assignment
382
+ # @private
383
+ class Representation < Google::Apis::Core::JsonRepresentation
384
+ collection :group_labels, as: 'groupLabels', class: Google::Apis::OsconfigV1beta::AssignmentGroupLabel, decorator: Google::Apis::OsconfigV1beta::AssignmentGroupLabel::Representation
385
+
386
+ collection :instance_name_prefixes, as: 'instanceNamePrefixes'
387
+ collection :instances, as: 'instances'
388
+ collection :os_types, as: 'osTypes', class: Google::Apis::OsconfigV1beta::AssignmentOsType, decorator: Google::Apis::OsconfigV1beta::AssignmentOsType::Representation
389
+
390
+ collection :zones, as: 'zones'
391
+ end
392
+ end
393
+
394
+ class AssignmentGroupLabel
395
+ # @private
396
+ class Representation < Google::Apis::Core::JsonRepresentation
397
+ hash :labels, as: 'labels'
398
+ end
399
+ end
400
+
401
+ class AssignmentOsType
402
+ # @private
403
+ class Representation < Google::Apis::Core::JsonRepresentation
404
+ property :os_architecture, as: 'osArchitecture'
405
+ property :os_short_name, as: 'osShortName'
406
+ property :os_version, as: 'osVersion'
407
+ end
408
+ end
409
+
410
+ class CancelPatchJobRequest
411
+ # @private
412
+ class Representation < Google::Apis::Core::JsonRepresentation
413
+ end
414
+ end
415
+
416
+ class EffectiveGuestPolicy
417
+ # @private
418
+ class Representation < Google::Apis::Core::JsonRepresentation
419
+ collection :package_repositories, as: 'packageRepositories', class: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedPackageRepository, decorator: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedPackageRepository::Representation
420
+
421
+ collection :packages, as: 'packages', class: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedPackage, decorator: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedPackage::Representation
422
+
423
+ collection :software_recipes, as: 'softwareRecipes', class: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedSoftwareRecipe, decorator: Google::Apis::OsconfigV1beta::EffectiveGuestPolicySourcedSoftwareRecipe::Representation
424
+
425
+ end
426
+ end
427
+
428
+ class EffectiveGuestPolicySourcedPackage
429
+ # @private
430
+ class Representation < Google::Apis::Core::JsonRepresentation
431
+ property :package, as: 'package', class: Google::Apis::OsconfigV1beta::Package, decorator: Google::Apis::OsconfigV1beta::Package::Representation
432
+
433
+ property :source, as: 'source'
434
+ end
435
+ end
436
+
437
+ class EffectiveGuestPolicySourcedPackageRepository
438
+ # @private
439
+ class Representation < Google::Apis::Core::JsonRepresentation
440
+ property :package_repository, as: 'packageRepository', class: Google::Apis::OsconfigV1beta::PackageRepository, decorator: Google::Apis::OsconfigV1beta::PackageRepository::Representation
441
+
442
+ property :source, as: 'source'
443
+ end
444
+ end
445
+
446
+ class EffectiveGuestPolicySourcedSoftwareRecipe
447
+ # @private
448
+ class Representation < Google::Apis::Core::JsonRepresentation
449
+ property :software_recipe, as: 'softwareRecipe', class: Google::Apis::OsconfigV1beta::SoftwareRecipe, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipe::Representation
450
+
451
+ property :source, as: 'source'
452
+ end
453
+ end
454
+
455
+ class Empty
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ end
459
+ end
460
+
461
+ class ExecStep
462
+ # @private
463
+ class Representation < Google::Apis::Core::JsonRepresentation
464
+ property :linux_exec_step_config, as: 'linuxExecStepConfig', class: Google::Apis::OsconfigV1beta::ExecStepConfig, decorator: Google::Apis::OsconfigV1beta::ExecStepConfig::Representation
465
+
466
+ property :windows_exec_step_config, as: 'windowsExecStepConfig', class: Google::Apis::OsconfigV1beta::ExecStepConfig, decorator: Google::Apis::OsconfigV1beta::ExecStepConfig::Representation
467
+
468
+ end
469
+ end
470
+
471
+ class ExecStepConfig
472
+ # @private
473
+ class Representation < Google::Apis::Core::JsonRepresentation
474
+ collection :allowed_success_codes, as: 'allowedSuccessCodes'
475
+ property :gcs_object, as: 'gcsObject', class: Google::Apis::OsconfigV1beta::GcsObject, decorator: Google::Apis::OsconfigV1beta::GcsObject::Representation
476
+
477
+ property :interpreter, as: 'interpreter'
478
+ property :local_path, as: 'localPath'
479
+ end
480
+ end
481
+
482
+ class ExecutePatchJobRequest
483
+ # @private
484
+ class Representation < Google::Apis::Core::JsonRepresentation
485
+ property :description, as: 'description'
486
+ property :display_name, as: 'displayName'
487
+ property :dry_run, as: 'dryRun'
488
+ property :duration, as: 'duration'
489
+ property :instance_filter, as: 'instanceFilter', class: Google::Apis::OsconfigV1beta::PatchInstanceFilter, decorator: Google::Apis::OsconfigV1beta::PatchInstanceFilter::Representation
490
+
491
+ property :patch_config, as: 'patchConfig', class: Google::Apis::OsconfigV1beta::PatchConfig, decorator: Google::Apis::OsconfigV1beta::PatchConfig::Representation
492
+
493
+ end
494
+ end
495
+
496
+ class GcsObject
497
+ # @private
498
+ class Representation < Google::Apis::Core::JsonRepresentation
499
+ property :bucket, as: 'bucket'
500
+ property :generation_number, :numeric_string => true, as: 'generationNumber'
501
+ property :object, as: 'object'
502
+ end
503
+ end
504
+
505
+ class GooRepository
506
+ # @private
507
+ class Representation < Google::Apis::Core::JsonRepresentation
508
+ property :name, as: 'name'
509
+ property :url, as: 'url'
510
+ end
511
+ end
512
+
513
+ class GooSettings
514
+ # @private
515
+ class Representation < Google::Apis::Core::JsonRepresentation
516
+ end
517
+ end
518
+
519
+ class GuestPolicy
520
+ # @private
521
+ class Representation < Google::Apis::Core::JsonRepresentation
522
+ property :assignment, as: 'assignment', class: Google::Apis::OsconfigV1beta::Assignment, decorator: Google::Apis::OsconfigV1beta::Assignment::Representation
523
+
524
+ property :create_time, as: 'createTime'
525
+ property :description, as: 'description'
526
+ property :etag, as: 'etag'
527
+ property :name, as: 'name'
528
+ collection :package_repositories, as: 'packageRepositories', class: Google::Apis::OsconfigV1beta::PackageRepository, decorator: Google::Apis::OsconfigV1beta::PackageRepository::Representation
529
+
530
+ collection :packages, as: 'packages', class: Google::Apis::OsconfigV1beta::Package, decorator: Google::Apis::OsconfigV1beta::Package::Representation
531
+
532
+ collection :recipes, as: 'recipes', class: Google::Apis::OsconfigV1beta::SoftwareRecipe, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipe::Representation
533
+
534
+ property :update_time, as: 'updateTime'
535
+ end
536
+ end
537
+
538
+ class ListGuestPoliciesResponse
539
+ # @private
540
+ class Representation < Google::Apis::Core::JsonRepresentation
541
+ collection :guest_policies, as: 'guestPolicies', class: Google::Apis::OsconfigV1beta::GuestPolicy, decorator: Google::Apis::OsconfigV1beta::GuestPolicy::Representation
542
+
543
+ property :next_page_token, as: 'nextPageToken'
544
+ end
545
+ end
546
+
547
+ class ListPatchDeploymentsResponse
548
+ # @private
549
+ class Representation < Google::Apis::Core::JsonRepresentation
550
+ property :next_page_token, as: 'nextPageToken'
551
+ collection :patch_deployments, as: 'patchDeployments', class: Google::Apis::OsconfigV1beta::PatchDeployment, decorator: Google::Apis::OsconfigV1beta::PatchDeployment::Representation
552
+
553
+ end
554
+ end
555
+
556
+ class ListPatchJobInstanceDetailsResponse
557
+ # @private
558
+ class Representation < Google::Apis::Core::JsonRepresentation
559
+ property :next_page_token, as: 'nextPageToken'
560
+ collection :patch_job_instance_details, as: 'patchJobInstanceDetails', class: Google::Apis::OsconfigV1beta::PatchJobInstanceDetails, decorator: Google::Apis::OsconfigV1beta::PatchJobInstanceDetails::Representation
561
+
562
+ end
563
+ end
564
+
565
+ class ListPatchJobsResponse
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ property :next_page_token, as: 'nextPageToken'
569
+ collection :patch_jobs, as: 'patchJobs', class: Google::Apis::OsconfigV1beta::PatchJob, decorator: Google::Apis::OsconfigV1beta::PatchJob::Representation
570
+
571
+ end
572
+ end
573
+
574
+ class LookupEffectiveGuestPolicyRequest
575
+ # @private
576
+ class Representation < Google::Apis::Core::JsonRepresentation
577
+ property :os_architecture, as: 'osArchitecture'
578
+ property :os_short_name, as: 'osShortName'
579
+ property :os_version, as: 'osVersion'
580
+ end
581
+ end
582
+
583
+ class MonthlySchedule
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :month_day, as: 'monthDay'
587
+ property :week_day_of_month, as: 'weekDayOfMonth', class: Google::Apis::OsconfigV1beta::WeekDayOfMonth, decorator: Google::Apis::OsconfigV1beta::WeekDayOfMonth::Representation
588
+
589
+ end
590
+ end
591
+
592
+ class OneTimeSchedule
593
+ # @private
594
+ class Representation < Google::Apis::Core::JsonRepresentation
595
+ property :execute_time, as: 'executeTime'
596
+ end
597
+ end
598
+
599
+ class Package
600
+ # @private
601
+ class Representation < Google::Apis::Core::JsonRepresentation
602
+ property :desired_state, as: 'desiredState'
603
+ property :manager, as: 'manager'
604
+ property :name, as: 'name'
605
+ end
606
+ end
607
+
608
+ class PackageRepository
609
+ # @private
610
+ class Representation < Google::Apis::Core::JsonRepresentation
611
+ property :apt, as: 'apt', class: Google::Apis::OsconfigV1beta::AptRepository, decorator: Google::Apis::OsconfigV1beta::AptRepository::Representation
612
+
613
+ property :goo, as: 'goo', class: Google::Apis::OsconfigV1beta::GooRepository, decorator: Google::Apis::OsconfigV1beta::GooRepository::Representation
614
+
615
+ property :yum, as: 'yum', class: Google::Apis::OsconfigV1beta::YumRepository, decorator: Google::Apis::OsconfigV1beta::YumRepository::Representation
616
+
617
+ property :zypper, as: 'zypper', class: Google::Apis::OsconfigV1beta::ZypperRepository, decorator: Google::Apis::OsconfigV1beta::ZypperRepository::Representation
618
+
619
+ end
620
+ end
621
+
622
+ class PatchConfig
623
+ # @private
624
+ class Representation < Google::Apis::Core::JsonRepresentation
625
+ property :apt, as: 'apt', class: Google::Apis::OsconfigV1beta::AptSettings, decorator: Google::Apis::OsconfigV1beta::AptSettings::Representation
626
+
627
+ property :goo, as: 'goo', class: Google::Apis::OsconfigV1beta::GooSettings, decorator: Google::Apis::OsconfigV1beta::GooSettings::Representation
628
+
629
+ property :post_step, as: 'postStep', class: Google::Apis::OsconfigV1beta::ExecStep, decorator: Google::Apis::OsconfigV1beta::ExecStep::Representation
630
+
631
+ property :pre_step, as: 'preStep', class: Google::Apis::OsconfigV1beta::ExecStep, decorator: Google::Apis::OsconfigV1beta::ExecStep::Representation
632
+
633
+ property :reboot_config, as: 'rebootConfig'
634
+ property :windows_update, as: 'windowsUpdate', class: Google::Apis::OsconfigV1beta::WindowsUpdateSettings, decorator: Google::Apis::OsconfigV1beta::WindowsUpdateSettings::Representation
635
+
636
+ property :yum, as: 'yum', class: Google::Apis::OsconfigV1beta::YumSettings, decorator: Google::Apis::OsconfigV1beta::YumSettings::Representation
637
+
638
+ property :zypper, as: 'zypper', class: Google::Apis::OsconfigV1beta::ZypperSettings, decorator: Google::Apis::OsconfigV1beta::ZypperSettings::Representation
639
+
640
+ end
641
+ end
642
+
643
+ class PatchDeployment
644
+ # @private
645
+ class Representation < Google::Apis::Core::JsonRepresentation
646
+ property :create_time, as: 'createTime'
647
+ property :description, as: 'description'
648
+ property :duration, as: 'duration'
649
+ property :instance_filter, as: 'instanceFilter', class: Google::Apis::OsconfigV1beta::PatchInstanceFilter, decorator: Google::Apis::OsconfigV1beta::PatchInstanceFilter::Representation
650
+
651
+ property :last_execute_time, as: 'lastExecuteTime'
652
+ property :name, as: 'name'
653
+ property :one_time_schedule, as: 'oneTimeSchedule', class: Google::Apis::OsconfigV1beta::OneTimeSchedule, decorator: Google::Apis::OsconfigV1beta::OneTimeSchedule::Representation
654
+
655
+ property :patch_config, as: 'patchConfig', class: Google::Apis::OsconfigV1beta::PatchConfig, decorator: Google::Apis::OsconfigV1beta::PatchConfig::Representation
656
+
657
+ property :recurring_schedule, as: 'recurringSchedule', class: Google::Apis::OsconfigV1beta::RecurringSchedule, decorator: Google::Apis::OsconfigV1beta::RecurringSchedule::Representation
658
+
659
+ property :update_time, as: 'updateTime'
660
+ end
661
+ end
662
+
663
+ class PatchInstanceFilter
664
+ # @private
665
+ class Representation < Google::Apis::Core::JsonRepresentation
666
+ property :all, as: 'all'
667
+ collection :group_labels, as: 'groupLabels', class: Google::Apis::OsconfigV1beta::PatchInstanceFilterGroupLabel, decorator: Google::Apis::OsconfigV1beta::PatchInstanceFilterGroupLabel::Representation
668
+
669
+ collection :instance_name_prefixes, as: 'instanceNamePrefixes'
670
+ collection :instances, as: 'instances'
671
+ collection :zones, as: 'zones'
672
+ end
673
+ end
674
+
675
+ class PatchInstanceFilterGroupLabel
676
+ # @private
677
+ class Representation < Google::Apis::Core::JsonRepresentation
678
+ hash :labels, as: 'labels'
679
+ end
680
+ end
681
+
682
+ class PatchJob
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ property :create_time, as: 'createTime'
686
+ property :description, as: 'description'
687
+ property :display_name, as: 'displayName'
688
+ property :dry_run, as: 'dryRun'
689
+ property :duration, as: 'duration'
690
+ property :error_message, as: 'errorMessage'
691
+ property :instance_details_summary, as: 'instanceDetailsSummary', class: Google::Apis::OsconfigV1beta::PatchJobInstanceDetailsSummary, decorator: Google::Apis::OsconfigV1beta::PatchJobInstanceDetailsSummary::Representation
692
+
693
+ property :instance_filter, as: 'instanceFilter', class: Google::Apis::OsconfigV1beta::PatchInstanceFilter, decorator: Google::Apis::OsconfigV1beta::PatchInstanceFilter::Representation
694
+
695
+ property :name, as: 'name'
696
+ property :patch_config, as: 'patchConfig', class: Google::Apis::OsconfigV1beta::PatchConfig, decorator: Google::Apis::OsconfigV1beta::PatchConfig::Representation
697
+
698
+ property :patch_deployment, as: 'patchDeployment'
699
+ property :percent_complete, as: 'percentComplete'
700
+ property :state, as: 'state'
701
+ property :update_time, as: 'updateTime'
702
+ end
703
+ end
704
+
705
+ class PatchJobInstanceDetails
706
+ # @private
707
+ class Representation < Google::Apis::Core::JsonRepresentation
708
+ property :attempt_count, :numeric_string => true, as: 'attemptCount'
709
+ property :failure_reason, as: 'failureReason'
710
+ property :instance_system_id, as: 'instanceSystemId'
711
+ property :name, as: 'name'
712
+ property :state, as: 'state'
713
+ end
714
+ end
715
+
716
+ class PatchJobInstanceDetailsSummary
717
+ # @private
718
+ class Representation < Google::Apis::Core::JsonRepresentation
719
+ property :acked_instance_count, :numeric_string => true, as: 'ackedInstanceCount'
720
+ property :applying_patches_instance_count, :numeric_string => true, as: 'applyingPatchesInstanceCount'
721
+ property :downloading_patches_instance_count, :numeric_string => true, as: 'downloadingPatchesInstanceCount'
722
+ property :failed_instance_count, :numeric_string => true, as: 'failedInstanceCount'
723
+ property :inactive_instance_count, :numeric_string => true, as: 'inactiveInstanceCount'
724
+ property :no_agent_detected_instance_count, :numeric_string => true, as: 'noAgentDetectedInstanceCount'
725
+ property :notified_instance_count, :numeric_string => true, as: 'notifiedInstanceCount'
726
+ property :pending_instance_count, :numeric_string => true, as: 'pendingInstanceCount'
727
+ property :post_patch_step_instance_count, :numeric_string => true, as: 'postPatchStepInstanceCount'
728
+ property :pre_patch_step_instance_count, :numeric_string => true, as: 'prePatchStepInstanceCount'
729
+ property :rebooting_instance_count, :numeric_string => true, as: 'rebootingInstanceCount'
730
+ property :started_instance_count, :numeric_string => true, as: 'startedInstanceCount'
731
+ property :succeeded_instance_count, :numeric_string => true, as: 'succeededInstanceCount'
732
+ property :succeeded_reboot_required_instance_count, :numeric_string => true, as: 'succeededRebootRequiredInstanceCount'
733
+ property :timed_out_instance_count, :numeric_string => true, as: 'timedOutInstanceCount'
734
+ end
735
+ end
736
+
737
+ class RecurringSchedule
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ property :end_time, as: 'endTime'
741
+ property :frequency, as: 'frequency'
742
+ property :last_execute_time, as: 'lastExecuteTime'
743
+ property :monthly, as: 'monthly', class: Google::Apis::OsconfigV1beta::MonthlySchedule, decorator: Google::Apis::OsconfigV1beta::MonthlySchedule::Representation
744
+
745
+ property :next_execute_time, as: 'nextExecuteTime'
746
+ property :start_time, as: 'startTime'
747
+ property :time_of_day, as: 'timeOfDay', class: Google::Apis::OsconfigV1beta::TimeOfDay, decorator: Google::Apis::OsconfigV1beta::TimeOfDay::Representation
748
+
749
+ property :time_zone, as: 'timeZone', class: Google::Apis::OsconfigV1beta::TimeZone, decorator: Google::Apis::OsconfigV1beta::TimeZone::Representation
750
+
751
+ property :weekly, as: 'weekly', class: Google::Apis::OsconfigV1beta::WeeklySchedule, decorator: Google::Apis::OsconfigV1beta::WeeklySchedule::Representation
752
+
753
+ end
754
+ end
755
+
756
+ class SoftwareRecipe
757
+ # @private
758
+ class Representation < Google::Apis::Core::JsonRepresentation
759
+ collection :artifacts, as: 'artifacts', class: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifact, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifact::Representation
760
+
761
+ property :desired_state, as: 'desiredState'
762
+ collection :install_steps, as: 'installSteps', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStep, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStep::Representation
763
+
764
+ property :name, as: 'name'
765
+ collection :update_steps, as: 'updateSteps', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStep, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStep::Representation
766
+
767
+ property :version, as: 'version'
768
+ end
769
+ end
770
+
771
+ class SoftwareRecipeArtifact
772
+ # @private
773
+ class Representation < Google::Apis::Core::JsonRepresentation
774
+ property :allow_insecure, as: 'allowInsecure'
775
+ property :gcs, as: 'gcs', class: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifactGcs, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifactGcs::Representation
776
+
777
+ property :id, as: 'id'
778
+ property :remote, as: 'remote', class: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifactRemote, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeArtifactRemote::Representation
779
+
780
+ end
781
+ end
782
+
783
+ class SoftwareRecipeArtifactGcs
784
+ # @private
785
+ class Representation < Google::Apis::Core::JsonRepresentation
786
+ property :bucket, as: 'bucket'
787
+ property :generation, :numeric_string => true, as: 'generation'
788
+ property :object, as: 'object'
789
+ end
790
+ end
791
+
792
+ class SoftwareRecipeArtifactRemote
793
+ # @private
794
+ class Representation < Google::Apis::Core::JsonRepresentation
795
+ property :checksum, as: 'checksum'
796
+ property :uri, as: 'uri'
797
+ end
798
+ end
799
+
800
+ class SoftwareRecipeStep
801
+ # @private
802
+ class Representation < Google::Apis::Core::JsonRepresentation
803
+ property :archive_extraction, as: 'archiveExtraction', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepExtractArchive, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepExtractArchive::Representation
804
+
805
+ property :dpkg_installation, as: 'dpkgInstallation', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallDpkg, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallDpkg::Representation
806
+
807
+ property :file_copy, as: 'fileCopy', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepCopyFile, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepCopyFile::Representation
808
+
809
+ property :file_exec, as: 'fileExec', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepExecFile, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepExecFile::Representation
810
+
811
+ property :msi_installation, as: 'msiInstallation', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallMsi, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallMsi::Representation
812
+
813
+ property :rpm_installation, as: 'rpmInstallation', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallRpm, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepInstallRpm::Representation
814
+
815
+ property :script_run, as: 'scriptRun', class: Google::Apis::OsconfigV1beta::SoftwareRecipeStepRunScript, decorator: Google::Apis::OsconfigV1beta::SoftwareRecipeStepRunScript::Representation
816
+
817
+ end
818
+ end
819
+
820
+ class SoftwareRecipeStepCopyFile
821
+ # @private
822
+ class Representation < Google::Apis::Core::JsonRepresentation
823
+ property :artifact_id, as: 'artifactId'
824
+ property :destination, as: 'destination'
825
+ property :overwrite, as: 'overwrite'
826
+ property :permissions, as: 'permissions'
827
+ end
828
+ end
829
+
830
+ class SoftwareRecipeStepExecFile
831
+ # @private
832
+ class Representation < Google::Apis::Core::JsonRepresentation
833
+ collection :allowed_exit_codes, as: 'allowedExitCodes'
834
+ collection :args, as: 'args'
835
+ property :artifact_id, as: 'artifactId'
836
+ property :local_path, as: 'localPath'
837
+ end
838
+ end
839
+
840
+ class SoftwareRecipeStepExtractArchive
841
+ # @private
842
+ class Representation < Google::Apis::Core::JsonRepresentation
843
+ property :artifact_id, as: 'artifactId'
844
+ property :destination, as: 'destination'
845
+ property :type, as: 'type'
846
+ end
847
+ end
848
+
849
+ class SoftwareRecipeStepInstallDpkg
850
+ # @private
851
+ class Representation < Google::Apis::Core::JsonRepresentation
852
+ property :artifact_id, as: 'artifactId'
853
+ end
854
+ end
855
+
856
+ class SoftwareRecipeStepInstallMsi
857
+ # @private
858
+ class Representation < Google::Apis::Core::JsonRepresentation
859
+ collection :allowed_exit_codes, as: 'allowedExitCodes'
860
+ property :artifact_id, as: 'artifactId'
861
+ collection :flags, as: 'flags'
862
+ end
863
+ end
864
+
865
+ class SoftwareRecipeStepInstallRpm
866
+ # @private
867
+ class Representation < Google::Apis::Core::JsonRepresentation
868
+ property :artifact_id, as: 'artifactId'
869
+ end
870
+ end
871
+
872
+ class SoftwareRecipeStepRunScript
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ collection :allowed_exit_codes, as: 'allowedExitCodes'
876
+ property :interpreter, as: 'interpreter'
877
+ property :script, as: 'script'
878
+ end
879
+ end
880
+
881
+ class TimeOfDay
882
+ # @private
883
+ class Representation < Google::Apis::Core::JsonRepresentation
884
+ property :hours, as: 'hours'
885
+ property :minutes, as: 'minutes'
886
+ property :nanos, as: 'nanos'
887
+ property :seconds, as: 'seconds'
888
+ end
889
+ end
890
+
891
+ class TimeZone
892
+ # @private
893
+ class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :id, as: 'id'
895
+ property :version, as: 'version'
896
+ end
897
+ end
898
+
899
+ class WeekDayOfMonth
900
+ # @private
901
+ class Representation < Google::Apis::Core::JsonRepresentation
902
+ property :day_of_week, as: 'dayOfWeek'
903
+ property :week_ordinal, as: 'weekOrdinal'
904
+ end
905
+ end
906
+
907
+ class WeeklySchedule
908
+ # @private
909
+ class Representation < Google::Apis::Core::JsonRepresentation
910
+ property :day_of_week, as: 'dayOfWeek'
911
+ end
912
+ end
913
+
914
+ class WindowsUpdateSettings
915
+ # @private
916
+ class Representation < Google::Apis::Core::JsonRepresentation
917
+ collection :classifications, as: 'classifications'
918
+ collection :excludes, as: 'excludes'
919
+ collection :exclusive_patches, as: 'exclusivePatches'
920
+ end
921
+ end
922
+
923
+ class YumRepository
924
+ # @private
925
+ class Representation < Google::Apis::Core::JsonRepresentation
926
+ property :base_url, as: 'baseUrl'
927
+ property :display_name, as: 'displayName'
928
+ collection :gpg_keys, as: 'gpgKeys'
929
+ property :id, as: 'id'
930
+ end
931
+ end
932
+
933
+ class YumSettings
934
+ # @private
935
+ class Representation < Google::Apis::Core::JsonRepresentation
936
+ collection :excludes, as: 'excludes'
937
+ collection :exclusive_packages, as: 'exclusivePackages'
938
+ property :minimal, as: 'minimal'
939
+ property :security, as: 'security'
940
+ end
941
+ end
942
+
943
+ class ZypperRepository
944
+ # @private
945
+ class Representation < Google::Apis::Core::JsonRepresentation
946
+ property :base_url, as: 'baseUrl'
947
+ property :display_name, as: 'displayName'
948
+ collection :gpg_keys, as: 'gpgKeys'
949
+ property :id, as: 'id'
950
+ end
951
+ end
952
+
953
+ class ZypperSettings
954
+ # @private
955
+ class Representation < Google::Apis::Core::JsonRepresentation
956
+ collection :categories, as: 'categories'
957
+ collection :excludes, as: 'excludes'
958
+ collection :exclusive_patches, as: 'exclusivePatches'
959
+ collection :severities, as: 'severities'
960
+ property :with_optional, as: 'withOptional'
961
+ property :with_update, as: 'withUpdate'
962
+ end
963
+ end
964
+ end
965
+ end
966
+ end