Skip to content

Commit 29de212

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

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/gkeonprem-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"
@@ -3140,7 +3140,7 @@
31403140
}
31413141
}
31423142
},
3143-
"revision": "20251020",
3143+
"revision": "20251022",
31443144
"rootUrl": "https://gkeonprem.googleapis.com/",
31453145
"schemas": {
31463146
"Authorization": {

src/apis/gkeonprem/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ export namespace gkeonprem_v1 {
31673167
*
31683168
* // Do the magic
31693169
* const res = await gkeonprem.projects.locations.list({
3170-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3170+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
31713171
* extraLocationTypes: 'placeholder-value',
31723172
* // 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).
31733173
* filter: 'placeholder-value',
@@ -3295,7 +3295,7 @@ export namespace gkeonprem_v1 {
32953295
export interface Params$Resource$Projects$Locations$List
32963296
extends StandardParameters {
32973297
/**
3298-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
3298+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
32993299
*/
33003300
extraLocationTypes?: string[];
33013301
/**

0 commit comments

Comments
 (0)