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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -178,6 +178,7 @@ <h3>Method Details</h3>
178
178
},
179
179
"targetRenders": { # Output only. Map from target ID to details of the render operation for that target.
180
180
"a_key": { # Details of rendering for a single target.
181
+
"failureCause": "A String", # Output only. Reason this render failed. This will always be unspecified while the render in progress.
181
182
"renderingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to render the manifest for this target. Format is `projects/{project}/locations/{location}/builds/{build}`.
182
183
"renderingState": "A String", # Output only. Current state of the render operation for this Target.
183
184
},
@@ -337,6 +338,7 @@ <h3>Method Details</h3>
337
338
},
338
339
"targetRenders": { # Output only. Map from target ID to details of the render operation for that target.
339
340
"a_key": { # Details of rendering for a single target.
341
+
"failureCause": "A String", # Output only. Reason this render failed. This will always be unspecified while the render in progress.
340
342
"renderingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to render the manifest for this target. Format is `projects/{project}/locations/{location}/builds/{build}`.
341
343
"renderingState": "A String", # Output only. Current state of the render operation for this Target.
342
344
},
@@ -472,6 +474,7 @@ <h3>Method Details</h3>
472
474
},
473
475
"targetRenders": { # Output only. Map from target ID to details of the render operation for that target.
474
476
"a_key": { # Details of rendering for a single target.
477
+
"failureCause": "A String", # Output only. Reason this render failed. This will always be unspecified while the render in progress.
475
478
"renderingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to render the manifest for this target. Format is `projects/{project}/locations/{location}/builds/{build}`.
476
479
"renderingState": "A String", # Output only. Current state of the render operation for this Target.
Copy file name to clipboardExpand all lines: docs/dyn/clouddeploy_v1.projects.locations.deliveryPipelines.releases.rollouts.html
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,7 @@ <h3>Method Details</h3>
140
140
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
141
141
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
142
142
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
143
+
"deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress.
143
144
"deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying.
144
145
"deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`.
145
146
"description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters.
@@ -209,6 +210,7 @@ <h3>Method Details</h3>
209
210
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
210
211
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
211
212
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
213
+
"deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress.
212
214
"deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying.
213
215
"deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`.
214
216
"description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters.
@@ -254,6 +256,7 @@ <h3>Method Details</h3>
254
256
"approveTime": "A String", # Output only. Time at which the `Rollout` was approved.
255
257
"createTime": "A String", # Output only. Time at which the `Rollout` was created.
256
258
"deployEndTime": "A String", # Output only. Time at which the `Rollout` finished deploying.
259
+
"deployFailureCause": "A String", # Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress.
257
260
"deployStartTime": "A String", # Output only. Time at which the `Rollout` started deploying.
258
261
"deployingBuild": "A String", # Output only. The resource name of the Cloud Build `Build` object that is used to deploy the Rollout. Format is `projects/{project}/locations/{location}/builds/{build}`.
259
262
"description": "A String", # Description of the `Rollout` for user purposes. Max length is 255 characters.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/clouddeploy.v1.json
+35-1Lines changed: 35 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1201,7 +1201,7 @@
1201
1201
}
1202
1202
}
1203
1203
},
1204
-
"revision": "20211201",
1204
+
"revision": "20211212",
1205
1205
"rootUrl": "https://clouddeploy.googleapis.com/",
1206
1206
"schemas": {
1207
1207
"ApproveRolloutRequest": {
@@ -2003,6 +2003,25 @@
2003
2003
"readOnly": true,
2004
2004
"type": "string"
2005
2005
},
2006
+
"deployFailureCause": {
2007
+
"description": "Output only. The reason this deploy failed. This will always be unspecified while the deploy in progress.",
2008
+
"enum": [
2009
+
"FAILURE_CAUSE_UNSPECIFIED",
2010
+
"CLOUD_BUILD_UNAVAILABLE",
2011
+
"EXECUTION_FAILED",
2012
+
"DEADLINE_EXCEEDED",
2013
+
"RELEASE_FAILED"
2014
+
],
2015
+
"enumDescriptions": [
2016
+
"No reason for failure is specified.",
2017
+
"Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See [required permission](/deploy/docs/cloud-deploy-service-account#required_permissions).",
2018
+
"The deploy operation did not complete successfully; check Cloud Build logs.",
2019
+
"Deployment did not complete within the alloted time.",
2020
+
"Release is in a failed state."
2021
+
],
2022
+
"readOnly": true,
2023
+
"type": "string"
2024
+
},
2006
2025
"deployStartTime": {
2007
2026
"description": "Output only. Time at which the `Rollout` started deploying.",
2008
2027
"format": "google-datetime",
@@ -2267,6 +2286,21 @@
2267
2286
"description": "Details of rendering for a single target.",
2268
2287
"id": "TargetRender",
2269
2288
"properties": {
2289
+
"failureCause": {
2290
+
"description": "Output only. Reason this render failed. This will always be unspecified while the render in progress.",
2291
+
"enum": [
2292
+
"FAILURE_CAUSE_UNSPECIFIED",
2293
+
"CLOUD_BUILD_UNAVAILABLE",
2294
+
"EXECUTION_FAILED"
2295
+
],
2296
+
"enumDescriptions": [
2297
+
"No reason for failure is specified.",
2298
+
"Cloud Build is not available, either because it is not enabled or because Cloud Deploy has insufficient permissions. See [required permission](/deploy/docs/cloud-deploy-service-account#required_permissions).",
2299
+
"The render operation did not complete successfully; check Cloud Build logs."
2300
+
],
2301
+
"readOnly": true,
2302
+
"type": "string"
2303
+
},
2270
2304
"renderingBuild": {
2271
2305
"description": "Output only. The resource name of the Cloud Build `Build` object that is used to render the manifest for this target. Format is `projects/{project}/locations/{location}/builds/{build}`.",
0 commit comments