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
<pclass="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
87
+
88
+
Args:
89
+
name: string, The name of the operation resource to be cancelled. (required)
90
+
body: object, The request body.
91
+
The object takes the form of:
92
+
93
+
{ # The request message for Operations.CancelOperation.
94
+
}
95
+
96
+
x__xgafv: string, V1 error format.
97
+
Allowed values
98
+
1 - v1 error format
99
+
2 - v2 error format
100
+
101
+
Returns:
102
+
An object of the form:
103
+
104
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
Copy file name to clipboardexpand all lines: googleapiclient/discovery_cache/documents/run.v1.json
+45-1
Original file line number
Diff line number
Diff line change
@@ -833,6 +833,38 @@
833
833
}
834
834
}
835
835
},
836
+
"operations": {
837
+
"methods": {
838
+
"cancel": {
839
+
"description": "Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.",
"description": "The name of the operation resource to be cancelled.",
849
+
"location": "path",
850
+
"pattern": "^operations/.*$",
851
+
"required": true,
852
+
"type": "string"
853
+
}
854
+
},
855
+
"path": "v1/{+name}:cancel",
856
+
"request": {
857
+
"$ref": "GoogleLongrunningCancelOperationRequest"
858
+
},
859
+
"response": {
860
+
"$ref": "Empty"
861
+
},
862
+
"scopes": [
863
+
"https://www.googleapis.com/auth/cloud-platform"
864
+
]
865
+
}
866
+
}
867
+
},
836
868
"projects": {
837
869
"resources": {
838
870
"authorizeddomains": {
@@ -1736,7 +1768,7 @@
1736
1768
}
1737
1769
}
1738
1770
},
1739
-
"revision": "20211015",
1771
+
"revision": "20211022",
1740
1772
"rootUrl": "https://run.googleapis.com/",
1741
1773
"schemas": {
1742
1774
"Addressable": {
@@ -2170,6 +2202,12 @@
2170
2202
},
2171
2203
"type": "object"
2172
2204
},
2205
+
"Empty": {
2206
+
"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.",
2207
+
"id": "Empty",
2208
+
"properties": {},
2209
+
"type": "object"
2210
+
},
2173
2211
"EnvFromSource": {
2174
2212
"description": "Not supported by Cloud Run EnvFromSource represents the source of a set of ConfigMaps",
2175
2213
"id": "EnvFromSource",
@@ -2292,6 +2330,12 @@
2292
2330
},
2293
2331
"type": "object"
2294
2332
},
2333
+
"GoogleLongrunningCancelOperationRequest": {
2334
+
"description": "The request message for Operations.CancelOperation.",
2335
+
"id": "GoogleLongrunningCancelOperationRequest",
2336
+
"properties": {},
2337
+
"type": "object"
2338
+
},
2295
2339
"HTTPGetAction": {
2296
2340
"description": "Not supported by Cloud Run HTTPGetAction describes an action based on HTTP Get requests.",
0 commit comments