Interface PartitionOrBuilder (6.89.0)

publicinterfacePartitionOrBuilderextendsMessageOrBuilder

Methods

getPartitionToken()

publicabstractByteStringgetPartitionToken()

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.