Interface FailoverStatusOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FailoverStatus,FailoverStatus.Builder
@Generated(value="protoc",
comments="annotations:FailoverStatusOrBuilder.java.pb.meta")
public interface FailoverStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampTimestamp when the Cluster switched to the following failover_versioncom.google.protobuf.TimestampOrBuilderTimestamp when the Cluster switched to the following failover_versionlongint64 failover_version = 2;booleanTimestamp when the Cluster switched to the following failover_versionMethods 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
-
hasFailoverTime
boolean hasFailoverTime()Timestamp when the Cluster switched to the following failover_version
.google.protobuf.Timestamp failover_time = 1;- Returns:
- Whether the failoverTime field is set.
-
getFailoverTime
com.google.protobuf.Timestamp getFailoverTime()Timestamp when the Cluster switched to the following failover_version
.google.protobuf.Timestamp failover_time = 1;- Returns:
- The failoverTime.
-
getFailoverTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getFailoverTimeOrBuilder()Timestamp when the Cluster switched to the following failover_version
.google.protobuf.Timestamp failover_time = 1; -
getFailoverVersion
long getFailoverVersion()int64 failover_version = 2;- Returns:
- The failoverVersion.
-