Skip to content

Commit 1f653b5

Browse files
feat(batch): update the API
#### batch: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 709acf2 commit 1f653b5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

‎discovery/batch-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",
@@ -589,7 +595,7 @@
589595
}
590596
}
591597
},
592-
"revision": "20250122",
598+
"revision": "20250409",
593599
"rootUrl": "https://batch.googleapis.com/",
594600
"schemas": {
595601
"Accelerator": {

‎src/apis/batch/v1.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1568,6 +1568,10 @@ export namespace batch_v1 {
15681568
}
15691569
export interface Params$Resource$Projects$Locations$List
15701570
extends StandardParameters {
1571+
/**
1572+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1573+
*/
1574+
extraLocationTypes?: string[];
15711575
/**
15721576
* 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).
15731577
*/

0 commit comments

Comments
 (0)