google-apis-deploymentmanager_v2beta 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 DeploymentmanagerV2beta
18
+ # Version of the google-apis-deploymentmanager_v2beta 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 = "20201203"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1023 @@
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 DeploymentmanagerV2beta
24
+
25
+ class AsyncOptions
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class AuditConfig
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AuditLogConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class BaseType
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class BasicAuth
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class Binding
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CollectionOverride
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CompositeType
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CompositeTypeLabelEntry
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CompositeTypesListResponse
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ConfigFile
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Credential
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class Deployment
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class DeploymentLabelEntry
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class DeploymentUpdate
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class DeploymentUpdateLabelEntry
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class DeploymentsCancelPreviewRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class DeploymentsListResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class DeploymentsStopRequest
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class Diagnostic
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Expr
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class GlobalSetPolicyRequest
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ImportFile
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class InputMapping
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class Manifest
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class ManifestsListResponse
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Operation
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ class Error
185
+ class Representation < Google::Apis::Core::JsonRepresentation; end
186
+
187
+ class Error
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ include Google::Apis::Core::JsonObjectSupport
194
+ end
195
+
196
+ class Warning
197
+ class Representation < Google::Apis::Core::JsonRepresentation; end
198
+
199
+ class Datum
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ include Google::Apis::Core::JsonObjectSupport
206
+ end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class OperationsListResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class Options
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class Policy
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class PollingOptions
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Resource
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ class Warning
239
+ class Representation < Google::Apis::Core::JsonRepresentation; end
240
+
241
+ class Datum
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ include Google::Apis::Core::JsonObjectSupport
248
+ end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ResourceAccessControl
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ResourceUpdate
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ class Error
263
+ class Representation < Google::Apis::Core::JsonRepresentation; end
264
+
265
+ class Error
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ include Google::Apis::Core::JsonObjectSupport
272
+ end
273
+
274
+ class Warning
275
+ class Representation < Google::Apis::Core::JsonRepresentation; end
276
+
277
+ class Datum
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ include Google::Apis::Core::JsonObjectSupport
284
+ end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class ResourcesListResponse
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class ServiceAccount
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class TargetConfiguration
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class TemplateContents
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class TestPermissionsRequest
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class TestPermissionsResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Type
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class TypeInfo
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class TypeInfoSchemaInfo
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class TypeLabelEntry
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class TypeProvider
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class TypeProviderLabelEntry
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class TypeProvidersListResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class TypeProvidersListTypesResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class TypesListResponse
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class ValidationOptions
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class AsyncOptions
386
+ # @private
387
+ class Representation < Google::Apis::Core::JsonRepresentation
388
+ property :method_match, as: 'methodMatch'
389
+ property :polling_options, as: 'pollingOptions', class: Google::Apis::DeploymentmanagerV2beta::PollingOptions, decorator: Google::Apis::DeploymentmanagerV2beta::PollingOptions::Representation
390
+
391
+ end
392
+ end
393
+
394
+ class AuditConfig
395
+ # @private
396
+ class Representation < Google::Apis::Core::JsonRepresentation
397
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::DeploymentmanagerV2beta::AuditLogConfig, decorator: Google::Apis::DeploymentmanagerV2beta::AuditLogConfig::Representation
398
+
399
+ property :service, as: 'service'
400
+ end
401
+ end
402
+
403
+ class AuditLogConfig
404
+ # @private
405
+ class Representation < Google::Apis::Core::JsonRepresentation
406
+ collection :exempted_members, as: 'exemptedMembers'
407
+ property :log_type, as: 'logType'
408
+ end
409
+ end
410
+
411
+ class BaseType
412
+ # @private
413
+ class Representation < Google::Apis::Core::JsonRepresentation
414
+ collection :collection_overrides, as: 'collectionOverrides', class: Google::Apis::DeploymentmanagerV2beta::CollectionOverride, decorator: Google::Apis::DeploymentmanagerV2beta::CollectionOverride::Representation
415
+
416
+ property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerV2beta::Credential, decorator: Google::Apis::DeploymentmanagerV2beta::Credential::Representation
417
+
418
+ property :descriptor_url, as: 'descriptorUrl'
419
+ property :options, as: 'options', class: Google::Apis::DeploymentmanagerV2beta::Options, decorator: Google::Apis::DeploymentmanagerV2beta::Options::Representation
420
+
421
+ end
422
+ end
423
+
424
+ class BasicAuth
425
+ # @private
426
+ class Representation < Google::Apis::Core::JsonRepresentation
427
+ property :password, as: 'password'
428
+ property :user, as: 'user'
429
+ end
430
+ end
431
+
432
+ class Binding
433
+ # @private
434
+ class Representation < Google::Apis::Core::JsonRepresentation
435
+ property :condition, as: 'condition', class: Google::Apis::DeploymentmanagerV2beta::Expr, decorator: Google::Apis::DeploymentmanagerV2beta::Expr::Representation
436
+
437
+ collection :members, as: 'members'
438
+ property :role, as: 'role'
439
+ end
440
+ end
441
+
442
+ class CollectionOverride
443
+ # @private
444
+ class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :collection, as: 'collection'
446
+ property :options, as: 'options', class: Google::Apis::DeploymentmanagerV2beta::Options, decorator: Google::Apis::DeploymentmanagerV2beta::Options::Representation
447
+
448
+ end
449
+ end
450
+
451
+ class CompositeType
452
+ # @private
453
+ class Representation < Google::Apis::Core::JsonRepresentation
454
+ property :description, as: 'description'
455
+ property :id, :numeric_string => true, as: 'id'
456
+ property :insert_time, as: 'insertTime'
457
+ collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2beta::CompositeTypeLabelEntry, decorator: Google::Apis::DeploymentmanagerV2beta::CompositeTypeLabelEntry::Representation
458
+
459
+ property :name, as: 'name'
460
+ property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2beta::Operation, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Representation
461
+
462
+ property :self_link, as: 'selfLink'
463
+ property :status, as: 'status'
464
+ property :template_contents, as: 'templateContents', class: Google::Apis::DeploymentmanagerV2beta::TemplateContents, decorator: Google::Apis::DeploymentmanagerV2beta::TemplateContents::Representation
465
+
466
+ end
467
+ end
468
+
469
+ class CompositeTypeLabelEntry
470
+ # @private
471
+ class Representation < Google::Apis::Core::JsonRepresentation
472
+ property :key, as: 'key'
473
+ property :value, as: 'value'
474
+ end
475
+ end
476
+
477
+ class CompositeTypesListResponse
478
+ # @private
479
+ class Representation < Google::Apis::Core::JsonRepresentation
480
+ collection :composite_types, as: 'compositeTypes', class: Google::Apis::DeploymentmanagerV2beta::CompositeType, decorator: Google::Apis::DeploymentmanagerV2beta::CompositeType::Representation
481
+
482
+ property :next_page_token, as: 'nextPageToken'
483
+ end
484
+ end
485
+
486
+ class ConfigFile
487
+ # @private
488
+ class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :content, as: 'content'
490
+ end
491
+ end
492
+
493
+ class Credential
494
+ # @private
495
+ class Representation < Google::Apis::Core::JsonRepresentation
496
+ property :basic_auth, as: 'basicAuth', class: Google::Apis::DeploymentmanagerV2beta::BasicAuth, decorator: Google::Apis::DeploymentmanagerV2beta::BasicAuth::Representation
497
+
498
+ property :service_account, as: 'serviceAccount', class: Google::Apis::DeploymentmanagerV2beta::ServiceAccount, decorator: Google::Apis::DeploymentmanagerV2beta::ServiceAccount::Representation
499
+
500
+ property :use_project_default, as: 'useProjectDefault'
501
+ end
502
+ end
503
+
504
+ class Deployment
505
+ # @private
506
+ class Representation < Google::Apis::Core::JsonRepresentation
507
+ property :description, as: 'description'
508
+ property :fingerprint, :base64 => true, as: 'fingerprint'
509
+ property :id, :numeric_string => true, as: 'id'
510
+ property :insert_time, as: 'insertTime'
511
+ collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2beta::DeploymentLabelEntry, decorator: Google::Apis::DeploymentmanagerV2beta::DeploymentLabelEntry::Representation
512
+
513
+ property :manifest, as: 'manifest'
514
+ property :name, as: 'name'
515
+ property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2beta::Operation, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Representation
516
+
517
+ property :self_link, as: 'selfLink'
518
+ property :target, as: 'target', class: Google::Apis::DeploymentmanagerV2beta::TargetConfiguration, decorator: Google::Apis::DeploymentmanagerV2beta::TargetConfiguration::Representation
519
+
520
+ property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2beta::DeploymentUpdate, decorator: Google::Apis::DeploymentmanagerV2beta::DeploymentUpdate::Representation
521
+
522
+ property :update_time, as: 'updateTime'
523
+ end
524
+ end
525
+
526
+ class DeploymentLabelEntry
527
+ # @private
528
+ class Representation < Google::Apis::Core::JsonRepresentation
529
+ property :key, as: 'key'
530
+ property :value, as: 'value'
531
+ end
532
+ end
533
+
534
+ class DeploymentUpdate
535
+ # @private
536
+ class Representation < Google::Apis::Core::JsonRepresentation
537
+ property :description, as: 'description'
538
+ collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2beta::DeploymentUpdateLabelEntry, decorator: Google::Apis::DeploymentmanagerV2beta::DeploymentUpdateLabelEntry::Representation
539
+
540
+ property :manifest, as: 'manifest'
541
+ end
542
+ end
543
+
544
+ class DeploymentUpdateLabelEntry
545
+ # @private
546
+ class Representation < Google::Apis::Core::JsonRepresentation
547
+ property :key, as: 'key'
548
+ property :value, as: 'value'
549
+ end
550
+ end
551
+
552
+ class DeploymentsCancelPreviewRequest
553
+ # @private
554
+ class Representation < Google::Apis::Core::JsonRepresentation
555
+ property :fingerprint, :base64 => true, as: 'fingerprint'
556
+ end
557
+ end
558
+
559
+ class DeploymentsListResponse
560
+ # @private
561
+ class Representation < Google::Apis::Core::JsonRepresentation
562
+ collection :deployments, as: 'deployments', class: Google::Apis::DeploymentmanagerV2beta::Deployment, decorator: Google::Apis::DeploymentmanagerV2beta::Deployment::Representation
563
+
564
+ property :next_page_token, as: 'nextPageToken'
565
+ end
566
+ end
567
+
568
+ class DeploymentsStopRequest
569
+ # @private
570
+ class Representation < Google::Apis::Core::JsonRepresentation
571
+ property :fingerprint, :base64 => true, as: 'fingerprint'
572
+ end
573
+ end
574
+
575
+ class Diagnostic
576
+ # @private
577
+ class Representation < Google::Apis::Core::JsonRepresentation
578
+ property :field, as: 'field'
579
+ property :level, as: 'level'
580
+ end
581
+ end
582
+
583
+ class Expr
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :description, as: 'description'
587
+ property :expression, as: 'expression'
588
+ property :location, as: 'location'
589
+ property :title, as: 'title'
590
+ end
591
+ end
592
+
593
+ class GlobalSetPolicyRequest
594
+ # @private
595
+ class Representation < Google::Apis::Core::JsonRepresentation
596
+ collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerV2beta::Binding, decorator: Google::Apis::DeploymentmanagerV2beta::Binding::Representation
597
+
598
+ property :etag, :base64 => true, as: 'etag'
599
+ property :policy, as: 'policy', class: Google::Apis::DeploymentmanagerV2beta::Policy, decorator: Google::Apis::DeploymentmanagerV2beta::Policy::Representation
600
+
601
+ end
602
+ end
603
+
604
+ class ImportFile
605
+ # @private
606
+ class Representation < Google::Apis::Core::JsonRepresentation
607
+ property :content, as: 'content'
608
+ property :name, as: 'name'
609
+ end
610
+ end
611
+
612
+ class InputMapping
613
+ # @private
614
+ class Representation < Google::Apis::Core::JsonRepresentation
615
+ property :field_name, as: 'fieldName'
616
+ property :location, as: 'location'
617
+ property :method_match, as: 'methodMatch'
618
+ property :value, as: 'value'
619
+ end
620
+ end
621
+
622
+ class Manifest
623
+ # @private
624
+ class Representation < Google::Apis::Core::JsonRepresentation
625
+ property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2beta::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2beta::ConfigFile::Representation
626
+
627
+ property :expanded_config, as: 'expandedConfig'
628
+ property :id, :numeric_string => true, as: 'id'
629
+ collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2beta::ImportFile, decorator: Google::Apis::DeploymentmanagerV2beta::ImportFile::Representation
630
+
631
+ property :insert_time, as: 'insertTime'
632
+ property :layout, as: 'layout'
633
+ property :name, as: 'name'
634
+ property :self_link, as: 'selfLink'
635
+ end
636
+ end
637
+
638
+ class ManifestsListResponse
639
+ # @private
640
+ class Representation < Google::Apis::Core::JsonRepresentation
641
+ collection :manifests, as: 'manifests', class: Google::Apis::DeploymentmanagerV2beta::Manifest, decorator: Google::Apis::DeploymentmanagerV2beta::Manifest::Representation
642
+
643
+ property :next_page_token, as: 'nextPageToken'
644
+ end
645
+ end
646
+
647
+ class Operation
648
+ # @private
649
+ class Representation < Google::Apis::Core::JsonRepresentation
650
+ property :client_operation_id, as: 'clientOperationId'
651
+ property :creation_timestamp, as: 'creationTimestamp'
652
+ property :description, as: 'description'
653
+ property :end_time, as: 'endTime'
654
+ property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2beta::Operation::Error, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Error::Representation
655
+
656
+ property :http_error_message, as: 'httpErrorMessage'
657
+ property :http_error_status_code, as: 'httpErrorStatusCode'
658
+ property :id, :numeric_string => true, as: 'id'
659
+ property :insert_time, as: 'insertTime'
660
+ property :kind, as: 'kind'
661
+ property :name, as: 'name'
662
+ property :operation_type, as: 'operationType'
663
+ property :progress, as: 'progress'
664
+ property :region, as: 'region'
665
+ property :self_link, as: 'selfLink'
666
+ property :start_time, as: 'startTime'
667
+ property :status, as: 'status'
668
+ property :status_message, as: 'statusMessage'
669
+ property :target_id, :numeric_string => true, as: 'targetId'
670
+ property :target_link, as: 'targetLink'
671
+ property :user, as: 'user'
672
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2beta::Operation::Warning, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Warning::Representation
673
+
674
+ property :zone, as: 'zone'
675
+ end
676
+
677
+ class Error
678
+ # @private
679
+ class Representation < Google::Apis::Core::JsonRepresentation
680
+ collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2beta::Operation::Error::Error, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Error::Error::Representation
681
+
682
+ end
683
+
684
+ class Error
685
+ # @private
686
+ class Representation < Google::Apis::Core::JsonRepresentation
687
+ property :code, as: 'code'
688
+ property :location, as: 'location'
689
+ property :message, as: 'message'
690
+ end
691
+ end
692
+ end
693
+
694
+ class Warning
695
+ # @private
696
+ class Representation < Google::Apis::Core::JsonRepresentation
697
+ property :code, as: 'code'
698
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2beta::Operation::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Warning::Datum::Representation
699
+
700
+ property :message, as: 'message'
701
+ end
702
+
703
+ class Datum
704
+ # @private
705
+ class Representation < Google::Apis::Core::JsonRepresentation
706
+ property :key, as: 'key'
707
+ property :value, as: 'value'
708
+ end
709
+ end
710
+ end
711
+ end
712
+
713
+ class OperationsListResponse
714
+ # @private
715
+ class Representation < Google::Apis::Core::JsonRepresentation
716
+ property :next_page_token, as: 'nextPageToken'
717
+ collection :operations, as: 'operations', class: Google::Apis::DeploymentmanagerV2beta::Operation, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Representation
718
+
719
+ end
720
+ end
721
+
722
+ class Options
723
+ # @private
724
+ class Representation < Google::Apis::Core::JsonRepresentation
725
+ collection :async_options, as: 'asyncOptions', class: Google::Apis::DeploymentmanagerV2beta::AsyncOptions, decorator: Google::Apis::DeploymentmanagerV2beta::AsyncOptions::Representation
726
+
727
+ collection :input_mappings, as: 'inputMappings', class: Google::Apis::DeploymentmanagerV2beta::InputMapping, decorator: Google::Apis::DeploymentmanagerV2beta::InputMapping::Representation
728
+
729
+ property :validation_options, as: 'validationOptions', class: Google::Apis::DeploymentmanagerV2beta::ValidationOptions, decorator: Google::Apis::DeploymentmanagerV2beta::ValidationOptions::Representation
730
+
731
+ property :virtual_properties, as: 'virtualProperties'
732
+ end
733
+ end
734
+
735
+ class Policy
736
+ # @private
737
+ class Representation < Google::Apis::Core::JsonRepresentation
738
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::DeploymentmanagerV2beta::AuditConfig, decorator: Google::Apis::DeploymentmanagerV2beta::AuditConfig::Representation
739
+
740
+ collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerV2beta::Binding, decorator: Google::Apis::DeploymentmanagerV2beta::Binding::Representation
741
+
742
+ property :etag, :base64 => true, as: 'etag'
743
+ property :version, as: 'version'
744
+ end
745
+ end
746
+
747
+ class PollingOptions
748
+ # @private
749
+ class Representation < Google::Apis::Core::JsonRepresentation
750
+ collection :diagnostics, as: 'diagnostics', class: Google::Apis::DeploymentmanagerV2beta::Diagnostic, decorator: Google::Apis::DeploymentmanagerV2beta::Diagnostic::Representation
751
+
752
+ property :fail_condition, as: 'failCondition'
753
+ property :finish_condition, as: 'finishCondition'
754
+ property :polling_link, as: 'pollingLink'
755
+ property :target_link, as: 'targetLink'
756
+ end
757
+ end
758
+
759
+ class Resource
760
+ # @private
761
+ class Representation < Google::Apis::Core::JsonRepresentation
762
+ property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerV2beta::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceAccessControl::Representation
763
+
764
+ property :final_properties, as: 'finalProperties'
765
+ property :id, :numeric_string => true, as: 'id'
766
+ property :insert_time, as: 'insertTime'
767
+ property :manifest, as: 'manifest'
768
+ property :name, as: 'name'
769
+ property :properties, as: 'properties'
770
+ property :type, as: 'type'
771
+ property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Representation
772
+
773
+ property :update_time, as: 'updateTime'
774
+ property :url, as: 'url'
775
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2beta::Resource::Warning, decorator: Google::Apis::DeploymentmanagerV2beta::Resource::Warning::Representation
776
+
777
+ end
778
+
779
+ class Warning
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ property :code, as: 'code'
783
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2beta::Resource::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2beta::Resource::Warning::Datum::Representation
784
+
785
+ property :message, as: 'message'
786
+ end
787
+
788
+ class Datum
789
+ # @private
790
+ class Representation < Google::Apis::Core::JsonRepresentation
791
+ property :key, as: 'key'
792
+ property :value, as: 'value'
793
+ end
794
+ end
795
+ end
796
+ end
797
+
798
+ class ResourceAccessControl
799
+ # @private
800
+ class Representation < Google::Apis::Core::JsonRepresentation
801
+ property :gcp_iam_policy, as: 'gcpIamPolicy'
802
+ end
803
+ end
804
+
805
+ class ResourceUpdate
806
+ # @private
807
+ class Representation < Google::Apis::Core::JsonRepresentation
808
+ property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerV2beta::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceAccessControl::Representation
809
+
810
+ property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Error, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Error::Representation
811
+
812
+ property :final_properties, as: 'finalProperties'
813
+ property :intent, as: 'intent'
814
+ property :manifest, as: 'manifest'
815
+ property :properties, as: 'properties'
816
+ property :state, as: 'state'
817
+ collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Warning, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Warning::Representation
818
+
819
+ end
820
+
821
+ class Error
822
+ # @private
823
+ class Representation < Google::Apis::Core::JsonRepresentation
824
+ collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Error::Error, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Error::Error::Representation
825
+
826
+ end
827
+
828
+ class Error
829
+ # @private
830
+ class Representation < Google::Apis::Core::JsonRepresentation
831
+ property :code, as: 'code'
832
+ property :location, as: 'location'
833
+ property :message, as: 'message'
834
+ end
835
+ end
836
+ end
837
+
838
+ class Warning
839
+ # @private
840
+ class Representation < Google::Apis::Core::JsonRepresentation
841
+ property :code, as: 'code'
842
+ collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2beta::ResourceUpdate::Warning::Datum::Representation
843
+
844
+ property :message, as: 'message'
845
+ end
846
+
847
+ class Datum
848
+ # @private
849
+ class Representation < Google::Apis::Core::JsonRepresentation
850
+ property :key, as: 'key'
851
+ property :value, as: 'value'
852
+ end
853
+ end
854
+ end
855
+ end
856
+
857
+ class ResourcesListResponse
858
+ # @private
859
+ class Representation < Google::Apis::Core::JsonRepresentation
860
+ property :next_page_token, as: 'nextPageToken'
861
+ collection :resources, as: 'resources', class: Google::Apis::DeploymentmanagerV2beta::Resource, decorator: Google::Apis::DeploymentmanagerV2beta::Resource::Representation
862
+
863
+ end
864
+ end
865
+
866
+ class ServiceAccount
867
+ # @private
868
+ class Representation < Google::Apis::Core::JsonRepresentation
869
+ property :email, as: 'email'
870
+ end
871
+ end
872
+
873
+ class TargetConfiguration
874
+ # @private
875
+ class Representation < Google::Apis::Core::JsonRepresentation
876
+ property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2beta::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2beta::ConfigFile::Representation
877
+
878
+ collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2beta::ImportFile, decorator: Google::Apis::DeploymentmanagerV2beta::ImportFile::Representation
879
+
880
+ end
881
+ end
882
+
883
+ class TemplateContents
884
+ # @private
885
+ class Representation < Google::Apis::Core::JsonRepresentation
886
+ collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2beta::ImportFile, decorator: Google::Apis::DeploymentmanagerV2beta::ImportFile::Representation
887
+
888
+ property :interpreter, as: 'interpreter'
889
+ property :main_template, as: 'mainTemplate'
890
+ property :schema, as: 'schema'
891
+ property :template, as: 'template'
892
+ end
893
+ end
894
+
895
+ class TestPermissionsRequest
896
+ # @private
897
+ class Representation < Google::Apis::Core::JsonRepresentation
898
+ collection :permissions, as: 'permissions'
899
+ end
900
+ end
901
+
902
+ class TestPermissionsResponse
903
+ # @private
904
+ class Representation < Google::Apis::Core::JsonRepresentation
905
+ collection :permissions, as: 'permissions'
906
+ end
907
+ end
908
+
909
+ class Type
910
+ # @private
911
+ class Representation < Google::Apis::Core::JsonRepresentation
912
+ property :base, as: 'base', class: Google::Apis::DeploymentmanagerV2beta::BaseType, decorator: Google::Apis::DeploymentmanagerV2beta::BaseType::Representation
913
+
914
+ property :description, as: 'description'
915
+ property :id, :numeric_string => true, as: 'id'
916
+ property :insert_time, as: 'insertTime'
917
+ collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2beta::TypeLabelEntry, decorator: Google::Apis::DeploymentmanagerV2beta::TypeLabelEntry::Representation
918
+
919
+ property :name, as: 'name'
920
+ property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2beta::Operation, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Representation
921
+
922
+ property :self_link, as: 'selfLink'
923
+ end
924
+ end
925
+
926
+ class TypeInfo
927
+ # @private
928
+ class Representation < Google::Apis::Core::JsonRepresentation
929
+ property :description, as: 'description'
930
+ property :documentation_link, as: 'documentationLink'
931
+ property :kind, as: 'kind'
932
+ property :name, as: 'name'
933
+ property :schema, as: 'schema', class: Google::Apis::DeploymentmanagerV2beta::TypeInfoSchemaInfo, decorator: Google::Apis::DeploymentmanagerV2beta::TypeInfoSchemaInfo::Representation
934
+
935
+ property :self_link, as: 'selfLink'
936
+ property :title, as: 'title'
937
+ end
938
+ end
939
+
940
+ class TypeInfoSchemaInfo
941
+ # @private
942
+ class Representation < Google::Apis::Core::JsonRepresentation
943
+ property :input, as: 'input'
944
+ property :output, as: 'output'
945
+ end
946
+ end
947
+
948
+ class TypeLabelEntry
949
+ # @private
950
+ class Representation < Google::Apis::Core::JsonRepresentation
951
+ property :key, as: 'key'
952
+ property :value, as: 'value'
953
+ end
954
+ end
955
+
956
+ class TypeProvider
957
+ # @private
958
+ class Representation < Google::Apis::Core::JsonRepresentation
959
+ collection :collection_overrides, as: 'collectionOverrides', class: Google::Apis::DeploymentmanagerV2beta::CollectionOverride, decorator: Google::Apis::DeploymentmanagerV2beta::CollectionOverride::Representation
960
+
961
+ property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerV2beta::Credential, decorator: Google::Apis::DeploymentmanagerV2beta::Credential::Representation
962
+
963
+ collection :custom_certificate_authority_roots, as: 'customCertificateAuthorityRoots'
964
+ property :description, as: 'description'
965
+ property :descriptor_url, as: 'descriptorUrl'
966
+ property :id, :numeric_string => true, as: 'id'
967
+ property :insert_time, as: 'insertTime'
968
+ collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2beta::TypeProviderLabelEntry, decorator: Google::Apis::DeploymentmanagerV2beta::TypeProviderLabelEntry::Representation
969
+
970
+ property :name, as: 'name'
971
+ property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2beta::Operation, decorator: Google::Apis::DeploymentmanagerV2beta::Operation::Representation
972
+
973
+ property :options, as: 'options', class: Google::Apis::DeploymentmanagerV2beta::Options, decorator: Google::Apis::DeploymentmanagerV2beta::Options::Representation
974
+
975
+ property :self_link, as: 'selfLink'
976
+ end
977
+ end
978
+
979
+ class TypeProviderLabelEntry
980
+ # @private
981
+ class Representation < Google::Apis::Core::JsonRepresentation
982
+ property :key, as: 'key'
983
+ property :value, as: 'value'
984
+ end
985
+ end
986
+
987
+ class TypeProvidersListResponse
988
+ # @private
989
+ class Representation < Google::Apis::Core::JsonRepresentation
990
+ property :next_page_token, as: 'nextPageToken'
991
+ collection :type_providers, as: 'typeProviders', class: Google::Apis::DeploymentmanagerV2beta::TypeProvider, decorator: Google::Apis::DeploymentmanagerV2beta::TypeProvider::Representation
992
+
993
+ end
994
+ end
995
+
996
+ class TypeProvidersListTypesResponse
997
+ # @private
998
+ class Representation < Google::Apis::Core::JsonRepresentation
999
+ property :next_page_token, as: 'nextPageToken'
1000
+ collection :types, as: 'types', class: Google::Apis::DeploymentmanagerV2beta::TypeInfo, decorator: Google::Apis::DeploymentmanagerV2beta::TypeInfo::Representation
1001
+
1002
+ end
1003
+ end
1004
+
1005
+ class TypesListResponse
1006
+ # @private
1007
+ class Representation < Google::Apis::Core::JsonRepresentation
1008
+ property :next_page_token, as: 'nextPageToken'
1009
+ collection :types, as: 'types', class: Google::Apis::DeploymentmanagerV2beta::Type, decorator: Google::Apis::DeploymentmanagerV2beta::Type::Representation
1010
+
1011
+ end
1012
+ end
1013
+
1014
+ class ValidationOptions
1015
+ # @private
1016
+ class Representation < Google::Apis::Core::JsonRepresentation
1017
+ property :schema_validation, as: 'schemaValidation'
1018
+ property :undeclared_properties, as: 'undeclaredProperties'
1019
+ end
1020
+ end
1021
+ end
1022
+ end
1023
+ end