nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spanner-jdbc Show documentation
Show all versions of spanner-jdbc Show documentation
JDBC Driver for Google Cloud Spanner
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/spanner/v1/spanner.proto
package nl.topicus.jdbc.shaded.com.google.spanner.v1;
public interface PartitionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.spanner.v1.Partition)
nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {
/**
*
* 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;
*/
nl.topicus.jdbc.shaded.com.google.protobuf.ByteString getPartitionToken();
}