Package io.temporal.api.errordetails.v1
Interface NotFoundFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NotFoundFailure,NotFoundFailure.Builder
@Generated(value="protoc", comments="annotations:NotFoundFailureOrBuilder.java.pb.meta") public interface NotFoundFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetActiveCluster()string active_cluster = 2;com.google.protobuf.ByteStringgetActiveClusterBytes()string active_cluster = 2;java.lang.StringgetCurrentCluster()string current_cluster = 1;com.google.protobuf.ByteStringgetCurrentClusterBytes()string current_cluster = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCurrentCluster
java.lang.String getCurrentCluster()
string current_cluster = 1;- Returns:
- The currentCluster.
-
getCurrentClusterBytes
com.google.protobuf.ByteString getCurrentClusterBytes()
string current_cluster = 1;- Returns:
- The bytes for currentCluster.
-
getActiveCluster
java.lang.String getActiveCluster()
string active_cluster = 2;- Returns:
- The activeCluster.
-
getActiveClusterBytes
com.google.protobuf.ByteString getActiveClusterBytes()
string active_cluster = 2;- Returns:
- The bytes for activeCluster.
-
-