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 Type
    Method
    Description
    com.google.protobuf.Timestamp
    Timestamp when the Cluster switched to the following failover_version
    com.google.protobuf.TimestampOrBuilder
    Timestamp when the Cluster switched to the following failover_version
    long
    int64 failover_version = 2;
    boolean
    Timestamp when the Cluster switched to the following failover_version

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.