Interface MountedDataDiskOrBuilder (0.8.0)

public interface MountedDataDiskOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataDisk()

public abstract String getDataDisk()

The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

string data_disk = 1;

Returns
TypeDescription
String

The dataDisk.

getDataDiskBytes()

public abstract ByteString getDataDiskBytes()

The name of the data disk. This name is local to the Google Cloud Platform project and uniquely identifies the disk within that project, for example "myproject-1014-104817-4c2-harness-0-disk-1".

string data_disk = 1;

Returns
TypeDescription
ByteString

The bytes for dataDisk.