Skip to content

Commit a14f291

Browse files
feat(config): update the API
#### config:v1 The following keys were added: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.location - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.repeated - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.type
1 parent 05a3ee7 commit a14f291

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎discovery/config-v1.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
"name"
144144
],
145145
"parameters": {
146+
"extraLocationTypes": {
147+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
148+
"location": "query",
149+
"repeated": true,
150+
"type": "string"
151+
},
146152
"filter": {
147153
"description": "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).",
148154
"location": "query",
@@ -1187,7 +1193,7 @@
11871193
}
11881194
}
11891195
},
1190-
"revision": "20250219",
1196+
"revision": "20250409",
11911197
"rootUrl": "https://config.googleapis.com/",
11921198
"schemas": {
11931199
"ApplyResults": {

‎src/apis/config/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1281,6 +1281,10 @@ export namespace config_v1 {
12811281
}
12821282
export interface Params$Resource$Projects$Locations$List
12831283
extends StandardParameters {
1284+
/**
1285+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1286+
*/
1287+
extraLocationTypes?: string[];
12841288
/**
12851289
* 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).
12861290
*/

0 commit comments

Comments
 (0)