Skip to content

Commit 0c1d383

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(storagebatchoperations): update the API
#### storagebatchoperations:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent ba9bf43 commit 0c1d383

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/storagebatchoperations-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -487,7 +487,7 @@
487487
}
488488
}
489489
},
490-
"revision": "20251015",
490+
"revision": "20251022",
491491
"rootUrl": "https://storagebatchoperations.googleapis.com/",
492492
"schemas": {
493493
"Bucket": {

src/apis/storagebatchoperations/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ export namespace storagebatchoperations_v1 {
726726
*
727727
* // Do the magic
728728
* const res = await storagebatchoperations.projects.locations.list({
729-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
729+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
730730
* extraLocationTypes: 'placeholder-value',
731731
* // 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).
732732
* filter: 'placeholder-value',
@@ -855,7 +855,7 @@ export namespace storagebatchoperations_v1 {
855855
export interface Params$Resource$Projects$Locations$List
856856
extends StandardParameters {
857857
/**
858-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
858+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
859859
*/
860860
extraLocationTypes?: string[];
861861
/**

0 commit comments

Comments
 (0)