Skip to content

Commit 9776f39

Browse files
feat(ids): update the API
#### ids: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 11130b7 commit 9776f39

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎discovery/ids-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",
@@ -487,7 +493,7 @@
487493
}
488494
}
489495
},
490-
"revision": "20250304",
496+
"revision": "20250320",
491497
"rootUrl": "https://ids.googleapis.com/",
492498
"schemas": {
493499
"CancelOperationRequest": {

‎src/apis/ids/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,10 @@ export namespace ids_v1 {
543543
}
544544
export interface Params$Resource$Projects$Locations$List
545545
extends StandardParameters {
546+
/**
547+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
548+
*/
549+
extraLocationTypes?: string[];
546550
/**
547551
* 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).
548552
*/

0 commit comments

Comments
 (0)