Interface KeyRangeDataDiskAssignmentOrBuilder (0.64.0)

publicinterfaceKeyRangeDataDiskAssignmentOrBuilderextendsMessageOrBuilder

Methods

getDataDisk()

publicabstractStringgetDataDisk()

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()

publicabstractByteStringgetDataDiskBytes()

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()

publicabstractStringgetEnd()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
String

The end.

getEndBytes()

publicabstractByteStringgetEndBytes()

The end (exclusive) of the key range.

string end = 2;

Returns
TypeDescription
ByteString

The bytes for end.

getStart()

publicabstractStringgetStart()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
String

The start.

getStartBytes()

publicabstractByteStringgetStartBytes()

The start (inclusive) of the key range.

string start = 1;

Returns
TypeDescription
ByteString

The bytes for start.