Skip to content

Commit 89063f6

Browse files
feat(workstations): update the api
#### workstations:v1beta The following keys were added: - schemas.Accelerator (Total Keys: 5) - schemas.GceInstance.properties.accelerators (Total Keys: 2) - schemas.GceInstance.properties.pooledInstances (Total Keys: 3) - schemas.ReadinessCheck (Total Keys: 5) - schemas.WorkstationConfig.properties.readinessChecks (Total Keys: 2)
1 parent bd5f9c1 commit 89063f6

4 files changed

+215
-98
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ <h3>Method Details</h3>
130130
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
131131
},
132132
],
133-
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so please ensure your firewall rules allow egress from the Workstation VMs to this address.
133+
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
134134
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was created.
135135
&quot;degraded&quot;: True or False, # Output only. Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the `conditions` field.
136136
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was soft-deleted.
137137
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable name for this resource.
138-
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
138+
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
139139
&quot;labels&quot;: { # Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.
140140
&quot;a_key&quot;: &quot;A String&quot;,
141141
},
@@ -192,7 +192,7 @@ <h3>Method Details</h3>
192192

193193
Args:
194194
name: string, Required. Name of the workstation cluster to delete. (required)
195-
etag: string, If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this etag.
195+
etag: string, If set, the request will be rejected if the latest version of the workstation cluster on the server does not have this ETag.
196196
force: boolean, If set, any workstation configurations and workstations in the workstation cluster are also deleted. Otherwise, the request only works if the workstation cluster has no configurations or workstations.
197197
validateOnly: boolean, If set, validate the request and preview the review, but do not apply it.
198198
x__xgafv: string, V1 error format.
@@ -253,12 +253,12 @@ <h3>Method Details</h3>
253253
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
254254
},
255255
],
256-
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so please ensure your firewall rules allow egress from the Workstation VMs to this address.
256+
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
257257
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was created.
258258
&quot;degraded&quot;: True or False, # Output only. Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the `conditions` field.
259259
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was soft-deleted.
260260
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable name for this resource.
261-
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
261+
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
262262
&quot;labels&quot;: { # Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.
263263
&quot;a_key&quot;: &quot;A String&quot;,
264264
},
@@ -316,12 +316,12 @@ <h3>Method Details</h3>
316316
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
317317
},
318318
],
319-
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so please ensure your firewall rules allow egress from the Workstation VMs to this address.
319+
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
320320
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was created.
321321
&quot;degraded&quot;: True or False, # Output only. Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the `conditions` field.
322322
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was soft-deleted.
323323
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable name for this resource.
324-
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
324+
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
325325
&quot;labels&quot;: { # Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.
326326
&quot;a_key&quot;: &quot;A String&quot;,
327327
},
@@ -382,12 +382,12 @@ <h3>Method Details</h3>
382382
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
383383
},
384384
],
385-
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so please ensure your firewall rules allow egress from the Workstation VMs to this address.
385+
&quot;controlPlaneIp&quot;: &quot;A String&quot;, # Output only. The private IP address of the control plane for this cluster. Workstation VMs need access to this IP address to work with the service, so make sure that your firewall rules allow egress from the workstation VMs to this address.
386386
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was created.
387387
&quot;degraded&quot;: True or False, # Output only. Whether this resource is in degraded mode, in which case it may require user action to restore full functionality. Details can be found in the `conditions` field.
388388
&quot;deleteTime&quot;: &quot;A String&quot;, # Output only. Time when this resource was soft-deleted.
389389
&quot;displayName&quot;: &quot;A String&quot;, # Human-readable name for this resource.
390-
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to ensure that the client has an up-to-date value before proceeding.
390+
&quot;etag&quot;: &quot;A String&quot;, # Checksum computed by the server. May be sent on update and delete requests to make sure that the client has an up-to-date value before proceeding.
391391
&quot;labels&quot;: { # Client-specified labels that are applied to the resource and that are also propagated to the underlying Compute Engine resources.
392392
&quot;a_key&quot;: &quot;A String&quot;,
393393
},

0 commit comments

Comments
 (0)