Interface BatchPartitionOrBuilder (6.62.0)

public interface BatchPartitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndex()

public abstract String getIndex()

Index name if the partition was generated for an index read.

optional string index = 4;

Returns
TypeDescription
String

The index.

getIndexBytes()

public abstract ByteString getIndexBytes()

Index name if the partition was generated for an index read.

optional string index = 4;

Returns
TypeDescription
ByteString

The bytes for index.

getPartition()

public abstract ByteString getPartition()

Serialized Partition instance.

bytes partition = 1;

Returns
TypeDescription
ByteString

The partition.

getPartitionToken()

public abstract ByteString getPartitionToken()

The partition token decrypted from partition.

bytes partition_token = 2;

Returns
TypeDescription
ByteString

The partitionToken.

getTable()

public abstract String getTable()

Table name is set iff the partition was generated for a read (as opposed to a query).

optional string table = 3;

Returns
TypeDescription
String

The table.

getTableBytes()

public abstract ByteString getTableBytes()

Table name is set iff the partition was generated for a read (as opposed to a query).

optional string table = 3;

Returns
TypeDescription
ByteString

The bytes for table.

hasIndex()

public abstract boolean hasIndex()

Index name if the partition was generated for an index read.

optional string index = 4;

Returns
TypeDescription
boolean

Whether the index field is set.

hasTable()

public abstract boolean hasTable()

Table name is set iff the partition was generated for a read (as opposed to a query).

optional string table = 3;

Returns
TypeDescription
boolean

Whether the table field is set.