Skip to content

Commit 199daf2

Browse files
feat(cloudtasks): update the API
#### cloudtasks:v2beta2 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 #### cloudtasks:v2beta3 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 #### cloudtasks:v2 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 99db82a commit 199daf2

File tree

6 files changed

+33
-3
lines changed

6 files changed

+33
-3
lines changed

‎discovery/cloudtasks-v2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@
168168
"name"
169169
],
170170
"parameters": {
171+
"extraLocationTypes": {
172+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
173+
"location": "query",
174+
"repeated": true,
175+
"type": "string"
176+
},
171177
"filter": {
172178
"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).",
173179
"location": "query",
@@ -779,7 +785,7 @@
779785
}
780786
}
781787
},
782-
"revision": "20250115",
788+
"revision": "20250411",
783789
"rootUrl": "https://cloudtasks.googleapis.com/",
784790
"schemas": {
785791
"AppEngineHttpRequest": {

‎discovery/cloudtasks-v2beta2.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@
200200
"name"
201201
],
202202
"parameters": {
203+
"extraLocationTypes": {
204+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
205+
"location": "query",
206+
"repeated": true,
207+
"type": "string"
208+
},
203209
"filter": {
204210
"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).",
205211
"location": "query",
@@ -935,7 +941,7 @@
935941
}
936942
}
937943
},
938-
"revision": "20240808",
944+
"revision": "20250411",
939945
"rootUrl": "https://cloudtasks.googleapis.com/",
940946
"schemas": {
941947
"AcknowledgeTaskRequest": {

‎discovery/cloudtasks-v2beta3.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,12 @@
168168
"name"
169169
],
170170
"parameters": {
171+
"extraLocationTypes": {
172+
"description": "Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
173+
"location": "query",
174+
"repeated": true,
175+
"type": "string"
176+
},
171177
"filter": {
172178
"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).",
173179
"location": "query",
@@ -791,7 +797,7 @@
791797
}
792798
}
793799
},
794-
"revision": "20250115",
800+
"revision": "20250411",
795801
"rootUrl": "https://cloudtasks.googleapis.com/",
796802
"schemas": {
797803
"AppEngineHttpQueue": {

‎src/apis/cloudtasks/v2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1127,6 +1127,10 @@ export namespace cloudtasks_v2 {
11271127
}
11281128
export interface Params$Resource$Projects$Locations$List
11291129
extends StandardParameters {
1130+
/**
1131+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1132+
*/
1133+
extraLocationTypes?: string[];
11301134
/**
11311135
* 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).
11321136
*/

‎src/apis/cloudtasks/v2beta2.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,10 @@ export namespace cloudtasks_v2beta2 {
13771377
}
13781378
export interface Params$Resource$Projects$Locations$List
13791379
extends StandardParameters {
1380+
/**
1381+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1382+
*/
1383+
extraLocationTypes?: string[];
13801384
/**
13811385
* 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).
13821386
*/

‎src/apis/cloudtasks/v2beta3.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1194,6 +1194,10 @@ export namespace cloudtasks_v2beta3 {
11941194
}
11951195
export interface Params$Resource$Projects$Locations$List
11961196
extends StandardParameters {
1197+
/**
1198+
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1199+
*/
1200+
extraLocationTypes?: string[];
11971201
/**
11981202
* 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).
11991203
*/

0 commit comments

Comments
 (0)