Package com.google.spanner.executor.v1
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 TypeMethodDescriptiongetChildPartitions(int index) A set of child partitions and their associated information.intA set of child partitions and their associated information.A set of child partitions and their associated information.getChildPartitionsOrBuilder(int index) 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.ByteStringA 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.TimestampData 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.TimestampOrBuilderData change records returned from child partitions in this child partitions record will have a commit timestamp greater than or equal to start_time.booleanData 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
isInitializedMethods 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
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
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
-