Skip to content

Commit 4e8a7e3

Browse files
fix(workflows): update the API
#### workflows:v1beta The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description #### workflows:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 6280ea1 commit 4e8a7e3

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -496,7 +496,7 @@
496496
}
497497
}
498498
},
499-
"revision": "20251013",
499+
"revision": "20251026",
500500
"rootUrl": "https://workflows.googleapis.com/",
501501
"schemas": {
502502
"Empty": {

discovery/workflows-v1beta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
],
145145
"parameters": {
146146
"extraLocationTypes": {
147-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
147+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -455,7 +455,7 @@
455455
}
456456
}
457457
},
458-
"revision": "20251013",
458+
"revision": "20251026",
459459
"rootUrl": "https://workflows.googleapis.com/",
460460
"schemas": {
461461
"Empty": {

src/apis/workflows/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ export namespace workflows_v1 {
565565
*
566566
* // Do the magic
567567
* const res = await workflows.projects.locations.list({
568-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
568+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
569569
* extraLocationTypes: 'placeholder-value',
570570
* // 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).
571571
* filter: 'placeholder-value',
@@ -693,7 +693,7 @@ export namespace workflows_v1 {
693693
export interface Params$Resource$Projects$Locations$List
694694
extends StandardParameters {
695695
/**
696-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
696+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
697697
*/
698698
extraLocationTypes?: string[];
699699
/**

src/apis/workflows/v1beta.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export namespace workflows_v1beta {
503503
*
504504
* // Do the magic
505505
* const res = await workflows.projects.locations.list({
506-
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
506+
* // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
507507
* extraLocationTypes: 'placeholder-value',
508508
* // 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).
509509
* filter: 'placeholder-value',
@@ -631,7 +631,7 @@ export namespace workflows_v1beta {
631631
export interface Params$Resource$Projects$Locations$List
632632
extends StandardParameters {
633633
/**
634-
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
634+
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
635635
*/
636636
extraLocationTypes?: string[];
637637
/**

0 commit comments

Comments
 (0)