Skip to content

Commit c423115

Browse files
fix(ids): update the API
#### ids:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent 1a68b4c commit c423115

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/ids-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@
478478
"type": "string"
479479
},
480480
"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.",
482482
"location": "query",
483483
"type": "boolean"
484484
}
@@ -498,7 +498,7 @@
498498
}
499499
}
500500
},
501-
"revision": "20251022",
501+
"revision": "20251201",
502502
"rootUrl": "https://ids.googleapis.com/",
503503
"schemas": {
504504
"CancelOperationRequest": {
@@ -680,7 +680,7 @@
680680
"type": "array"
681681
},
682682
"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.",
684684
"items": {
685685
"type": "string"
686686
},

src/apis/ids/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ export namespace ids_v1 {
233233
*/
234234
operations?: Schema$Operation[];
235235
/**
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.
237237
*/
238238
unreachable?: string[] | null;
239239
}
@@ -1977,7 +1977,7 @@ export namespace ids_v1 {
19771977
* pageSize: 'placeholder-value',
19781978
* // The standard list page token.
19791979
* 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.
19811981
* returnPartialSuccess: 'placeholder-value',
19821982
* });
19831983
* console.log(res.data);
@@ -2129,7 +2129,7 @@ export namespace ids_v1 {
21292129
*/
21302130
pageToken?: string;
21312131
/**
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.
21332133
*/
21342134
returnPartialSuccess?: boolean;
21352135
}

0 commit comments

Comments
 (0)