Skip to content

Commit 6f31dd7

Browse files
yoshi-automationmiguelvelezsa
authored andcommitted
fix(cloudtasks): update the API
#### cloudtasks:v2beta2 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### cloudtasks:v2beta3 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### cloudtasks:v2 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 41e8733 commit 6f31dd7

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

discovery/cloudtasks-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -785,7 +785,7 @@
785785
}
786786
}
787787
},
788-
"revision": "20250914",
788+
"revision": "20251021",
789789
"rootUrl": "https://cloudtasks.googleapis.com/",
790790
"schemas": {
791791
"AppEngineHttpRequest": {

discovery/cloudtasks-v2beta2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@
201201
],
202202
"parameters": {
203203
"extraLocationTypes": {
204-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
204+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
205205
"location": "query",
206206
"repeated": true,
207207
"type": "string"
@@ -941,7 +941,7 @@
941941
}
942942
}
943943
},
944-
"revision": "20250914",
944+
"revision": "20251021",
945945
"rootUrl": "https://cloudtasks.googleapis.com/",
946946
"schemas": {
947947
"AcknowledgeTaskRequest": {

discovery/cloudtasks-v2beta3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
],
170170
"parameters": {
171171
"extraLocationTypes": {
172-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
172+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
173173
"location": "query",
174174
"repeated": true,
175175
"type": "string"
@@ -797,7 +797,7 @@
797797
}
798798
}
799799
},
800-
"revision": "20250914",
800+
"revision": "20251021",
801801
"rootUrl": "https://cloudtasks.googleapis.com/",
802802
"schemas": {
803803
"AppEngineHttpQueue": {

src/apis/cloudtasks/v2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1066,7 +1066,7 @@ export namespace cloudtasks_v2 {
10661066
*
10671067
* // Do the magic
10681068
* const res = await cloudtasks.projects.locations.list({
1069-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1069+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
10701070
* extraLocationTypes: 'placeholder-value',
10711071
* // 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).
10721072
* filter: 'placeholder-value',
@@ -1347,7 +1347,7 @@ export namespace cloudtasks_v2 {
13471347
export interface Params$Resource$Projects$Locations$List
13481348
extends StandardParameters {
13491349
/**
1350-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1350+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
13511351
*/
13521352
extraLocationTypes?: string[];
13531353
/**

src/apis/cloudtasks/v2beta2.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1373,7 +1373,7 @@ export namespace cloudtasks_v2beta2 {
13731373
*
13741374
* // Do the magic
13751375
* const res = await cloudtasks.projects.locations.list({
1376-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1376+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
13771377
* extraLocationTypes: 'placeholder-value',
13781378
* // 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).
13791379
* filter: 'placeholder-value',
@@ -1654,7 +1654,7 @@ export namespace cloudtasks_v2beta2 {
16541654
export interface Params$Resource$Projects$Locations$List
16551655
extends StandardParameters {
16561656
/**
1657-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1657+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
16581658
*/
16591659
extraLocationTypes?: string[];
16601660
/**

src/apis/cloudtasks/v2beta3.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,7 +1133,7 @@ export namespace cloudtasks_v2beta3 {
11331133
*
11341134
* // Do the magic
11351135
* const res = await cloudtasks.projects.locations.list({
1136-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1136+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
11371137
* extraLocationTypes: 'placeholder-value',
11381138
* // 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).
11391139
* filter: 'placeholder-value',
@@ -1414,7 +1414,7 @@ export namespace cloudtasks_v2beta3 {
14141414
export interface Params$Resource$Projects$Locations$List
14151415
extends StandardParameters {
14161416
/**
1417-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
1417+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
14181418
*/
14191419
extraLocationTypes?: string[];
14201420
/**

0 commit comments

Comments
 (0)