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
#### ids:v1
The following keys were changed:
- resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description
- schemas.ListOperationsResponse.properties.unreachable.description
Copy file name to clipboardExpand all lines: discovery/ids-v1.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -478,7 +478,7 @@
478
478
"type": "string"
479
479
},
480
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.",
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. For example, when `parent` is set to `\"projects/example/locations/-\"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.",
482
482
"location": "query",
483
483
"type": "boolean"
484
484
}
@@ -498,7 +498,7 @@
498
498
}
499
499
}
500
500
},
501
-
"revision": "20251022",
501
+
"revision": "20251201",
502
502
"rootUrl": "https://ids.googleapis.com/",
503
503
"schemas": {
504
504
"CancelOperationRequest": {
@@ -680,7 +680,7 @@
680
680
"type": "array"
681
681
},
682
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.",
683
+
"description": "Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.",
Copy file name to clipboardExpand all lines: src/apis/ids/v1.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -233,7 +233,7 @@ export namespace ids_v1 {
233
233
*/
234
234
operations?: Schema$Operation[];
235
235
/**
236
-
* 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.
236
+
* Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
237
237
*/
238
238
unreachable?: string[]|null;
239
239
}
@@ -1977,7 +1977,7 @@ export namespace ids_v1 {
1977
1977
* pageSize: 'placeholder-value',
1978
1978
* // The standard list page token.
1979
1979
* pageToken: 'placeholder-value',
1980
-
* // 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.
1980
+
* // 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. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
1981
1981
* returnPartialSuccess: 'placeholder-value',
1982
1982
* });
1983
1983
* console.log(res.data);
@@ -2129,7 +2129,7 @@ export namespace ids_v1 {
2129
2129
*/
2130
2130
pageToken?: string;
2131
2131
/**
2132
-
* 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.
2132
+
* 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. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
0 commit comments