Interface Workstation.WorkstationPersistentDirectoryOrBuilder (0.81.0)

public static interface Workstation.WorkstationPersistentDirectoryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMountPath()

public abstract String getMountPath()

Optional. The mount path of the persistent directory.

string mount_path = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The mountPath.

getMountPathBytes()

public abstract ByteString getMountPathBytes()

Optional. The mount path of the persistent directory.

string mount_path = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for mountPath.

getSizeGb()

public abstract int getSizeGb()

Optional. Size of the persistent directory in GB. If specified in an update request, this is the desired size of the directory.

int32 size_gb = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The sizeGb.