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">Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.</p>
<pclass="firstline">Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.</p>
<pre>Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
184
184
185
185
Args:
186
186
name: string, The name of the operation's parent resource. (required)
187
187
filter: string, The standard list filter.
188
188
pageSize: integer, The standard list page size.
189
189
pageToken: string, The standard list page token.
190
+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
190
191
x__xgafv: string, V1 error format.
191
192
Allowed values
192
193
1 - v1 error format
@@ -218,6 +219,9 @@ <h3>Method Details</h3>
218
219
},
219
220
},
220
221
],
222
+
"unreachable": [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/checks.v1alpha.json
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -259,6 +259,11 @@
259
259
"description": "The standard list page token.",
260
260
"location": "query",
261
261
"type": "string"
262
+
},
263
+
"returnPartialSuccess": {
264
+
"description": "When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `\"projects/example/locations/-\"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
265
+
"location": "query",
266
+
"type": "boolean"
262
267
}
263
268
},
264
269
"path": "v1alpha/{+name}/operations",
@@ -552,7 +557,7 @@
552
557
}
553
558
}
554
559
},
555
-
"revision": "20241203",
560
+
"revision": "20250925",
556
561
"rootUrl": "https://checks.googleapis.com/",
557
562
"schemas": {
558
563
"CancelOperationRequest": {
@@ -2403,6 +2408,13 @@
2403
2408
"$ref": "Operation"
2404
2409
},
2405
2410
"type": "array"
2411
+
},
2412
+
"unreachable": {
2413
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.",
0 commit comments