google-apis-clouddeploy_v1 0.21.0 → 0.23.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ClouddeployV1
|
18
18
|
# Version of the google-apis-clouddeploy_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230315"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -34,6 +34,30 @@ module Google
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
+
class AdvanceChildRolloutJob
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AdvanceChildRolloutJobRun
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AdvanceRolloutRequest
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AdvanceRolloutResponse
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
37
61
|
class AnthosCluster
|
38
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
63
|
|
@@ -76,12 +100,48 @@ module Google
|
|
76
100
|
include Google::Apis::Core::JsonObjectSupport
|
77
101
|
end
|
78
102
|
|
103
|
+
class Canary
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class CanaryDeployment
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
79
115
|
class CancelOperationRequest
|
80
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
117
|
|
82
118
|
include Google::Apis::Core::JsonObjectSupport
|
83
119
|
end
|
84
120
|
|
121
|
+
class CancelRolloutRequest
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class CancelRolloutResponse
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ChildRolloutJobs
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class CloudRunConfig
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
85
145
|
class CloudRunLocation
|
86
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
147
|
|
@@ -94,12 +154,36 @@ module Google
|
|
94
154
|
include Google::Apis::Core::JsonObjectSupport
|
95
155
|
end
|
96
156
|
|
157
|
+
class CloudRunRenderMetadata
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
97
163
|
class Config
|
98
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
165
|
|
100
166
|
include Google::Apis::Core::JsonObjectSupport
|
101
167
|
end
|
102
168
|
|
169
|
+
class CreateChildRolloutJob
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class CreateChildRolloutJobRun
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class CustomCanaryDeployment
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
103
187
|
class Date
|
104
188
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
189
|
|
@@ -166,12 +250,30 @@ module Google
|
|
166
250
|
include Google::Apis::Core::JsonObjectSupport
|
167
251
|
end
|
168
252
|
|
253
|
+
class GatewayServiceMesh
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
169
259
|
class GkeCluster
|
170
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
261
|
|
172
262
|
include Google::Apis::Core::JsonObjectSupport
|
173
263
|
end
|
174
264
|
|
265
|
+
class IgnoreJobRequest
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class IgnoreJobResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
175
277
|
class Job
|
176
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
279
|
|
@@ -190,6 +292,12 @@ module Google
|
|
190
292
|
include Google::Apis::Core::JsonObjectSupport
|
191
293
|
end
|
192
294
|
|
295
|
+
class KubernetesConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
193
301
|
class ListDeliveryPipelinesResponse
|
194
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
303
|
|
@@ -244,6 +352,12 @@ module Google
|
|
244
352
|
include Google::Apis::Core::JsonObjectSupport
|
245
353
|
end
|
246
354
|
|
355
|
+
class MultiTarget
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
247
361
|
class Operation
|
248
362
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
363
|
|
@@ -262,6 +376,18 @@ module Google
|
|
262
376
|
include Google::Apis::Core::JsonObjectSupport
|
263
377
|
end
|
264
378
|
|
379
|
+
class PhaseArtifact
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class PhaseConfig
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
265
391
|
class PipelineCondition
|
266
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
393
|
|
@@ -316,6 +442,12 @@ module Google
|
|
316
442
|
include Google::Apis::Core::JsonObjectSupport
|
317
443
|
end
|
318
444
|
|
445
|
+
class RenderMetadata
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
319
451
|
class RetryJobRequest
|
320
452
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
453
|
|
@@ -340,12 +472,24 @@ module Google
|
|
340
472
|
include Google::Apis::Core::JsonObjectSupport
|
341
473
|
end
|
342
474
|
|
475
|
+
class RuntimeConfig
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
343
481
|
class SerialPipeline
|
344
482
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
483
|
|
346
484
|
include Google::Apis::Core::JsonObjectSupport
|
347
485
|
end
|
348
486
|
|
487
|
+
class ServiceNetworking
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
349
493
|
class SetIamPolicyRequest
|
350
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
495
|
|
@@ -424,6 +568,18 @@ module Google
|
|
424
568
|
include Google::Apis::Core::JsonObjectSupport
|
425
569
|
end
|
426
570
|
|
571
|
+
class TerminateJobRunRequest
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
573
|
+
|
574
|
+
include Google::Apis::Core::JsonObjectSupport
|
575
|
+
end
|
576
|
+
|
577
|
+
class TerminateJobRunResponse
|
578
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
579
|
+
|
580
|
+
include Google::Apis::Core::JsonObjectSupport
|
581
|
+
end
|
582
|
+
|
427
583
|
class TestIamPermissionsRequest
|
428
584
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
585
|
|
@@ -460,6 +616,33 @@ module Google
|
|
460
616
|
end
|
461
617
|
end
|
462
618
|
|
619
|
+
class AdvanceChildRolloutJob
|
620
|
+
# @private
|
621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
622
|
+
end
|
623
|
+
end
|
624
|
+
|
625
|
+
class AdvanceChildRolloutJobRun
|
626
|
+
# @private
|
627
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
628
|
+
property :rollout, as: 'rollout'
|
629
|
+
property :rollout_phase_id, as: 'rolloutPhaseId'
|
630
|
+
end
|
631
|
+
end
|
632
|
+
|
633
|
+
class AdvanceRolloutRequest
|
634
|
+
# @private
|
635
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
636
|
+
property :phase_id, as: 'phaseId'
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
640
|
+
class AdvanceRolloutResponse
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
463
646
|
class AnthosCluster
|
464
647
|
# @private
|
465
648
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -515,12 +698,61 @@ module Google
|
|
515
698
|
end
|
516
699
|
end
|
517
700
|
|
701
|
+
class Canary
|
702
|
+
# @private
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
+
property :canary_deployment, as: 'canaryDeployment', class: Google::Apis::ClouddeployV1::CanaryDeployment, decorator: Google::Apis::ClouddeployV1::CanaryDeployment::Representation
|
705
|
+
|
706
|
+
property :custom_canary_deployment, as: 'customCanaryDeployment', class: Google::Apis::ClouddeployV1::CustomCanaryDeployment, decorator: Google::Apis::ClouddeployV1::CustomCanaryDeployment::Representation
|
707
|
+
|
708
|
+
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::ClouddeployV1::RuntimeConfig, decorator: Google::Apis::ClouddeployV1::RuntimeConfig::Representation
|
709
|
+
|
710
|
+
end
|
711
|
+
end
|
712
|
+
|
713
|
+
class CanaryDeployment
|
714
|
+
# @private
|
715
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
716
|
+
collection :percentages, as: 'percentages'
|
717
|
+
property :verify, as: 'verify'
|
718
|
+
end
|
719
|
+
end
|
720
|
+
|
518
721
|
class CancelOperationRequest
|
519
722
|
# @private
|
520
723
|
class Representation < Google::Apis::Core::JsonRepresentation
|
521
724
|
end
|
522
725
|
end
|
523
726
|
|
727
|
+
class CancelRolloutRequest
|
728
|
+
# @private
|
729
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
730
|
+
end
|
731
|
+
end
|
732
|
+
|
733
|
+
class CancelRolloutResponse
|
734
|
+
# @private
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
+
end
|
737
|
+
end
|
738
|
+
|
739
|
+
class ChildRolloutJobs
|
740
|
+
# @private
|
741
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
742
|
+
collection :advance_rollout_jobs, as: 'advanceRolloutJobs', class: Google::Apis::ClouddeployV1::Job, decorator: Google::Apis::ClouddeployV1::Job::Representation
|
743
|
+
|
744
|
+
collection :create_rollout_jobs, as: 'createRolloutJobs', class: Google::Apis::ClouddeployV1::Job, decorator: Google::Apis::ClouddeployV1::Job::Representation
|
745
|
+
|
746
|
+
end
|
747
|
+
end
|
748
|
+
|
749
|
+
class CloudRunConfig
|
750
|
+
# @private
|
751
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
752
|
+
property :automatic_traffic_control, as: 'automaticTrafficControl'
|
753
|
+
end
|
754
|
+
end
|
755
|
+
|
524
756
|
class CloudRunLocation
|
525
757
|
# @private
|
526
758
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -537,6 +769,13 @@ module Google
|
|
537
769
|
end
|
538
770
|
end
|
539
771
|
|
772
|
+
class CloudRunRenderMetadata
|
773
|
+
# @private
|
774
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
775
|
+
property :service, as: 'service'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
540
779
|
class Config
|
541
780
|
# @private
|
542
781
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -547,6 +786,28 @@ module Google
|
|
547
786
|
end
|
548
787
|
end
|
549
788
|
|
789
|
+
class CreateChildRolloutJob
|
790
|
+
# @private
|
791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class CreateChildRolloutJobRun
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
property :rollout, as: 'rollout'
|
799
|
+
property :rollout_phase_id, as: 'rolloutPhaseId'
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class CustomCanaryDeployment
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
collection :phase_configs, as: 'phaseConfigs', class: Google::Apis::ClouddeployV1::PhaseConfig, decorator: Google::Apis::ClouddeployV1::PhaseConfig::Representation
|
807
|
+
|
808
|
+
end
|
809
|
+
end
|
810
|
+
|
550
811
|
class Date
|
551
812
|
# @private
|
552
813
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -658,6 +919,15 @@ module Google
|
|
658
919
|
end
|
659
920
|
end
|
660
921
|
|
922
|
+
class GatewayServiceMesh
|
923
|
+
# @private
|
924
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
925
|
+
property :deployment, as: 'deployment'
|
926
|
+
property :http_route, as: 'httpRoute'
|
927
|
+
property :service, as: 'service'
|
928
|
+
end
|
929
|
+
end
|
930
|
+
|
661
931
|
class GkeCluster
|
662
932
|
# @private
|
663
933
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -666,13 +936,32 @@ module Google
|
|
666
936
|
end
|
667
937
|
end
|
668
938
|
|
939
|
+
class IgnoreJobRequest
|
940
|
+
# @private
|
941
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
942
|
+
property :job_id, as: 'jobId'
|
943
|
+
property :phase_id, as: 'phaseId'
|
944
|
+
end
|
945
|
+
end
|
946
|
+
|
947
|
+
class IgnoreJobResponse
|
948
|
+
# @private
|
949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
950
|
+
end
|
951
|
+
end
|
952
|
+
|
669
953
|
class Job
|
670
954
|
# @private
|
671
955
|
class Representation < Google::Apis::Core::JsonRepresentation
|
956
|
+
property :advance_child_rollout_job, as: 'advanceChildRolloutJob', class: Google::Apis::ClouddeployV1::AdvanceChildRolloutJob, decorator: Google::Apis::ClouddeployV1::AdvanceChildRolloutJob::Representation
|
957
|
+
|
958
|
+
property :create_child_rollout_job, as: 'createChildRolloutJob', class: Google::Apis::ClouddeployV1::CreateChildRolloutJob, decorator: Google::Apis::ClouddeployV1::CreateChildRolloutJob::Representation
|
959
|
+
|
672
960
|
property :deploy_job, as: 'deployJob', class: Google::Apis::ClouddeployV1::DeployJob, decorator: Google::Apis::ClouddeployV1::DeployJob::Representation
|
673
961
|
|
674
962
|
property :id, as: 'id'
|
675
963
|
property :job_run, as: 'jobRun'
|
964
|
+
property :skip_message, as: 'skipMessage'
|
676
965
|
property :state, as: 'state'
|
677
966
|
property :verify_job, as: 'verifyJob', class: Google::Apis::ClouddeployV1::VerifyJob, decorator: Google::Apis::ClouddeployV1::VerifyJob::Representation
|
678
967
|
|
@@ -682,6 +971,10 @@ module Google
|
|
682
971
|
class JobRun
|
683
972
|
# @private
|
684
973
|
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
+
property :advance_child_rollout_job_run, as: 'advanceChildRolloutJobRun', class: Google::Apis::ClouddeployV1::AdvanceChildRolloutJobRun, decorator: Google::Apis::ClouddeployV1::AdvanceChildRolloutJobRun::Representation
|
975
|
+
|
976
|
+
property :create_child_rollout_job_run, as: 'createChildRolloutJobRun', class: Google::Apis::ClouddeployV1::CreateChildRolloutJobRun, decorator: Google::Apis::ClouddeployV1::CreateChildRolloutJobRun::Representation
|
977
|
+
|
685
978
|
property :create_time, as: 'createTime'
|
686
979
|
property :deploy_job_run, as: 'deployJobRun', class: Google::Apis::ClouddeployV1::DeployJobRun, decorator: Google::Apis::ClouddeployV1::DeployJobRun::Representation
|
687
980
|
|
@@ -711,6 +1004,16 @@ module Google
|
|
711
1004
|
end
|
712
1005
|
end
|
713
1006
|
|
1007
|
+
class KubernetesConfig
|
1008
|
+
# @private
|
1009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1010
|
+
property :gateway_service_mesh, as: 'gatewayServiceMesh', class: Google::Apis::ClouddeployV1::GatewayServiceMesh, decorator: Google::Apis::ClouddeployV1::GatewayServiceMesh::Representation
|
1011
|
+
|
1012
|
+
property :service_networking, as: 'serviceNetworking', class: Google::Apis::ClouddeployV1::ServiceNetworking, decorator: Google::Apis::ClouddeployV1::ServiceNetworking::Representation
|
1013
|
+
|
1014
|
+
end
|
1015
|
+
end
|
1016
|
+
|
714
1017
|
class ListDeliveryPipelinesResponse
|
715
1018
|
# @private
|
716
1019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -798,6 +1101,13 @@ module Google
|
|
798
1101
|
end
|
799
1102
|
end
|
800
1103
|
|
1104
|
+
class MultiTarget
|
1105
|
+
# @private
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1107
|
+
collection :target_ids, as: 'targetIds'
|
1108
|
+
end
|
1109
|
+
end
|
1110
|
+
|
801
1111
|
class Operation
|
802
1112
|
# @private
|
803
1113
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -826,13 +1136,34 @@ module Google
|
|
826
1136
|
class Phase
|
827
1137
|
# @private
|
828
1138
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1139
|
+
property :child_rollout_jobs, as: 'childRolloutJobs', class: Google::Apis::ClouddeployV1::ChildRolloutJobs, decorator: Google::Apis::ClouddeployV1::ChildRolloutJobs::Representation
|
1140
|
+
|
829
1141
|
property :deployment_jobs, as: 'deploymentJobs', class: Google::Apis::ClouddeployV1::DeploymentJobs, decorator: Google::Apis::ClouddeployV1::DeploymentJobs::Representation
|
830
1142
|
|
831
1143
|
property :id, as: 'id'
|
1144
|
+
property :skip_message, as: 'skipMessage'
|
832
1145
|
property :state, as: 'state'
|
833
1146
|
end
|
834
1147
|
end
|
835
1148
|
|
1149
|
+
class PhaseArtifact
|
1150
|
+
# @private
|
1151
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1152
|
+
property :manifest_path, as: 'manifestPath'
|
1153
|
+
property :skaffold_config_path, as: 'skaffoldConfigPath'
|
1154
|
+
end
|
1155
|
+
end
|
1156
|
+
|
1157
|
+
class PhaseConfig
|
1158
|
+
# @private
|
1159
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1160
|
+
property :percentage, as: 'percentage'
|
1161
|
+
property :phase_id, as: 'phaseId'
|
1162
|
+
collection :profiles, as: 'profiles'
|
1163
|
+
property :verify, as: 'verify'
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
836
1167
|
class PipelineCondition
|
837
1168
|
# @private
|
838
1169
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -940,6 +1271,14 @@ module Google
|
|
940
1271
|
end
|
941
1272
|
end
|
942
1273
|
|
1274
|
+
class RenderMetadata
|
1275
|
+
# @private
|
1276
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1277
|
+
property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunRenderMetadata, decorator: Google::Apis::ClouddeployV1::CloudRunRenderMetadata::Representation
|
1278
|
+
|
1279
|
+
end
|
1280
|
+
end
|
1281
|
+
|
943
1282
|
class RetryJobRequest
|
944
1283
|
# @private
|
945
1284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -960,6 +1299,7 @@ module Google
|
|
960
1299
|
hash :annotations, as: 'annotations'
|
961
1300
|
property :approval_state, as: 'approvalState'
|
962
1301
|
property :approve_time, as: 'approveTime'
|
1302
|
+
property :controller_rollout, as: 'controllerRollout'
|
963
1303
|
property :create_time, as: 'createTime'
|
964
1304
|
property :deploy_end_time, as: 'deployEndTime'
|
965
1305
|
property :deploy_failure_cause, as: 'deployFailureCause'
|
@@ -993,6 +1333,16 @@ module Google
|
|
993
1333
|
end
|
994
1334
|
end
|
995
1335
|
|
1336
|
+
class RuntimeConfig
|
1337
|
+
# @private
|
1338
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1339
|
+
property :cloud_run, as: 'cloudRun', class: Google::Apis::ClouddeployV1::CloudRunConfig, decorator: Google::Apis::ClouddeployV1::CloudRunConfig::Representation
|
1340
|
+
|
1341
|
+
property :kubernetes, as: 'kubernetes', class: Google::Apis::ClouddeployV1::KubernetesConfig, decorator: Google::Apis::ClouddeployV1::KubernetesConfig::Representation
|
1342
|
+
|
1343
|
+
end
|
1344
|
+
end
|
1345
|
+
|
996
1346
|
class SerialPipeline
|
997
1347
|
# @private
|
998
1348
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1001,6 +1351,14 @@ module Google
|
|
1001
1351
|
end
|
1002
1352
|
end
|
1003
1353
|
|
1354
|
+
class ServiceNetworking
|
1355
|
+
# @private
|
1356
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1357
|
+
property :deployment, as: 'deployment'
|
1358
|
+
property :service, as: 'service'
|
1359
|
+
end
|
1360
|
+
end
|
1361
|
+
|
1004
1362
|
class SetIamPolicyRequest
|
1005
1363
|
# @private
|
1006
1364
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1060,6 +1418,8 @@ module Google
|
|
1060
1418
|
class Strategy
|
1061
1419
|
# @private
|
1062
1420
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1421
|
+
property :canary, as: 'canary', class: Google::Apis::ClouddeployV1::Canary, decorator: Google::Apis::ClouddeployV1::Canary::Representation
|
1422
|
+
|
1063
1423
|
property :standard, as: 'standard', class: Google::Apis::ClouddeployV1::Standard, decorator: Google::Apis::ClouddeployV1::Standard::Representation
|
1064
1424
|
|
1065
1425
|
end
|
@@ -1079,6 +1439,8 @@ module Google
|
|
1079
1439
|
property :gke, as: 'gke', class: Google::Apis::ClouddeployV1::GkeCluster, decorator: Google::Apis::ClouddeployV1::GkeCluster::Representation
|
1080
1440
|
|
1081
1441
|
hash :labels, as: 'labels'
|
1442
|
+
property :multi_target, as: 'multiTarget', class: Google::Apis::ClouddeployV1::MultiTarget, decorator: Google::Apis::ClouddeployV1::MultiTarget::Representation
|
1443
|
+
|
1082
1444
|
property :name, as: 'name'
|
1083
1445
|
property :require_approval, as: 'requireApproval'
|
1084
1446
|
property :run, as: 'run', class: Google::Apis::ClouddeployV1::CloudRunLocation, decorator: Google::Apis::ClouddeployV1::CloudRunLocation::Representation
|
@@ -1094,6 +1456,8 @@ module Google
|
|
1094
1456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1095
1457
|
property :artifact_uri, as: 'artifactUri'
|
1096
1458
|
property :manifest_path, as: 'manifestPath'
|
1459
|
+
hash :phase_artifacts, as: 'phaseArtifacts', class: Google::Apis::ClouddeployV1::PhaseArtifact, decorator: Google::Apis::ClouddeployV1::PhaseArtifact::Representation
|
1460
|
+
|
1097
1461
|
property :skaffold_config_path, as: 'skaffoldConfigPath'
|
1098
1462
|
end
|
1099
1463
|
end
|
@@ -1112,6 +1476,8 @@ module Google
|
|
1112
1476
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1113
1477
|
property :failure_cause, as: 'failureCause'
|
1114
1478
|
property :failure_message, as: 'failureMessage'
|
1479
|
+
property :metadata, as: 'metadata', class: Google::Apis::ClouddeployV1::RenderMetadata, decorator: Google::Apis::ClouddeployV1::RenderMetadata::Representation
|
1480
|
+
|
1115
1481
|
property :rendering_build, as: 'renderingBuild'
|
1116
1482
|
property :rendering_state, as: 'renderingState'
|
1117
1483
|
end
|
@@ -1134,6 +1500,18 @@ module Google
|
|
1134
1500
|
end
|
1135
1501
|
end
|
1136
1502
|
|
1503
|
+
class TerminateJobRunRequest
|
1504
|
+
# @private
|
1505
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
+
end
|
1507
|
+
end
|
1508
|
+
|
1509
|
+
class TerminateJobRunResponse
|
1510
|
+
# @private
|
1511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1512
|
+
end
|
1513
|
+
end
|
1514
|
+
|
1137
1515
|
class TestIamPermissionsRequest
|
1138
1516
|
# @private
|
1139
1517
|
class Representation < Google::Apis::Core::JsonRepresentation
|