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