@@ -733,16 +733,22 @@ class GcePersistentDisk
733733
734734 # Optional. Name of the disk image to use as the source for the disk. Must be
735735 # empty if source_snapshot is set. Updating source_image will update content in
736- # the ephemeral directory after the workstation is restarted. This field is
737- # mutable.
736+ # the ephemeral directory after the workstation is restarted. Only file systems
737+ # supported by Container-Optimized OS (COS) are explicitly supported. For a list
738+ # of supported file systems, please refer to the [COS documentation](https://
739+ # cloud.google.com/container-optimized-os/docs/concepts/supported-filesystems).
740+ # This field is mutable.
738741 # Corresponds to the JSON property `sourceImage`
739742 # @return [String]
740743 attr_accessor :source_image
741744
742745 # Optional. Name of the snapshot to use as the source for the disk. Must be
743746 # empty if source_image is set. Must be empty if read_only is false. Updating
744747 # source_snapshot will update content in the ephemeral directory after the
745- # workstation is restarted. This field is mutable.
748+ # workstation is restarted. Only file systems supported by Container-Optimized
749+ # OS (COS) are explicitly supported. For a list of supported file systems,
750+ # please refer to the [COS documentation](https://cloud.google.com/container-
751+ # optimized-os/docs/concepts/supported-filesystems). This field is mutable.
746752 # Corresponds to the JSON property `sourceSnapshot`
747753 # @return [String]
748754 attr_accessor :source_snapshot
@@ -1510,7 +1516,7 @@ class PrivateClusterConfig
15101516 alias_method :enable_private_endpoint? , :enable_private_endpoint
15111517
15121518 # Output only. Service attachment URI for the workstation cluster. The service
1513- # attachemnt is created when private endpoint is enabled. To access workstations
1519+ # attachment is created when private endpoint is enabled. To access workstations
15141520 # in the workstation cluster, configure access to the managed service using [
15151521 # Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-
15161522 # service-connect-services).
0 commit comments