Package com.google.cloud.workstations.v1
Interface WorkstationConfig.PersistentDirectoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WorkstationConfig.PersistentDirectory
,WorkstationConfig.PersistentDirectory.Builder
- Enclosing class:
- WorkstationConfig
public static interface WorkstationConfig.PersistentDirectoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkstationConfig.PersistentDirectory.DirectoryTypeCase
getDirectoryTypeCase()
WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk
getGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDiskOrBuilder
getGcePdOrBuilder()
A PersistentDirectory backed by a Compute Engine persistent disk.String
getMountPath()
Optional.com.google.protobuf.ByteString
getMountPathBytes()
Optional.boolean
hasGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcePd
boolean hasGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
- Returns:
- Whether the gcePd field is set.
-
getGcePd
WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk getGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
- Returns:
- The gcePd.
-
getGcePdOrBuilder
WorkstationConfig.PersistentDirectory.GceRegionalPersistentDiskOrBuilder getGcePdOrBuilder()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
-
getMountPath
String getMountPath()
Optional. Location of this directory in the running workstation.
string mount_path = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The mountPath.
-
getMountPathBytes
com.google.protobuf.ByteString getMountPathBytes()
Optional. Location of this directory in the running workstation.
string mount_path = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for mountPath.
-
getDirectoryTypeCase
WorkstationConfig.PersistentDirectory.DirectoryTypeCase getDirectoryTypeCase()
-
-