Package com.google.spanner.executor.v1
Interface HeartbeatRecordOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HeartbeatRecord,HeartbeatRecord.Builder
public interface HeartbeatRecordOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampTimestamp for this heartbeat check.com.google.protobuf.TimestampOrBuilderTimestamp for this heartbeat check.booleanTimestamp for this heartbeat check.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
-
hasHeartbeatTime
boolean hasHeartbeatTime()Timestamp for this heartbeat check.
.google.protobuf.Timestamp heartbeat_time = 1;- Returns:
- Whether the heartbeatTime field is set.
-
getHeartbeatTime
com.google.protobuf.Timestamp getHeartbeatTime()Timestamp for this heartbeat check.
.google.protobuf.Timestamp heartbeat_time = 1;- Returns:
- The heartbeatTime.
-
getHeartbeatTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getHeartbeatTimeOrBuilder()Timestamp for this heartbeat check.
.google.protobuf.Timestamp heartbeat_time = 1;
-