Skip to content

Commit f414f28

Browse files
yoshi-automationquirogas
authored andcommitted
fix(gkebackup): update the API
#### gkebackup:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 8a91a6d commit f414f28

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

discovery/gkebackup-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"
@@ -2232,7 +2232,7 @@
22322232
}
22332233
}
22342234
},
2235-
"revision": "20251001",
2235+
"revision": "20251027",
22362236
"rootUrl": "https://gkebackup.googleapis.com/",
22372237
"schemas": {
22382238
"AuditConfig": {

src/apis/gkebackup/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,7 +1972,7 @@ export namespace gkebackup_v1 {
19721972
*
19731973
* // Do the magic
19741974
* const res = await gkebackup.projects.locations.list({
1975-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1975+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
19761976
* extraLocationTypes: 'placeholder-value',
19771977
* // 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).
19781978
* filter: 'placeholder-value',
@@ -2100,7 +2100,7 @@ export namespace gkebackup_v1 {
21002100
export interface Params$Resource$Projects$Locations$List
21012101
extends StandardParameters {
21022102
/**
2103-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
2103+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
21042104
*/
21052105
extraLocationTypes?: string[];
21062106
/**

0 commit comments

Comments
 (0)