public static interface WorkstationConfig.PersistentDirectoryOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDirectoryTypeCase()
public abstract WorkstationConfig.PersistentDirectory.DirectoryTypeCase getDirectoryTypeCase()
Returns | |
---|---|
Type | Description |
WorkstationConfig.PersistentDirectory.DirectoryTypeCase |
getGcePd()
public abstract WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk getGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
Returns | |
---|---|
Type | Description |
WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk |
The gcePd. |
getGcePdOrBuilder()
public abstract WorkstationConfig.PersistentDirectory.GceRegionalPersistentDiskOrBuilder getGcePdOrBuilder()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
Returns | |
---|---|
Type | Description |
WorkstationConfig.PersistentDirectory.GceRegionalPersistentDiskOrBuilder |
getMountPath()
public abstract String getMountPath()
Optional. Location of this directory in the running workstation.
string mount_path = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The mountPath. |
getMountPathBytes()
public abstract ByteString getMountPathBytes()
Optional. Location of this directory in the running workstation.
string mount_path = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for mountPath. |
hasGcePd()
public abstract boolean hasGcePd()
A PersistentDirectory backed by a Compute Engine persistent disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceRegionalPersistentDisk gce_pd = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the gcePd field is set. |