nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionResponseOrBuilder 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
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 extends nl.topicus.jdbc.shaded.com.google.spanner.v1.PartitionOrBuilder>
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