Skip to content

Commit a3cfb85

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(apim): update the API
#### apim:v1alpha The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent a40106f commit a3cfb85

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/apim-v1alpha.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -851,7 +851,7 @@
851851
}
852852
}
853853
},
854-
"revision": "20250924",
854+
"revision": "20251022",
855855
"rootUrl": "https://apim.googleapis.com/",
856856
"schemas": {
857857
"ApiObservation": {

src/apis/apim/v1alpha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -986,7 +986,7 @@ export namespace apim_v1alpha {
986986
*
987987
* // Do the magic
988988
* const res = await apim.projects.locations.list({
989-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
989+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
990990
* extraLocationTypes: 'placeholder-value',
991991
* // 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).
992992
* filter: 'placeholder-value',
@@ -1269,7 +1269,7 @@ export namespace apim_v1alpha {
12691269
export interface Params$Resource$Projects$Locations$List
12701270
extends StandardParameters {
12711271
/**
1272-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1272+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
12731273
*/
12741274
extraLocationTypes?: string[];
12751275
/**

0 commit comments

Comments
 (0)