All Downloads are FREE. Search and download functionalities are using the official Maven repository.

nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.1.6
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy