public interface BatchPartitionOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIndex()
public abstract String getIndex()
Index name if the partition was generated for an index read.
optional string index = 4;
Returns | |
---|---|
Type | Description |
String |
The index. |
getIndexBytes()
public abstract ByteString getIndexBytes()
Index name if the partition was generated for an index read.
optional string index = 4;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for index. |
getPartition()
public abstract ByteString getPartition()
Serialized Partition instance.
bytes partition = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The partition. |
getPartitionToken()
public abstract ByteString getPartitionToken()
The partition token decrypted from partition.
bytes partition_token = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the table field is set. |