All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.temporal.api.replication.v1.FailoverStatusOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.27.0
Show newest version
// 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