Skip to content

Commit e1dc24a

Browse files
feat: Automated regeneration of Workstations client (#13040)
Auto-created at 2025-02-27 13:11:53 +0000 using the toys pull request generator.
1 parent 9afdb50 commit e1dc24a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

clients/workstations/lib/google_api/workstations/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.Workstations.V1 do
2020
API client metadata for GoogleApi.Workstations.V1.
2121
"""
2222

23-
@discovery_revision "20250101"
23+
@discovery_revision "20250219"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/workstations/lib/google_api/workstations/v1/model/gce_persistent_disk.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ defmodule GoogleApi.Workstations.V1.Model.GcePersistentDisk do
2323
2424
* `diskType` (*type:* `String.t`, *default:* `nil`) - Optional. Type of the disk to use. Defaults to `"pd-standard"`.
2525
* `readOnly` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether the disk is read only. If true, the disk may be shared by multiple VMs and source_snapshot must be set.
26-
* `sourceImage` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
27-
* `sourceSnapshot` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. This field is mutable.
26+
* `sourceImage` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the disk image to use as the source for the disk. Must be empty if source_snapshot is set. Updating source_image will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
27+
* `sourceSnapshot` (*type:* `String.t`, *default:* `nil`) - Optional. Name of the snapshot to use as the source for the disk. Must be empty if source_image is set. Must be empty if read_only is false. Updating source_snapshot will update content in the ephemeral directory after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS) are explicitly supported. For a list of supported file systems, please refer to the [COS documentation](https://cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems). This field is mutable.
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

clients/workstations/lib/google_api/workstations/v1/model/private_cluster_config.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.Workstations.V1.Model.PrivateClusterConfig do
2424
* `allowedProjects` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Additional projects that are allowed to attach to the workstation cluster's service attachment. By default, the workstation cluster's project and the VPC host project (if different) are allowed.
2525
* `clusterHostname` (*type:* `String.t`, *default:* `nil`) - Output only. Hostname for the workstation cluster. This field will be populated only when private endpoint is enabled. To access workstations in the workstation cluster, create a new DNS zone mapping this domain name to an internal IP address and a forwarding rule mapping that address to the service attachment.
2626
* `enablePrivateEndpoint` (*type:* `boolean()`, *default:* `nil`) - Immutable. Whether Workstations endpoint is private.
27-
* `serviceAttachmentUri` (*type:* `String.t`, *default:* `nil`) - Output only. Service attachment URI for the workstation cluster. The service attachemnt is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
27+
* `serviceAttachmentUri` (*type:* `String.t`, *default:* `nil`) - Output only. Service attachment URI for the workstation cluster. The service attachment is created when private endpoint is enabled. To access workstations in the workstation cluster, configure access to the managed service using [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
2828
"""
2929

3030
use GoogleApi.Gax.ModelBase

0 commit comments

Comments
 (0)