Skip to content

Commit 8bd460c

Browse files
yoshi-automationquirogas
authored andcommitted
fix(storagebatchoperations): update the API
#### storagebatchoperations:v1 The following keys were changed: - resources.projects.resources.locations.resources.operations.methods.list.parameters.returnPartialSuccess.description - schemas.ListOperationsResponse.properties.unreachable.description
1 parent e0726db commit 8bd460c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

discovery/storagebatchoperations-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@
467467
"type": "string"
468468
},
469469
"returnPartialSuccess": {
470-
"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.",
470+
"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.",
471471
"location": "query",
472472
"type": "boolean"
473473
}
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20251029",
490+
"revision": "20251203",
491491
"rootUrl": "https://storagebatchoperations.googleapis.com/",
492492
"schemas": {
493493
"Bucket": {
@@ -827,7 +827,7 @@
827827
"type": "array"
828828
},
829829
"unreachable": {
830-
"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.",
830+
"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.",
831831
"items": {
832832
"type": "string"
833833
},

src/apis/storagebatchoperations/v1.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ export namespace storagebatchoperations_v1 {
339339
*/
340340
operations?: Schema$Operation[];
341341
/**
342-
* 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.
342+
* 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.
343343
*/
344344
unreachable?: string[] | null;
345345
}
@@ -2153,7 +2153,7 @@ export namespace storagebatchoperations_v1 {
21532153
* pageSize: 'placeholder-value',
21542154
* // The standard list page token.
21552155
* pageToken: 'placeholder-value',
2156-
* // 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.
2156+
* // 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.
21572157
* returnPartialSuccess: 'placeholder-value',
21582158
* });
21592159
* console.log(res.data);
@@ -2306,7 +2306,7 @@ export namespace storagebatchoperations_v1 {
23062306
*/
23072307
pageToken?: string;
23082308
/**
2309-
* 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.
2309+
* 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.
23102310
*/
23112311
returnPartialSuccess?: boolean;
23122312
}

0 commit comments

Comments
 (0)