Interface PartitionResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    PartitionResponse, PartitionResponse.Builder

    public interface PartitionResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getPartitionsList

        List<Partition> getPartitionsList()
         Partitions created by this request.
         
        repeated .google.spanner.v1.Partition partitions = 1;
      • getPartitions

        Partition getPartitions​(int index)
         Partitions created by this request.
         
        repeated .google.spanner.v1.Partition partitions = 1;
      • getPartitionsCount

        int getPartitionsCount()
         Partitions created by this request.
         
        repeated .google.spanner.v1.Partition partitions = 1;
      • getPartitionsOrBuilderList

        List<? extends PartitionOrBuilder> getPartitionsOrBuilderList()
         Partitions created by this request.
         
        repeated .google.spanner.v1.Partition partitions = 1;
      • getPartitionsOrBuilder

        PartitionOrBuilder getPartitionsOrBuilder​(int index)
         Partitions created by this request.
         
        repeated .google.spanner.v1.Partition partitions = 1;
      • hasTransaction

        boolean hasTransaction()
         Transaction created by this request.
         
        .google.spanner.v1.Transaction transaction = 2;
        Returns:
        Whether the transaction field is set.
      • getTransaction

        Transaction getTransaction()
         Transaction created by this request.
         
        .google.spanner.v1.Transaction transaction = 2;
        Returns:
        The transaction.
      • getTransactionOrBuilder

        TransactionOrBuilder getTransactionOrBuilder()
         Transaction created by this request.
         
        .google.spanner.v1.Transaction transaction = 2;