You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.html
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -271,6 +271,11 @@ <h3>Method Details</h3>
271
271
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
272
272
"a_key": "A String",
273
273
},
274
+
"multiTarget": { # Information specifying a multiTarget. # Information specifying a multiTarget.
275
+
"targetIds": [ # Required. The target_ids of this multiTarget.
276
+
"A String",
277
+
],
278
+
},
274
279
"name": "A String", # Optional. Name of the `Target`. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.
275
280
"requireApproval": True or False, # Optional. Whether or not the `Target` requires approval.
276
281
"run": { # Information specifying where to deploy a Cloud Run Service. # Information specifying a Cloud Run deployment target.
@@ -465,6 +470,11 @@ <h3>Method Details</h3>
465
470
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
466
471
"a_key": "A String",
467
472
},
473
+
"multiTarget": { # Information specifying a multiTarget. # Information specifying a multiTarget.
474
+
"targetIds": [ # Required. The target_ids of this multiTarget.
475
+
"A String",
476
+
],
477
+
},
468
478
"name": "A String", # Optional. Name of the `Target`. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.
469
479
"requireApproval": True or False, # Optional. Whether or not the `Target` requires approval.
470
480
"run": { # Information specifying where to deploy a Cloud Run Service. # Information specifying a Cloud Run deployment target.
@@ -635,6 +645,11 @@ <h3>Method Details</h3>
635
645
"labels": { # Optional. Labels are attributes that can be set and used by both the user and by Google Cloud Deploy. Labels must meet the following constraints: * Keys and values can contain only lowercase letters, numeric characters, underscores, and dashes. * All characters must use UTF-8 encoding, and international characters are allowed. * Keys must start with a lowercase letter or international character. * Each resource is limited to a maximum of 64 labels. Both keys and values are additionally constrained to be <= 128 bytes.
636
646
"a_key": "A String",
637
647
},
648
+
"multiTarget": { # Information specifying a multiTarget. # Information specifying a multiTarget.
649
+
"targetIds": [ # Required. The target_ids of this multiTarget.
650
+
"A String",
651
+
],
652
+
},
638
653
"name": "A String", # Optional. Name of the `Target`. Format is projects/{project}/locations/{location}/targets/a-z{0,62}.
639
654
"requireApproval": True or False, # Optional. Whether or not the `Target` requires approval.
640
655
"run": { # Information specifying where to deploy a Cloud Run Service. # Information specifying a Cloud Run deployment target.
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.html
+123Lines changed: 123 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,7 @@ <h3>Method Details</h3>
146
146
},
147
147
"approvalState": "A String", # Output only. Approval state of the `Rollout`.
148
148
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
149
+
"controllerRollout": "A String", # Output only. Name of the `ControllerRollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
149
150
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
150
151
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
151
152
"deployFailureCause": "A String", # Output only. The reason this rollout failed. This will always be unspecified while the rollout is in progress.
@@ -170,8 +171,44 @@ <h3>Method Details</h3>
170
171
"name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
171
172
"phases": [ # Output only. The phases that represent the workflows of this `Rollout`.
172
173
{ # Phase represents a collection of jobs that are logically grouped together for a `Rollout`.
"deployJob": { # Job represents an operation for a `Rollout`. # Output only. The deploy Job. This is the first job run in the phase.
208
+
"advanceChildRolloutJob": { # An advanceChildRollout Job. # Output only. An advanceChildRollout Job.
209
+
},
210
+
"createChildRolloutJob": { # A createChildRollout Job. # Output only. A createChildRollout Job.
211
+
},
175
212
"deployJob": { # A deploy Job. # Output only. A deploy Job.
176
213
},
177
214
"id": "A String", # Output only. The ID of the Job.
@@ -181,6 +218,10 @@ <h3>Method Details</h3>
181
218
},
182
219
},
183
220
"verifyJob": { # Job represents an operation for a `Rollout`. # Output only. The verify Job. Runs after a deploy if the deploy succeeds.
221
+
"advanceChildRolloutJob": { # An advanceChildRollout Job. # Output only. An advanceChildRollout Job.
222
+
},
223
+
"createChildRolloutJob": { # A createChildRollout Job. # Output only. A createChildRollout Job.
224
+
},
184
225
"deployJob": { # A deploy Job. # Output only. A deploy Job.
185
226
},
186
227
"id": "A String", # Output only. The ID of the Job.
@@ -252,6 +293,7 @@ <h3>Method Details</h3>
252
293
},
253
294
"approvalState": "A String", # Output only. Approval state of the `Rollout`.
254
295
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
296
+
"controllerRollout": "A String", # Output only. Name of the `ControllerRollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
255
297
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
256
298
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
257
299
"deployFailureCause": "A String", # Output only. The reason this rollout failed. This will always be unspecified while the rollout is in progress.
@@ -276,8 +318,44 @@ <h3>Method Details</h3>
276
318
"name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
277
319
"phases": [ # Output only. The phases that represent the workflows of this `Rollout`.
278
320
{ # Phase represents a collection of jobs that are logically grouped together for a `Rollout`.
"deployJob": { # Job represents an operation for a `Rollout`. # Output only. The deploy Job. This is the first job run in the phase.
355
+
"advanceChildRolloutJob": { # An advanceChildRollout Job. # Output only. An advanceChildRollout Job.
356
+
},
357
+
"createChildRolloutJob": { # A createChildRollout Job. # Output only. A createChildRollout Job.
358
+
},
281
359
"deployJob": { # A deploy Job. # Output only. A deploy Job.
282
360
},
283
361
"id": "A String", # Output only. The ID of the Job.
@@ -287,6 +365,10 @@ <h3>Method Details</h3>
287
365
},
288
366
},
289
367
"verifyJob": { # Job represents an operation for a `Rollout`. # Output only. The verify Job. Runs after a deploy if the deploy succeeds.
368
+
"advanceChildRolloutJob": { # An advanceChildRollout Job. # Output only. An advanceChildRollout Job.
369
+
},
370
+
"createChildRolloutJob": { # A createChildRollout Job. # Output only. A createChildRollout Job.
371
+
},
290
372
"deployJob": { # A deploy Job. # Output only. A deploy Job.
291
373
},
292
374
"id": "A String", # Output only. The ID of the Job.
@@ -333,6 +415,7 @@ <h3>Method Details</h3>
333
415
},
334
416
"approvalState": "A String", # Output only. Approval state of the `Rollout`.
335
417
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
418
+
"controllerRollout": "A String", # Output only. Name of the `ControllerRollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
336
419
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
337
420
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
338
421
"deployFailureCause": "A String", # Output only. The reason this rollout failed. This will always be unspecified while the rollout is in progress.
@@ -357,8 +440,44 @@ <h3>Method Details</h3>
357
440
"name": "A String", # Optional. Name of the `Rollout`. Format is projects/{project}/ locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}/rollouts/a-z{0,62}.
358
441
"phases": [ # Output only. The phases that represent the workflows of this `Rollout`.
359
442
{ # Phase represents a collection of jobs that are logically grouped together for a `Rollout`.
0 commit comments