Interface PartitionOrBuilder

public interface PartitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitionToken()

public abstract ByteString getPartitionToken()

This token can be passed to Read, StreamingRead, ExecuteSql, or ExecuteStreamingSql requests to restrict the results to those identified by this partition token.

bytes partition_token = 1;

Returns
TypeDescription
ByteString

The partitionToken.