public static interface ChangeStreamRecord.HeartbeatRecordOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getTimestamp()
public abstract Timestamp getTimestamp()Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The timestamp. |
getTimestampOrBuilder()
public abstract TimestampOrBuilder getTimestampOrBuilder()Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasTimestamp()
public abstract boolean hasTimestamp()Indicates the timestamp at which the query has returned all the records in the change stream partition with timestamp <= heartbeat timestamp. The heartbeat timestamp will not be the same as the timestamps of other record types in the same partition.
.google.protobuf.Timestamp timestamp = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timestamp field is set. |