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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      Timestamp getFailoverTime()
      Timestamp when the Cluster switched to the following failover_version
      TimestampOrBuilder getFailoverTimeOrBuilder()
      Timestamp when the Cluster switched to the following failover_version
      long getFailoverVersion()
      int64 failover_version = 2;
      boolean hasFailoverTime()
      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 Detail

      • 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

        Timestamp getFailoverTime()
         Timestamp when the Cluster switched to the following failover_version
         
        .google.protobuf.Timestamp failover_time = 1;
        Returns:
        The failoverTime.
      • getFailoverTimeOrBuilder

        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.