Skip to content

Commit d75ff58

Browse files
fix(workstations): update the API
#### workstations:v1 The following keys were changed: - resources.projects.resources.locations.methods.list.description
1 parent baf044c commit d75ff58

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

discovery/workstations-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": "workstations.projects.locations.list",
@@ -1221,7 +1221,7 @@
12211221
}
12221222
}
12231223
},
1224-
"revision": "20260113",
1224+
"revision": "20260126",
12251225
"rootUrl": "https://workstations.googleapis.com/",
12261226
"schemas": {
12271227
"Accelerator": {

src/apis/workstations/v1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1328,7 +1328,7 @@ export namespace workstations_v1 {
13281328
}
13291329

13301330
/**
1331-
* Lists information about the supported locations for this service.
1331+
* 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.
13321332
* @example
13331333
* ```js
13341334
* // Before running the sample:

0 commit comments

Comments
 (0)