Send feedback
Class ChangeStreamRecord (6.102.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class ChangeStreamRecord extends GeneratedMessageV3 implements ChangeStreamRecordOrBuilder
Raw ChangeStream records.
Encodes one of: DataChangeRecord, HeartbeatRecord, ChildPartitionsRecord
returned from the ChangeStream API.
Protobuf type google.spanner.executor.v1.ChangeStreamRecord
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CHILD_PARTITION_FIELD_NUMBER
public static final int CHILD_PARTITION_FIELD_NUMBER
Field Value
Type
Description
int
DATA_CHANGE_FIELD_NUMBER
public static final int DATA_CHANGE_FIELD_NUMBER
Field Value
Type
Description
int
HEARTBEAT_FIELD_NUMBER
public static final int HEARTBEAT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ChangeStreamRecord getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ChangeStreamRecord . Builder newBuilder ()
newBuilder(ChangeStreamRecord prototype)
public static ChangeStreamRecord . Builder newBuilder ( ChangeStreamRecord prototype )
public static ChangeStreamRecord parseDelimitedFrom ( InputStream input )
public static ChangeStreamRecord parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ChangeStreamRecord parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ChangeStreamRecord parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ChangeStreamRecord parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ChangeStreamRecord parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ChangeStreamRecord parseFrom ( CodedInputStream input )
public static ChangeStreamRecord parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ChangeStreamRecord parseFrom ( InputStream input )
public static ChangeStreamRecord parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ChangeStreamRecord parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ChangeStreamRecord parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ChangeStreamRecord> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getChildPartition()
public ChildPartitionsRecord getChildPartition ()
Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2;
getChildPartitionOrBuilder()
public ChildPartitionsRecordOrBuilder getChildPartitionOrBuilder ()
Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2;
getDataChange()
public DataChangeRecord getDataChange ()
Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1;
getDataChangeOrBuilder()
public DataChangeRecordOrBuilder getDataChangeOrBuilder ()
Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1;
getDefaultInstanceForType()
public ChangeStreamRecord getDefaultInstanceForType ()
getHeartbeat()
public HeartbeatRecord getHeartbeat ()
Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3;
getHeartbeatOrBuilder()
public HeartbeatRecordOrBuilder getHeartbeatOrBuilder ()
Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3;
getParserForType()
public Parser<ChangeStreamRecord> getParserForType ()
Overrides
getRecordCase()
public ChangeStreamRecord . RecordCase getRecordCase ()
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hasChildPartition()
public boolean hasChildPartition ()
Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2;
Returns
Type
Description
boolean
Whether the childPartition field is set.
hasDataChange()
public boolean hasDataChange ()
Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1;
Returns
Type
Description
boolean
Whether the dataChange field is set.
hasHeartbeat()
public boolean hasHeartbeat ()
Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3;
Returns
Type
Description
boolean
Whether the heartbeat field is set.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ChangeStreamRecord . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ChangeStreamRecord . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ChangeStreamRecord . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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-10-11 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-10-11 UTC."],[],[]]