public static final class ChildPartitionsRecord.Builder extends GeneratedMessageV3.Builder<ChildPartitionsRecord.Builder> implements ChildPartitionsRecordOrBuilder
ChangeStream child partition record.
Protobuf type google.spanner.executor.v1.ChildPartitionsRecord
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllChildPartitions(Iterable<? extends ChildPartitionsRecord.ChildPartition> values)
public ChildPartitionsRecord.Builder addAllChildPartitions(Iterable<? extends ChildPartitionsRecord.ChildPartition> values)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
values |
Iterable<? extends com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition>
|
addChildPartitions(ChildPartitionsRecord.ChildPartition value)
public ChildPartitionsRecord.Builder addChildPartitions(ChildPartitionsRecord.ChildPartition value)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
addChildPartitions(ChildPartitionsRecord.ChildPartition.Builder builderForValue)
public ChildPartitionsRecord.Builder addChildPartitions(ChildPartitionsRecord.ChildPartition.Builder builderForValue)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
addChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)
public ChildPartitionsRecord.Builder addChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
addChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)
public ChildPartitionsRecord.Builder addChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
addChildPartitionsBuilder()
public ChildPartitionsRecord.ChildPartition.Builder addChildPartitionsBuilder()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
addChildPartitionsBuilder(int index)
public ChildPartitionsRecord.ChildPartition.Builder addChildPartitionsBuilder(int index)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
index |
int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChildPartitionsRecord.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ChildPartitionsRecord build()
buildPartial()
public ChildPartitionsRecord buildPartial()
clear()
public ChildPartitionsRecord.Builder clear()
Overrides
clearChildPartitions()
public ChildPartitionsRecord.Builder clearChildPartitions()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
clearField(Descriptors.FieldDescriptor field)
public ChildPartitionsRecord.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ChildPartitionsRecord.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearRecordSequence()
public ChildPartitionsRecord.Builder clearRecordSequence()
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;
clearStartTime()
public ChildPartitionsRecord.Builder clearStartTime()
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;
clone()
public ChildPartitionsRecord.Builder clone()
Overrides
getChildPartitions(int index)
public ChildPartitionsRecord.ChildPartition getChildPartitions(int index)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
index |
int
|
getChildPartitionsBuilder(int index)
public ChildPartitionsRecord.ChildPartition.Builder getChildPartitionsBuilder(int index)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
index |
int
|
getChildPartitionsBuilderList()
public List<ChildPartitionsRecord.ChildPartition.Builder> getChildPartitionsBuilderList()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
getChildPartitionsCount()
public int getChildPartitionsCount()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Returns |
Type |
Description |
int |
|
getChildPartitionsList()
public List<ChildPartitionsRecord.ChildPartition> getChildPartitionsList()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
getChildPartitionsOrBuilder(int index)
public ChildPartitionsRecord.ChildPartitionOrBuilder getChildPartitionsOrBuilder(int index)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
index |
int
|
getChildPartitionsOrBuilderList()
public List<? extends ChildPartitionsRecord.ChildPartitionOrBuilder> getChildPartitionsOrBuilderList()
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Returns |
Type |
Description |
List<? extends com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartitionOrBuilder> |
|
getDefaultInstanceForType()
public ChildPartitionsRecord getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getRecordSequence()
public 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 |
Type |
Description |
String |
The recordSequence.
|
getRecordSequenceBytes()
public 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 |
Type |
Description |
ByteString |
The bytes for recordSequence.
|
getStartTime()
public 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 |
Type |
Description |
Timestamp |
The startTime.
|
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()
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;
getStartTimeOrBuilder()
public 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;
hasStartTime()
public 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 |
Type |
Description |
boolean |
Whether the startTime field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
public ChildPartitionsRecord.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ChildPartitionsRecord.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeFrom(ChildPartitionsRecord other)
public ChildPartitionsRecord.Builder mergeFrom(ChildPartitionsRecord other)
mergeStartTime(Timestamp value)
public ChildPartitionsRecord.Builder mergeStartTime(Timestamp value)
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;
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChildPartitionsRecord.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
removeChildPartitions(int index)
public ChildPartitionsRecord.Builder removeChildPartitions(int index)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
Parameter |
Name |
Description |
index |
int
|
setChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)
public ChildPartitionsRecord.Builder setChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
setChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)
public ChildPartitionsRecord.Builder setChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)
A set of child partitions and their associated information.
repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;
setField(Descriptors.FieldDescriptor field, Object value)
public ChildPartitionsRecord.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRecordSequence(String value)
public ChildPartitionsRecord.Builder setRecordSequence(String value)
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;
Parameter |
Name |
Description |
value |
String
The recordSequence to set.
|
setRecordSequenceBytes(ByteString value)
public ChildPartitionsRecord.Builder setRecordSequenceBytes(ByteString value)
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;
Parameter |
Name |
Description |
value |
ByteString
The bytes for recordSequence to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChildPartitionsRecord.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStartTime(Timestamp value)
public ChildPartitionsRecord.Builder setStartTime(Timestamp value)
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;
setStartTime(Timestamp.Builder builderForValue)
public ChildPartitionsRecord.Builder setStartTime(Timestamp.Builder builderForValue)
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;
Parameter |
Name |
Description |
builderForValue |
Builder
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ChildPartitionsRecord.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides