Skip to content

Commit 1b4827d

Browse files
feat(workstations): update the api
#### workstations:v1 The following keys were added: - schemas.GceHyperdiskBalancedHighAvailability (Total Keys: 8) - schemas.GceInstance.properties.startupScriptUri.type (Total Keys: 1) - schemas.PersistentDirectory.properties.gceHd.$ref (Total Keys: 1) #### workstations:v1beta The following keys were added: - schemas.GceHyperdiskBalancedHighAvailability (Total Keys: 8) - schemas.GceInstance.properties.instanceMetadata (Total Keys: 2) - schemas.GceInstance.properties.startupScriptUri.type (Total Keys: 1) - schemas.PersistentDirectory.properties.gceHd.$ref (Total Keys: 1)
1 parent 13a7d9f commit 1b4827d

7 files changed

+190
-12
lines changed

docs/dyn/workstations_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
extraLocationTypes: string, Optional. Unless explicitly documented otherwise, don&#x27;t use this unsupported field which is primarily intended for internal usage. (repeated)
138+
extraLocationTypes: string, Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage. (repeated)
139139
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
140140
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
141141
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.

docs/dyn/workstations_v1.projects.locations.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
filter: string, The standard list filter.
185185
pageSize: integer, The standard list page size.
186186
pageToken: string, The standard list page token.
187-
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
187+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
188188
x__xgafv: string, V1 error format.
189189
Allowed values
190190
1 - v1 error format
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216216
},
217217
},
218218
],
219-
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
219+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
220220
&quot;A String&quot;,
221221
],
222222
}</pre>

docs/dyn/workstations_v1.projects.locations.workstationClusters.workstationConfigs.html

Lines changed: 35 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/workstations_v1beta.projects.locations.operations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
filter: string, The standard list filter.
185185
pageSize: integer, The standard list page size.
186186
pageToken: string, The standard list page token.
187-
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
187+
returnPartialSuccess: boolean, When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `&quot;projects/example/locations/-&quot;`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
188188
x__xgafv: string, V1 error format.
189189
Allowed values
190190
1 - v1 error format
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216216
},
217217
},
218218
],
219-
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections e.g. when attempting to list all resources across all supported locations.
219+
&quot;unreachable&quot;: [ # Unordered list. Unreachable resources. Populated when the request sets `ListOperationsRequest.return_partial_success` and reads across collections. For example, when attempting to list all resources across all supported locations.
220220
&quot;A String&quot;,
221221
],
222222
}</pre>

0 commit comments

Comments
 (0)