Send feedback
Class ChangeStreamRecord.PartitionEventRecord.MoveOutEvent.Builder (6.96.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
public static final class ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder extends GeneratedMessageV3 . Builder<ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder > implements ChangeStreamRecord . PartitionEventRecord . MoveOutEventOrBuilder
Describes move-out of the key ranges out of the change stream partition
identified by
partition_token .
To maintain processing the changes for a particular key in timestamp
order, the query processing the
MoveOutEvent
in the partition identified by
partition_token
should inform the queries processing the destination partitions that
they can unblock and proceed processing records past the
commit_timestamp .
Protobuf type
google.spanner.v1.ChangeStreamRecord.PartitionEventRecord.MoveOutEvent
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent build ()
buildPartial()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent buildPartial ()
clear()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder clear ()
Overrides
clearDestinationPartitionToken()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder clearDestinationPartitionToken ()
An unique partition identifier describing the destination change
stream partition that will record changes for the key range that is
moving out of this partition.
string destination_partition_token = 1;
clearField(Descriptors.FieldDescriptor field)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clone()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder clone ()
Overrides
getDefaultInstanceForType()
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getDestinationPartitionToken()
public String getDestinationPartitionToken ()
An unique partition identifier describing the destination change
stream partition that will record changes for the key range that is
moving out of this partition.
string destination_partition_token = 1;
Returns
Type
Description
String
The destinationPartitionToken.
getDestinationPartitionTokenBytes()
public ByteString getDestinationPartitionTokenBytes ()
An unique partition identifier describing the destination change
stream partition that will record changes for the key range that is
moving out of this partition.
string destination_partition_token = 1;
Returns
Type
Description
ByteString
The bytes for destinationPartitionToken.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(ChangeStreamRecord.PartitionEventRecord.MoveOutEvent other)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder mergeFrom ( ChangeStreamRecord . PartitionEventRecord . MoveOutEvent other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setDestinationPartitionToken(String value)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder setDestinationPartitionToken ( String value )
An unique partition identifier describing the destination change
stream partition that will record changes for the key range that is
moving out of this partition.
string destination_partition_token = 1;
Parameter
Name
Description
value
String
The destinationPartitionToken to set.
setDestinationPartitionTokenBytes(ByteString value)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder setDestinationPartitionTokenBytes ( ByteString value )
An unique partition identifier describing the destination change
stream partition that will record changes for the key range that is
moving out of this partition.
string destination_partition_token = 1;
Parameter
Name
Description
value
ByteString
The bytes for destinationPartitionToken to set.
setField(Descriptors.FieldDescriptor field, Object value)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ChangeStreamRecord . PartitionEventRecord . MoveOutEvent . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]