Package io.temporal.api.replication.v1
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 com.google.protobuf.TimestampgetFailoverTime()Timestamp when the Cluster switched to the following failover_versioncom.google.protobuf.TimestampOrBuildergetFailoverTimeOrBuilder()Timestamp when the Cluster switched to the following failover_versionlonggetFailoverVersion()int64 failover_version = 2;booleanhasFailoverTime()Timestamp when the Cluster switched to the following failover_version-
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 [(.gogoproto.stdtime) = true];- 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 [(.gogoproto.stdtime) = true];- 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 [(.gogoproto.stdtime) = true];
-
getFailoverVersion
long getFailoverVersion()
int64 failover_version = 2;- Returns:
- The failoverVersion.
-
-