Skip to content

Commit f6be6fc

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

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

discovery/workstations-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. A list of extra location types that should be used as conditions for controlling the visibility of the locations.",
147+
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
148148
"location": "query",
149149
"repeated": true,
150150
"type": "string"
@@ -1216,7 +1216,7 @@
12161216
}
12171217
}
12181218
},
1219-
"revision": "20250604",
1219+
"revision": "20250915",
12201220
"rootUrl": "https://workstations.googleapis.com/",
12211221
"schemas": {
12221222
"Accelerator": {

src/apis/workstations/v1.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1321,7 +1321,7 @@ export namespace workstations_v1 {
13211321
*
13221322
* // Do the magic
13231323
* const res = await workstations.projects.locations.list({
1324-
* // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1324+
* // Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
13251325
* extraLocationTypes: 'placeholder-value',
13261326
* // 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).
13271327
* filter: 'placeholder-value',
@@ -1449,7 +1449,7 @@ export namespace workstations_v1 {
14491449
export interface Params$Resource$Projects$Locations$List
14501450
extends StandardParameters {
14511451
/**
1452-
* Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1452+
* Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.
14531453
*/
14541454
extraLocationTypes?: string[];
14551455
/**

0 commit comments

Comments
 (0)