-
ChangeStreamRecord.HeartbeatRecord.Builder.clear()
Indicates the timestamp at which the query has returned all the records
in the change stream partition with timestamp <= heartbeat timestamp.
Heartbeat record describing a heartbeat for a change stream partition.
ChangeStreamRecord.HeartbeatRecord.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ChangeStreamRecord.HeartbeatRecord.Builder.mergeFrom(com.google.protobuf.Message other)
ChangeStreamRecord.HeartbeatRecord.Builder.mergeTimestamp(com.google.protobuf.Timestamp value)
Indicates the timestamp at which the query has returned all the records
in the change stream partition with timestamp <= heartbeat timestamp.
ChangeStreamRecord.HeartbeatRecord.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
ChangeStreamRecord.HeartbeatRecord.Builder.setTimestamp(com.google.protobuf.Timestamp value)
Indicates the timestamp at which the query has returned all the records
in the change stream partition with timestamp <= heartbeat timestamp.
ChangeStreamRecord.HeartbeatRecord.Builder.setTimestamp(com.google.protobuf.Timestamp.Builder builderForValue)
Indicates the timestamp at which the query has returned all the records
in the change stream partition with timestamp <= heartbeat timestamp.
ChangeStreamRecord.HeartbeatRecord.toBuilder()
Heartbeat record describing a heartbeat for a change stream partition.