Skip to content

Commit a7d3bfc

Browse files
fix(workflows): update the API
#### workflows:v1beta The following keys were changed: - resources.projects.resources.locations.methods.list.description #### workflows:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.description
1 parent 82eaa0f commit a7d3bfc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

discovery/workflows-v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "workflows.projects.locations.list",
@@ -496,7 +496,7 @@
496496
}
497497
}
498498
},
499-
"revision": "20251203",
499+
"revision": "20260128",
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
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1beta/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "workflows.projects.locations.list",
@@ -455,7 +455,7 @@
455455
}
456456
}
457457
},
458-
"revision": "20251203",
458+
"revision": "20260128",
459459
"rootUrl": "https://workflows.googleapis.com/",
460460
"schemas": {
461461
"Empty": {

src/apis/workflows/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ export namespace workflows_v1 {
535535
}
536536

537537
/**
538-
* Lists information about the supported locations for this service.
538+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
539539
* @example
540540
* ```js
541541
* // Before running the sample:

src/apis/workflows/v1beta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ export namespace workflows_v1beta {
473473
}
474474

475475
/**
476-
* Lists information about the supported locations for this service.
476+
* Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id\}/locations`. This may include public locations as well as private or other locations specifically visible to the project.
477477
* @example
478478
* ```js
479479
* // Before running the sample:

0 commit comments

Comments
 (0)