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

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

The 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 PartitionResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.spanner.v1.PartitionResponse)
    nl.topicus.jdbc.shaded.com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Partitions created by this request.
   * 
* * repeated .google.spanner.v1.Partition partitions = 1; */ java.util.List getPartitionsList(); /** *
   * Partitions created by this request.
   * 
* * repeated .google.spanner.v1.Partition partitions = 1; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.Partition getPartitions(int index); /** *
   * Partitions created by this request.
   * 
* * repeated .google.spanner.v1.Partition partitions = 1; */ int getPartitionsCount(); /** *
   * Partitions created by this request.
   * 
* * repeated .google.spanner.v1.Partition partitions = 1; */ java.util.List getPartitionsOrBuilderList(); /** *
   * Partitions created by this request.
   * 
* * repeated .google.spanner.v1.Partition partitions = 1; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOrBuilder getPartitionsOrBuilder( int index); /** *
   * Transaction created by this request.
   * 
* * .google.spanner.v1.Transaction transaction = 2; */ boolean hasTransaction(); /** *
   * Transaction created by this request.
   * 
* * .google.spanner.v1.Transaction transaction = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.Transaction getTransaction(); /** *
   * Transaction created by this request.
   * 
* * .google.spanner.v1.Transaction transaction = 2; */ nl.topicus.jdbc.shaded.com.google.spanner.v1.TransactionOrBuilder getTransactionOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy