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
name: string, Required. Name of the Release. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}. (required)
107
+
body: object, The request body.
108
+
The object takes the form of:
109
+
110
+
{ # The request object used by `AbandonRelease`.
111
+
}
112
+
113
+
x__xgafv: string, V1 error format.
114
+
Allowed values
115
+
1 - v1 error format
116
+
2 - v2 error format
117
+
118
+
Returns:
119
+
An object of the form:
120
+
121
+
{ # The response object for `AbandonRelease`.
122
+
}</pre>
123
+
</div>
124
+
98
125
<divclass="method">
99
126
<codeclass="details" id="close">close()</code>
100
127
<pre>Close httplib2 connections.</pre>
@@ -110,6 +137,7 @@ <h3>Method Details</h3>
110
137
The object takes the form of:
111
138
112
139
{ # A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold configuration instance that can be deployed.
140
+
"abandoned": True or False, # Output only. Indicates whether this is an abandoned release.
113
141
"annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
114
142
"a_key": "A String",
115
143
},
@@ -154,6 +182,7 @@ <h3>Method Details</h3>
154
182
},
155
183
],
156
184
},
185
+
"suspended": True or False, # When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
157
186
"uid": "A String", # Output only. Unique identifier of the `DeliveryPipeline`.
158
187
"updateTime": "A String", # Output only. Most recent time at which the pipeline was updated.
159
188
},
@@ -278,6 +307,7 @@ <h3>Method Details</h3>
278
307
An object of the form:
279
308
280
309
{ # A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold configuration instance that can be deployed.
310
+
"abandoned": True or False, # Output only. Indicates whether this is an abandoned release.
281
311
"annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
282
312
"a_key": "A String",
283
313
},
@@ -322,6 +352,7 @@ <h3>Method Details</h3>
322
352
},
323
353
],
324
354
},
355
+
"suspended": True or False, # When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
325
356
"uid": "A String", # Output only. Unique identifier of the `DeliveryPipeline`.
326
357
"updateTime": "A String", # Output only. Most recent time at which the pipeline was updated.
327
358
},
@@ -422,6 +453,7 @@ <h3>Method Details</h3>
422
453
"nextPageToken": "A String", # A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages.
423
454
"releases": [ # The `Release` objects.
424
455
{ # A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold configuration instance that can be deployed.
456
+
"abandoned": True or False, # Output only. Indicates whether this is an abandoned release.
425
457
"annotations": { # User annotations. These attributes can only be set and used by the user, and not by Google Cloud Deploy. See https://google.aip.dev/128#annotations for more details such as format and size limitations.
426
458
"a_key": "A String",
427
459
},
@@ -466,6 +498,7 @@ <h3>Method Details</h3>
466
498
},
467
499
],
468
500
},
501
+
"suspended": True or False, # When suspended, no new releases or rollouts can be created, but in-progress ones will complete.
469
502
"uid": "A String", # Output only. Unique identifier of the `DeliveryPipeline`.
470
503
"updateTime": "A String", # Output only. Most recent time at which the pipeline was updated.
"description": "Required. Name of the Release. Format is projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/ releases/{release}.",
"description": "The request object used by `AbandonRelease`.",
1237
+
"id": "AbandonReleaseRequest",
1238
+
"properties": {},
1239
+
"type": "object"
1240
+
},
1241
+
"AbandonReleaseResponse": {
1242
+
"description": "The response object for `AbandonRelease`.",
1243
+
"id": "AbandonReleaseResponse",
1244
+
"properties": {},
1245
+
"type": "object"
1246
+
},
1207
1247
"AnthosCluster": {
1208
1248
"description": "Information specifying an Anthos Cluster.",
1209
1249
"id": "AnthosCluster",
@@ -1429,6 +1469,10 @@
1429
1469
"$ref": "SerialPipeline",
1430
1470
"description": "SerialPipeline defines a sequential set of stages for a `DeliveryPipeline`."
1431
1471
},
1472
+
"suspended": {
1473
+
"description": "When suspended, no new releases or rollouts can be created, but in-progress ones will complete.",
1474
+
"type": "boolean"
1475
+
},
1432
1476
"uid": {
1433
1477
"description": "Output only. Unique identifier of the `DeliveryPipeline`.",
1434
1478
"readOnly": true,
@@ -1899,6 +1943,11 @@
1899
1943
"description": "A `Release` resource in the Google Cloud Deploy API. A `Release` defines a specific Skaffold configuration instance that can be deployed.",
1900
1944
"id": "Release",
1901
1945
"properties": {
1946
+
"abandoned": {
1947
+
"description": "Output only. Indicates whether this is an abandoned release.",
1948
+
"readOnly": true,
1949
+
"type": "boolean"
1950
+
},
1902
1951
"annotations": {
1903
1952
"additionalProperties": {
1904
1953
"type": "string"
@@ -2115,14 +2164,16 @@
2115
2164
"CLOUD_BUILD_UNAVAILABLE",
2116
2165
"EXECUTION_FAILED",
2117
2166
"DEADLINE_EXCEEDED",
2118
-
"RELEASE_FAILED"
2167
+
"RELEASE_FAILED",
2168
+
"RELEASE_ABANDONED"
2119
2169
],
2120
2170
"enumDescriptions": [
2121
2171
"No reason for failure is specified.",
2122
2172
"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).",
2123
2173
"The deploy operation did not complete successfully; check Cloud Build logs.",
2124
2174
"Deployment did not complete within the alloted time.",
0 commit comments