Class ChildPartitionsRecord.Builder (6.89.0)

publicstaticfinalclassChildPartitionsRecord.BuilderextendsGeneratedMessageV3.Builder<ChildPartitionsRecord.Builder>implementsChildPartitionsRecordOrBuilder

ChangeStream child partition record.

Protobuf type google.spanner.executor.v1.ChildPartitionsRecord

Static Methods

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
TypeDescription
Descriptor

Methods

addAllChildPartitions(Iterable<? extends ChildPartitionsRecord.ChildPartition> values)

publicChildPartitionsRecord.BuilderaddAllChildPartitions(Iterable<?extendsChildPartitionsRecord.ChildPartition>values)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
valuesIterable<? extends com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition>
Returns
TypeDescription
ChildPartitionsRecord.Builder

addChildPartitions(ChildPartitionsRecord.ChildPartition value)

publicChildPartitionsRecord.BuilderaddChildPartitions(ChildPartitionsRecord.ChildPartitionvalue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
valueChildPartitionsRecord.ChildPartition
Returns
TypeDescription
ChildPartitionsRecord.Builder

addChildPartitions(ChildPartitionsRecord.ChildPartition.Builder builderForValue)

publicChildPartitionsRecord.BuilderaddChildPartitions(ChildPartitionsRecord.ChildPartition.BuilderbuilderForValue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
builderForValueChildPartitionsRecord.ChildPartition.Builder
Returns
TypeDescription
ChildPartitionsRecord.Builder

addChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)

publicChildPartitionsRecord.BuilderaddChildPartitions(intindex,ChildPartitionsRecord.ChildPartitionvalue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameters
NameDescription
indexint
valueChildPartitionsRecord.ChildPartition
Returns
TypeDescription
ChildPartitionsRecord.Builder

addChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)

publicChildPartitionsRecord.BuilderaddChildPartitions(intindex,ChildPartitionsRecord.ChildPartition.BuilderbuilderForValue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameters
NameDescription
indexint
builderForValueChildPartitionsRecord.ChildPartition.Builder
Returns
TypeDescription
ChildPartitionsRecord.Builder

addChildPartitionsBuilder()

publicChildPartitionsRecord.ChildPartition.BuilderaddChildPartitionsBuilder()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
ChildPartitionsRecord.ChildPartition.Builder

addChildPartitionsBuilder(int index)

publicChildPartitionsRecord.ChildPartition.BuilderaddChildPartitionsBuilder(intindex)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChildPartitionsRecord.ChildPartition.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

publicChildPartitionsRecord.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

build()

publicChildPartitionsRecordbuild()
Returns
TypeDescription
ChildPartitionsRecord

buildPartial()

publicChildPartitionsRecordbuildPartial()
Returns
TypeDescription
ChildPartitionsRecord

clear()

publicChildPartitionsRecord.Builderclear()
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

clearChildPartitions()

publicChildPartitionsRecord.BuilderclearChildPartitions()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
ChildPartitionsRecord.Builder

clearField(Descriptors.FieldDescriptor field)

publicChildPartitionsRecord.BuilderclearField(Descriptors.FieldDescriptorfield)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

publicChildPartitionsRecord.BuilderclearOneof(Descriptors.OneofDescriptoroneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

clearRecordSequence()

publicChildPartitionsRecord.BuilderclearRecordSequence()

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
TypeDescription
ChildPartitionsRecord.Builder

This builder for chaining.

clearStartTime()

publicChildPartitionsRecord.BuilderclearStartTime()

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
TypeDescription
ChildPartitionsRecord.Builder

clone()

publicChildPartitionsRecord.Builderclone()
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

getChildPartitions(int index)

publicChildPartitionsRecord.ChildPartitiongetChildPartitions(intindex)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChildPartitionsRecord.ChildPartition

getChildPartitionsBuilder(int index)

publicChildPartitionsRecord.ChildPartition.BuildergetChildPartitionsBuilder(intindex)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChildPartitionsRecord.ChildPartition.Builder

getChildPartitionsBuilderList()

publicList<ChildPartitionsRecord.ChildPartition.Builder>getChildPartitionsBuilderList()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
List<Builder>

getChildPartitionsCount()

publicintgetChildPartitionsCount()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
int

getChildPartitionsList()

publicList<ChildPartitionsRecord.ChildPartition>getChildPartitionsList()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
List<ChildPartition>

getChildPartitionsOrBuilder(int index)

publicChildPartitionsRecord.ChildPartitionOrBuildergetChildPartitionsOrBuilder(intindex)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChildPartitionsRecord.ChildPartitionOrBuilder

getChildPartitionsOrBuilderList()

publicList<?extendsChildPartitionsRecord.ChildPartitionOrBuilder>getChildPartitionsOrBuilderList()

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Returns
TypeDescription
List<? extends com.google.spanner.executor.v1.ChildPartitionsRecord.ChildPartitionOrBuilder>

getDefaultInstanceForType()

publicChildPartitionsRecordgetDefaultInstanceForType()
Returns
TypeDescription
ChildPartitionsRecord

getDescriptorForType()

publicDescriptors.DescriptorgetDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getRecordSequence()

publicStringgetRecordSequence()

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
TypeDescription
String

The recordSequence.

getRecordSequenceBytes()

publicByteStringgetRecordSequenceBytes()

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
TypeDescription
ByteString

The bytes for recordSequence.

getStartTime()

publicTimestampgetStartTime()

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
TypeDescription
Timestamp

The startTime.

getStartTimeBuilder()

publicTimestamp.BuildergetStartTimeBuilder()

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
TypeDescription
Builder

getStartTimeOrBuilder()

publicTimestampOrBuildergetStartTimeOrBuilder()

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
TypeDescription
TimestampOrBuilder

hasStartTime()

publicbooleanhasStartTime()

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
TypeDescription
boolean

Whether the startTime field is set.

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicChildPartitionsRecord.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

publicChildPartitionsRecord.BuildermergeFrom(Messageother)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

mergeFrom(ChildPartitionsRecord other)

publicChildPartitionsRecord.BuildermergeFrom(ChildPartitionsRecordother)
Parameter
NameDescription
otherChildPartitionsRecord
Returns
TypeDescription
ChildPartitionsRecord.Builder

mergeStartTime(Timestamp value)

publicChildPartitionsRecord.BuildermergeStartTime(Timestampvalue)

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
NameDescription
valueTimestamp
Returns
TypeDescription
ChildPartitionsRecord.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

publicfinalChildPartitionsRecord.BuildermergeUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

removeChildPartitions(int index)

publicChildPartitionsRecord.BuilderremoveChildPartitions(intindex)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
ChildPartitionsRecord.Builder

setChildPartitions(int index, ChildPartitionsRecord.ChildPartition value)

publicChildPartitionsRecord.BuildersetChildPartitions(intindex,ChildPartitionsRecord.ChildPartitionvalue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameters
NameDescription
indexint
valueChildPartitionsRecord.ChildPartition
Returns
TypeDescription
ChildPartitionsRecord.Builder

setChildPartitions(int index, ChildPartitionsRecord.ChildPartition.Builder builderForValue)

publicChildPartitionsRecord.BuildersetChildPartitions(intindex,ChildPartitionsRecord.ChildPartition.BuilderbuilderForValue)

A set of child partitions and their associated information.

repeated .google.spanner.executor.v1.ChildPartitionsRecord.ChildPartition child_partitions = 3;

Parameters
NameDescription
indexint
builderForValueChildPartitionsRecord.ChildPartition.Builder
Returns
TypeDescription
ChildPartitionsRecord.Builder

setField(Descriptors.FieldDescriptor field, Object value)

publicChildPartitionsRecord.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

setRecordSequence(String value)

publicChildPartitionsRecord.BuildersetRecordSequence(Stringvalue)

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
NameDescription
valueString

The recordSequence to set.

Returns
TypeDescription
ChildPartitionsRecord.Builder

This builder for chaining.

setRecordSequenceBytes(ByteString value)

publicChildPartitionsRecord.BuildersetRecordSequenceBytes(ByteStringvalue)

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
NameDescription
valueByteString

The bytes for recordSequence to set.

Returns
TypeDescription
ChildPartitionsRecord.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

publicChildPartitionsRecord.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides

setStartTime(Timestamp value)

publicChildPartitionsRecord.BuildersetStartTime(Timestampvalue)

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
NameDescription
valueTimestamp
Returns
TypeDescription
ChildPartitionsRecord.Builder

setStartTime(Timestamp.Builder builderForValue)

publicChildPartitionsRecord.BuildersetStartTime(Timestamp.BuilderbuilderForValue)

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
NameDescription
builderForValueBuilder
Returns
TypeDescription
ChildPartitionsRecord.Builder

setUnknownFields(UnknownFieldSet unknownFields)

publicfinalChildPartitionsRecord.BuildersetUnknownFields(UnknownFieldSetunknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ChildPartitionsRecord.Builder
Overrides