You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/GcePersistentDisk.java
+24-6Lines changed: 24 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,10 @@ public final class GcePersistentDisk extends com.google.api.client.json.GenericJ
48
48
/**
49
49
* Optional. Name of the disk image to use as the source for the disk. Must be empty if
50
50
* source_snapshot is set. Updating source_image will update content in the ephemeral directory
51
-
* after the workstation is restarted. This field is mutable.
51
+
* after the workstation is restarted. Only file systems supported by Container-Optimized OS (COS)
52
+
* are explicitly supported. For a list of supported file systems, please refer to the [COS
Copy file name to clipboardExpand all lines: clients/google-api-services-workstations/v1/2.0.0/com/google/api/services/workstations/v1/model/PrivateClusterConfig.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ public final class PrivateClusterConfig extends com.google.api.client.json.Gener
57
57
privatejava.lang.BooleanenablePrivateEndpoint;
58
58
59
59
/**
60
-
* Output only. Service attachment URI for the workstation cluster. The service attachemnt is
60
+
* Output only. Service attachment URI for the workstation cluster. The service attachment is
61
61
* created when private endpoint is enabled. To access workstations in the workstation cluster,
62
62
* configure access to the managed service using [Private Service
0 commit comments