public static interface WorkstationConfig.PersistentDirectoryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDirectoryTypeCase()
public abstract WorkstationConfig.PersistentDirectory.DirectoryTypeCase getDirectoryTypeCase()| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.PersistentDirectory.DirectoryTypeCase |
|
getGceHd()
public abstract WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailability getGceHd()A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailability gce_hd = 3;
| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailability |
The gceHd. |
getGceHdOrBuilder()
public abstract WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailabilityOrBuilder getGceHdOrBuilder()A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailability gce_hd = 3;
| Returns | |
|---|---|
| Type | Description |
WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailabilityOrBuilder |
|
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. |
hasGceHd()
public abstract boolean hasGceHd()A PersistentDirectory backed by a Compute Engine hyperdisk high availability disk.
.google.cloud.workstations.v1.WorkstationConfig.PersistentDirectory.GceHyperdiskBalancedHighAvailability gce_hd = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gceHd field is set. |
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. |