google-apis-clouddeploy_v1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,692 @@
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 ClouddeployV1
24
+
25
+ class ApproveRolloutRequest
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ApproveRolloutResponse
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class AuditConfig
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AuditLogConfig
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class Binding
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class BuildArtifact
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CancelOperationRequest
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class Config
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class Date
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class DefaultPool
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class DeliveryPipeline
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Empty
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ExecutionConfig
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class Expr
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GkeCluster
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class ListDeliveryPipelinesResponse
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class ListLocationsResponse
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class ListOperationsResponse
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class ListReleasesResponse
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class ListRolloutsResponse
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ListTargetsResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class Location
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Operation
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class OperationMetadata
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class PipelineCondition
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class PipelineReadyCondition
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Policy
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class PrivatePool
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class Release
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Rollout
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class SerialPipeline
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class SetIamPolicyRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class SkaffoldVersion
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class Stage
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Status
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class Target
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class TargetArtifact
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class TargetRender
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class TargetsPresentCondition
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class TestIamPermissionsRequest
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class TestIamPermissionsResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class ApproveRolloutRequest
272
+ # @private
273
+ class Representation < Google::Apis::Core::JsonRepresentation
274
+ property :approved, as: 'approved'
275
+ end
276
+ end
277
+
278
+ class ApproveRolloutResponse
279
+ # @private
280
+ class Representation < Google::Apis::Core::JsonRepresentation
281
+ end
282
+ end
283
+
284
+ class AuditConfig
285
+ # @private
286
+ class Representation < Google::Apis::Core::JsonRepresentation
287
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ClouddeployV1::AuditLogConfig, decorator: Google::Apis::ClouddeployV1::AuditLogConfig::Representation
288
+
289
+ property :service, as: 'service'
290
+ end
291
+ end
292
+
293
+ class AuditLogConfig
294
+ # @private
295
+ class Representation < Google::Apis::Core::JsonRepresentation
296
+ collection :exempted_members, as: 'exemptedMembers'
297
+ property :log_type, as: 'logType'
298
+ end
299
+ end
300
+
301
+ class Binding
302
+ # @private
303
+ class Representation < Google::Apis::Core::JsonRepresentation
304
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::Expr, decorator: Google::Apis::ClouddeployV1::Expr::Representation
305
+
306
+ collection :members, as: 'members'
307
+ property :role, as: 'role'
308
+ end
309
+ end
310
+
311
+ class BuildArtifact
312
+ # @private
313
+ class Representation < Google::Apis::Core::JsonRepresentation
314
+ property :image, as: 'image'
315
+ property :tag, as: 'tag'
316
+ end
317
+ end
318
+
319
+ class CancelOperationRequest
320
+ # @private
321
+ class Representation < Google::Apis::Core::JsonRepresentation
322
+ end
323
+ end
324
+
325
+ class Config
326
+ # @private
327
+ class Representation < Google::Apis::Core::JsonRepresentation
328
+ property :default_skaffold_version, as: 'defaultSkaffoldVersion'
329
+ property :name, as: 'name'
330
+ collection :supported_versions, as: 'supportedVersions', class: Google::Apis::ClouddeployV1::SkaffoldVersion, decorator: Google::Apis::ClouddeployV1::SkaffoldVersion::Representation
331
+
332
+ end
333
+ end
334
+
335
+ class Date
336
+ # @private
337
+ class Representation < Google::Apis::Core::JsonRepresentation
338
+ property :day, as: 'day'
339
+ property :month, as: 'month'
340
+ property :year, as: 'year'
341
+ end
342
+ end
343
+
344
+ class DefaultPool
345
+ # @private
346
+ class Representation < Google::Apis::Core::JsonRepresentation
347
+ property :artifact_storage, as: 'artifactStorage'
348
+ property :service_account, as: 'serviceAccount'
349
+ end
350
+ end
351
+
352
+ class DeliveryPipeline
353
+ # @private
354
+ class Representation < Google::Apis::Core::JsonRepresentation
355
+ hash :annotations, as: 'annotations'
356
+ property :condition, as: 'condition', class: Google::Apis::ClouddeployV1::PipelineCondition, decorator: Google::Apis::ClouddeployV1::PipelineCondition::Representation
357
+
358
+ property :create_time, as: 'createTime'
359
+ property :description, as: 'description'
360
+ property :etag, as: 'etag'
361
+ hash :labels, as: 'labels'
362
+ property :name, as: 'name'
363
+ property :serial_pipeline, as: 'serialPipeline', class: Google::Apis::ClouddeployV1::SerialPipeline, decorator: Google::Apis::ClouddeployV1::SerialPipeline::Representation
364
+
365
+ property :uid, as: 'uid'
366
+ property :update_time, as: 'updateTime'
367
+ end
368
+ end
369
+
370
+ class Empty
371
+ # @private
372
+ class Representation < Google::Apis::Core::JsonRepresentation
373
+ end
374
+ end
375
+
376
+ class ExecutionConfig
377
+ # @private
378
+ class Representation < Google::Apis::Core::JsonRepresentation
379
+ property :default_pool, as: 'defaultPool', class: Google::Apis::ClouddeployV1::DefaultPool, decorator: Google::Apis::ClouddeployV1::DefaultPool::Representation
380
+
381
+ property :private_pool, as: 'privatePool', class: Google::Apis::ClouddeployV1::PrivatePool, decorator: Google::Apis::ClouddeployV1::PrivatePool::Representation
382
+
383
+ collection :usages, as: 'usages'
384
+ end
385
+ end
386
+
387
+ class Expr
388
+ # @private
389
+ class Representation < Google::Apis::Core::JsonRepresentation
390
+ property :description, as: 'description'
391
+ property :expression, as: 'expression'
392
+ property :location, as: 'location'
393
+ property :title, as: 'title'
394
+ end
395
+ end
396
+
397
+ class GkeCluster
398
+ # @private
399
+ class Representation < Google::Apis::Core::JsonRepresentation
400
+ property :cluster, as: 'cluster'
401
+ end
402
+ end
403
+
404
+ class ListDeliveryPipelinesResponse
405
+ # @private
406
+ class Representation < Google::Apis::Core::JsonRepresentation
407
+ collection :delivery_pipelines, as: 'deliveryPipelines', class: Google::Apis::ClouddeployV1::DeliveryPipeline, decorator: Google::Apis::ClouddeployV1::DeliveryPipeline::Representation
408
+
409
+ property :next_page_token, as: 'nextPageToken'
410
+ collection :unreachable, as: 'unreachable'
411
+ end
412
+ end
413
+
414
+ class ListLocationsResponse
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ collection :locations, as: 'locations', class: Google::Apis::ClouddeployV1::Location, decorator: Google::Apis::ClouddeployV1::Location::Representation
418
+
419
+ property :next_page_token, as: 'nextPageToken'
420
+ end
421
+ end
422
+
423
+ class ListOperationsResponse
424
+ # @private
425
+ class Representation < Google::Apis::Core::JsonRepresentation
426
+ property :next_page_token, as: 'nextPageToken'
427
+ collection :operations, as: 'operations', class: Google::Apis::ClouddeployV1::Operation, decorator: Google::Apis::ClouddeployV1::Operation::Representation
428
+
429
+ end
430
+ end
431
+
432
+ class ListReleasesResponse
433
+ # @private
434
+ class Representation < Google::Apis::Core::JsonRepresentation
435
+ property :next_page_token, as: 'nextPageToken'
436
+ collection :releases, as: 'releases', class: Google::Apis::ClouddeployV1::Release, decorator: Google::Apis::ClouddeployV1::Release::Representation
437
+
438
+ collection :unreachable, as: 'unreachable'
439
+ end
440
+ end
441
+
442
+ class ListRolloutsResponse
443
+ # @private
444
+ class Representation < Google::Apis::Core::JsonRepresentation
445
+ property :next_page_token, as: 'nextPageToken'
446
+ collection :rollouts, as: 'rollouts', class: Google::Apis::ClouddeployV1::Rollout, decorator: Google::Apis::ClouddeployV1::Rollout::Representation
447
+
448
+ collection :unreachable, as: 'unreachable'
449
+ end
450
+ end
451
+
452
+ class ListTargetsResponse
453
+ # @private
454
+ class Representation < Google::Apis::Core::JsonRepresentation
455
+ property :next_page_token, as: 'nextPageToken'
456
+ collection :targets, as: 'targets', class: Google::Apis::ClouddeployV1::Target, decorator: Google::Apis::ClouddeployV1::Target::Representation
457
+
458
+ collection :unreachable, as: 'unreachable'
459
+ end
460
+ end
461
+
462
+ class Location
463
+ # @private
464
+ class Representation < Google::Apis::Core::JsonRepresentation
465
+ property :display_name, as: 'displayName'
466
+ hash :labels, as: 'labels'
467
+ property :location_id, as: 'locationId'
468
+ hash :metadata, as: 'metadata'
469
+ property :name, as: 'name'
470
+ end
471
+ end
472
+
473
+ class Operation
474
+ # @private
475
+ class Representation < Google::Apis::Core::JsonRepresentation
476
+ property :done, as: 'done'
477
+ property :error, as: 'error', class: Google::Apis::ClouddeployV1::Status, decorator: Google::Apis::ClouddeployV1::Status::Representation
478
+
479
+ hash :metadata, as: 'metadata'
480
+ property :name, as: 'name'
481
+ hash :response, as: 'response'
482
+ end
483
+ end
484
+
485
+ class OperationMetadata
486
+ # @private
487
+ class Representation < Google::Apis::Core::JsonRepresentation
488
+ property :api_version, as: 'apiVersion'
489
+ property :create_time, as: 'createTime'
490
+ property :end_time, as: 'endTime'
491
+ property :requested_cancellation, as: 'requestedCancellation'
492
+ property :status_message, as: 'statusMessage'
493
+ property :target, as: 'target'
494
+ property :verb, as: 'verb'
495
+ end
496
+ end
497
+
498
+ class PipelineCondition
499
+ # @private
500
+ class Representation < Google::Apis::Core::JsonRepresentation
501
+ property :pipeline_ready_condition, as: 'pipelineReadyCondition', class: Google::Apis::ClouddeployV1::PipelineReadyCondition, decorator: Google::Apis::ClouddeployV1::PipelineReadyCondition::Representation
502
+
503
+ property :targets_present_condition, as: 'targetsPresentCondition', class: Google::Apis::ClouddeployV1::TargetsPresentCondition, decorator: Google::Apis::ClouddeployV1::TargetsPresentCondition::Representation
504
+
505
+ end
506
+ end
507
+
508
+ class PipelineReadyCondition
509
+ # @private
510
+ class Representation < Google::Apis::Core::JsonRepresentation
511
+ property :status, as: 'status'
512
+ property :update_time, as: 'updateTime'
513
+ end
514
+ end
515
+
516
+ class Policy
517
+ # @private
518
+ class Representation < Google::Apis::Core::JsonRepresentation
519
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::ClouddeployV1::AuditConfig, decorator: Google::Apis::ClouddeployV1::AuditConfig::Representation
520
+
521
+ collection :bindings, as: 'bindings', class: Google::Apis::ClouddeployV1::Binding, decorator: Google::Apis::ClouddeployV1::Binding::Representation
522
+
523
+ property :etag, :base64 => true, as: 'etag'
524
+ property :version, as: 'version'
525
+ end
526
+ end
527
+
528
+ class PrivatePool
529
+ # @private
530
+ class Representation < Google::Apis::Core::JsonRepresentation
531
+ property :artifact_storage, as: 'artifactStorage'
532
+ property :service_account, as: 'serviceAccount'
533
+ property :worker_pool, as: 'workerPool'
534
+ end
535
+ end
536
+
537
+ class Release
538
+ # @private
539
+ class Representation < Google::Apis::Core::JsonRepresentation
540
+ hash :annotations, as: 'annotations'
541
+ collection :build_artifacts, as: 'buildArtifacts', class: Google::Apis::ClouddeployV1::BuildArtifact, decorator: Google::Apis::ClouddeployV1::BuildArtifact::Representation
542
+
543
+ property :create_time, as: 'createTime'
544
+ property :delivery_pipeline_snapshot, as: 'deliveryPipelineSnapshot', class: Google::Apis::ClouddeployV1::DeliveryPipeline, decorator: Google::Apis::ClouddeployV1::DeliveryPipeline::Representation
545
+
546
+ property :description, as: 'description'
547
+ property :etag, as: 'etag'
548
+ hash :labels, as: 'labels'
549
+ property :name, as: 'name'
550
+ property :render_end_time, as: 'renderEndTime'
551
+ property :render_start_time, as: 'renderStartTime'
552
+ property :render_state, as: 'renderState'
553
+ property :skaffold_config_path, as: 'skaffoldConfigPath'
554
+ property :skaffold_config_uri, as: 'skaffoldConfigUri'
555
+ property :skaffold_version, as: 'skaffoldVersion'
556
+ hash :target_artifacts, as: 'targetArtifacts', class: Google::Apis::ClouddeployV1::TargetArtifact, decorator: Google::Apis::ClouddeployV1::TargetArtifact::Representation
557
+
558
+ hash :target_renders, as: 'targetRenders', class: Google::Apis::ClouddeployV1::TargetRender, decorator: Google::Apis::ClouddeployV1::TargetRender::Representation
559
+
560
+ collection :target_snapshots, as: 'targetSnapshots', class: Google::Apis::ClouddeployV1::Target, decorator: Google::Apis::ClouddeployV1::Target::Representation
561
+
562
+ property :uid, as: 'uid'
563
+ end
564
+ end
565
+
566
+ class Rollout
567
+ # @private
568
+ class Representation < Google::Apis::Core::JsonRepresentation
569
+ hash :annotations, as: 'annotations'
570
+ property :approval_state, as: 'approvalState'
571
+ property :approve_time, as: 'approveTime'
572
+ property :create_time, as: 'createTime'
573
+ property :deploy_end_time, as: 'deployEndTime'
574
+ property :deploy_start_time, as: 'deployStartTime'
575
+ property :deploying_build, as: 'deployingBuild'
576
+ property :description, as: 'description'
577
+ property :enqueue_time, as: 'enqueueTime'
578
+ property :etag, as: 'etag'
579
+ property :failure_reason, as: 'failureReason'
580
+ hash :labels, as: 'labels'
581
+ property :name, as: 'name'
582
+ property :state, as: 'state'
583
+ property :target_id, as: 'targetId'
584
+ property :uid, as: 'uid'
585
+ end
586
+ end
587
+
588
+ class SerialPipeline
589
+ # @private
590
+ class Representation < Google::Apis::Core::JsonRepresentation
591
+ collection :stages, as: 'stages', class: Google::Apis::ClouddeployV1::Stage, decorator: Google::Apis::ClouddeployV1::Stage::Representation
592
+
593
+ end
594
+ end
595
+
596
+ class SetIamPolicyRequest
597
+ # @private
598
+ class Representation < Google::Apis::Core::JsonRepresentation
599
+ property :policy, as: 'policy', class: Google::Apis::ClouddeployV1::Policy, decorator: Google::Apis::ClouddeployV1::Policy::Representation
600
+
601
+ property :update_mask, as: 'updateMask'
602
+ end
603
+ end
604
+
605
+ class SkaffoldVersion
606
+ # @private
607
+ class Representation < Google::Apis::Core::JsonRepresentation
608
+ property :support_end_date, as: 'supportEndDate', class: Google::Apis::ClouddeployV1::Date, decorator: Google::Apis::ClouddeployV1::Date::Representation
609
+
610
+ property :version, as: 'version'
611
+ end
612
+ end
613
+
614
+ class Stage
615
+ # @private
616
+ class Representation < Google::Apis::Core::JsonRepresentation
617
+ collection :profiles, as: 'profiles'
618
+ property :target_id, as: 'targetId'
619
+ end
620
+ end
621
+
622
+ class Status
623
+ # @private
624
+ class Representation < Google::Apis::Core::JsonRepresentation
625
+ property :code, as: 'code'
626
+ collection :details, as: 'details'
627
+ property :message, as: 'message'
628
+ end
629
+ end
630
+
631
+ class Target
632
+ # @private
633
+ class Representation < Google::Apis::Core::JsonRepresentation
634
+ hash :annotations, as: 'annotations'
635
+ property :create_time, as: 'createTime'
636
+ property :description, as: 'description'
637
+ property :etag, as: 'etag'
638
+ collection :execution_configs, as: 'executionConfigs', class: Google::Apis::ClouddeployV1::ExecutionConfig, decorator: Google::Apis::ClouddeployV1::ExecutionConfig::Representation
639
+
640
+ property :gke, as: 'gke', class: Google::Apis::ClouddeployV1::GkeCluster, decorator: Google::Apis::ClouddeployV1::GkeCluster::Representation
641
+
642
+ hash :labels, as: 'labels'
643
+ property :name, as: 'name'
644
+ property :require_approval, as: 'requireApproval'
645
+ property :target_id, as: 'targetId'
646
+ property :uid, as: 'uid'
647
+ property :update_time, as: 'updateTime'
648
+ end
649
+ end
650
+
651
+ class TargetArtifact
652
+ # @private
653
+ class Representation < Google::Apis::Core::JsonRepresentation
654
+ property :artifact_uri, as: 'artifactUri'
655
+ property :manifest_path, as: 'manifestPath'
656
+ property :skaffold_config_path, as: 'skaffoldConfigPath'
657
+ end
658
+ end
659
+
660
+ class TargetRender
661
+ # @private
662
+ class Representation < Google::Apis::Core::JsonRepresentation
663
+ property :rendering_build, as: 'renderingBuild'
664
+ property :rendering_state, as: 'renderingState'
665
+ end
666
+ end
667
+
668
+ class TargetsPresentCondition
669
+ # @private
670
+ class Representation < Google::Apis::Core::JsonRepresentation
671
+ collection :missing_targets, as: 'missingTargets'
672
+ property :status, as: 'status'
673
+ property :update_time, as: 'updateTime'
674
+ end
675
+ end
676
+
677
+ class TestIamPermissionsRequest
678
+ # @private
679
+ class Representation < Google::Apis::Core::JsonRepresentation
680
+ collection :permissions, as: 'permissions'
681
+ end
682
+ end
683
+
684
+ class TestIamPermissionsResponse
685
+ # @private
686
+ class Representation < Google::Apis::Core::JsonRepresentation
687
+ collection :permissions, as: 'permissions'
688
+ end
689
+ end
690
+ end
691
+ end
692
+ end