Skip to content

Commit c1169e3

Browse files
yoshi-automationfeywind
authored andcommitted
fix(metastore): update the API
#### metastore:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent a4e3368 commit c1169e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/metastore-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"
@@ -1695,7 +1695,7 @@
16951695
}
16961696
}
16971697
},
1698-
"revision": "20250925",
1698+
"revision": "20251023",
16991699
"rootUrl": "https://metastore.googleapis.com/",
17001700
"schemas": {
17011701
"AlterMetadataResourceLocationRequest": {

src/apis/metastore/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ export namespace metastore_v1 {
15731573
*
15741574
* // Do the magic
15751575
* const res = await metastore.projects.locations.list({
1576-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1576+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
15771577
* extraLocationTypes: 'placeholder-value',
15781578
* // 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).
15791579
* filter: 'placeholder-value',
@@ -1701,7 +1701,7 @@ export namespace metastore_v1 {
17011701
export interface Params$Resource$Projects$Locations$List
17021702
extends StandardParameters {
17031703
/**
1704-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1704+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
17051705
*/
17061706
extraLocationTypes?: string[];
17071707
/**

0 commit comments

Comments
 (0)