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/ids_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
name: string, The resource that owns the locations collection, if applicable. (required)
138
-
extraLocationTypes: string, Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. (repeated)
138
+
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage. (repeated)
139
139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
140
140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141
141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
<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`.
181
181
182
182
Args:
183
183
name: string, The name of the operation's parent resource. (required)
184
184
filter: string, The standard list filter.
185
185
pageSize: integer, The standard list page size.
186
186
pageToken: string, The standard list page token.
187
+
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.
187
188
x__xgafv: string, V1 error format.
188
189
Allowed values
189
190
1 - v1 error format
@@ -215,6 +216,9 @@ <h3>Method Details</h3>
215
216
},
216
217
},
217
218
],
219
+
"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/ids.v1.json
+14-2Lines changed: 14 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@
144
144
],
145
145
"parameters": {
146
146
"extraLocationTypes": {
147
-
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147
+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148
148
"location": "query",
149
149
"repeated": true,
150
150
"type": "string"
@@ -476,6 +476,11 @@
476
476
"description": "The standard list page token.",
477
477
"location": "query",
478
478
"type": "string"
479
+
},
480
+
"returnPartialSuccess": {
481
+
"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.",
482
+
"location": "query",
483
+
"type": "boolean"
479
484
}
480
485
},
481
486
"path": "v1/{+name}/operations",
@@ -493,7 +498,7 @@
493
498
}
494
499
}
495
500
},
496
-
"revision": "20250320",
501
+
"revision": "20251020",
497
502
"rootUrl": "https://ids.googleapis.com/",
498
503
"schemas": {
499
504
"CancelOperationRequest": {
@@ -673,6 +678,13 @@
673
678
"$ref": "Operation"
674
679
},
675
680
"type": "array"
681
+
},
682
+
"unreachable": {
683
+
"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