Skip to content

Commit a479c42

Browse files
fix(workflows): update the API
#### workflows:v1beta The following keys were changed: - resources.projects.resources.locations.methods.list.parameters.extraLocationTypes.description
1 parent 36126e3 commit a479c42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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/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)