Interface KeyRangeDataDiskAssignmentOrBuilder (0.9.0)

public interface KeyRangeDataDiskAssignmentOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataDisk()

public abstract String getDataDisk()

The name of the data disk where data for this range is stored. 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 = 3;

Returns
TypeDescription
String

The dataDisk.

getDataDiskBytes()

public abstract ByteString getDataDiskBytes()

The name of the data disk where data for this range is stored. 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 = 3;

Returns
TypeDescription
ByteString

The bytes for dataDisk.

getEnd()

public abstract String getEnd()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
String

The end.

getEndBytes()

public abstract ByteString getEndBytes()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
ByteString

The bytes for end.

getStart()

public abstract String getStart()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
String

The start.

getStartBytes()

public abstract ByteString getStartBytes()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
ByteString

The bytes for start.