Interface ChildPartitionsRecordOrBuilder

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

public interface ChildPartitionsRecordOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getChildPartitions(int index)
    A set of child partitions and their associated information.
    int
    A set of child partitions and their associated information.
    A set of child partitions and their associated information.
    A set of child partitions and their associated information.
    A set of child partitions and their associated information.
    A monotonically increasing sequence number that can be used to define the ordering of the child partitions record when there are multiple child partitions records returned with the same start_time in a particular partition.
    com.google.protobuf.ByteString
    A monotonically increasing sequence number that can be used to define the ordering of the child partitions record when there are multiple child partitions records returned with the same start_time in a particular partition.
    com.google.protobuf.Timestamp
    Data change records returned from child partitions in this child partitions record will have a commit timestamp greater than or equal to start_time.
    com.google.protobuf.TimestampOrBuilder
    Data change records returned from child partitions in this child partitions record will have a commit timestamp greater than or equal to start_time.
    boolean
    Data change records returned from child partitions in this child partitions record will have a commit timestamp greater than or equal to start_time.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasStartTime

      boolean hasStartTime()
       Data change records returned from child partitions in this child partitions
       record will have a commit timestamp greater than or equal to start_time.
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      Whether the startTime field is set.
    • getStartTime

      com.google.protobuf.Timestamp getStartTime()
       Data change records returned from child partitions in this child partitions
       record will have a commit timestamp greater than or equal to start_time.
       
      .google.protobuf.Timestamp start_time = 1;
      Returns:
      The startTime.
    • getStartTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
       Data change records returned from child partitions in this child partitions
       record will have a commit timestamp greater than or equal to start_time.
       
      .google.protobuf.Timestamp start_time = 1;
    • getRecordSequence

      String getRecordSequence()
       A monotonically increasing sequence number that can be used to define the
       ordering of the child partitions record when there are multiple child
       partitions records returned with the same start_time in a particular
       partition.
       
      string record_sequence = 2;
      Returns:
      The recordSequence.
    • getRecordSequenceBytes

      com.google.protobuf.ByteString getRecordSequenceBytes()
       A monotonically increasing sequence number that can be used to define the
       ordering of the child partitions record when there are multiple child
       partitions records returned with the same start_time in a particular
       partition.
       
      string record_sequence = 2;
      Returns:
      The bytes for recordSequence.
    • getChildPartitionsList

      List<ChildPartitionsRecord.ChildPartition> getChildPartitionsList()
       A set of child partitions and their associated information.
       
      repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
    • getChildPartitions

      ChildPartitionsRecord.ChildPartition getChildPartitions(int index)
       A set of child partitions and their associated information.
       
      repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
    • getChildPartitionsCount

      int getChildPartitionsCount()
       A set of child partitions and their associated information.
       
      repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
    • getChildPartitionsOrBuilderList

      List<? extends ChildPartitionsRecord.ChildPartitionOrBuilder> getChildPartitionsOrBuilderList()
       A set of child partitions and their associated information.
       
      repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
    • getChildPartitionsOrBuilder

      ChildPartitionsRecord.ChildPartitionOrBuilder getChildPartitionsOrBuilder(int index)
       A set of child partitions and their associated information.
       
      repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;