io.temporal.api.replication.v1.FailoverStatusOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: temporal/api/replication/v1/message.proto
package io.temporal.api.replication.v1;
@javax.annotation.Generated(value="protoc", comments="annotations:FailoverStatusOrBuilder.java.pb.meta")
public interface FailoverStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:temporal.api.replication.v1.FailoverStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* Timestamp when the Cluster switched to the following failover_version
*
*
* .google.protobuf.Timestamp failover_time = 1 [(.gogoproto.stdtime) = true];
* @return Whether the failoverTime field is set.
*/
boolean hasFailoverTime();
/**
*
* Timestamp when the Cluster switched to the following failover_version
*
*
* .google.protobuf.Timestamp failover_time = 1 [(.gogoproto.stdtime) = true];
* @return The failoverTime.
*/
com.google.protobuf.Timestamp getFailoverTime();
/**
*
* Timestamp when the Cluster switched to the following failover_version
*
*
* .google.protobuf.Timestamp failover_time = 1 [(.gogoproto.stdtime) = true];
*/
com.google.protobuf.TimestampOrBuilder getFailoverTimeOrBuilder();
/**
* int64 failover_version = 2;
* @return The failoverVersion.
*/
long getFailoverVersion();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy