Package com.google.spanner.executor.v1
Interface ChangeStreamRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChangeStreamRecord,ChangeStreamRecord.Builder
public interface ChangeStreamRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionChild partitions record.Child partitions record.Data change record.Data change record.Heartbeat record.Heartbeat record.booleanChild partitions record.booleanData change record.booleanHeartbeat record.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
-
hasDataChange
boolean hasDataChange()Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1;- Returns:
- Whether the dataChange field is set.
-
getDataChange
DataChangeRecord getDataChange()Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1;- Returns:
- The dataChange.
-
getDataChangeOrBuilder
DataChangeRecordOrBuilder getDataChangeOrBuilder()Data change record.
.google.spanner.executor.v1.DataChangeRecord data_change = 1; -
hasChildPartition
boolean hasChildPartition()Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2;- Returns:
- Whether the childPartition field is set.
-
getChildPartition
ChildPartitionsRecord getChildPartition()Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2;- Returns:
- The childPartition.
-
getChildPartitionOrBuilder
ChildPartitionsRecordOrBuilder getChildPartitionOrBuilder()Child partitions record.
.google.spanner.executor.v1.ChildPartitionsRecord child_partition = 2; -
hasHeartbeat
boolean hasHeartbeat()Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3;- Returns:
- Whether the heartbeat field is set.
-
getHeartbeat
HeartbeatRecord getHeartbeat()Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3;- Returns:
- The heartbeat.
-
getHeartbeatOrBuilder
HeartbeatRecordOrBuilder getHeartbeatOrBuilder()Heartbeat record.
.google.spanner.executor.v1.HeartbeatRecord heartbeat = 3; -
getRecordCase
ChangeStreamRecord.RecordCase getRecordCase()
-