Interface NamespaceRegionStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
NamespaceRegionStatus,NamespaceRegionStatus.Builder
@Generated(value="protoc", comments="annotations:NamespaceRegionStatusOrBuilder.java.pb.meta") public interface NamespaceRegionStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id of the async operation that is making changes to where the namespace is available, if any.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id of the async operation that is making changes to where the namespace is available, if any.java.lang.StringgetState()The current state of the namespace region.com.google.protobuf.ByteStringgetStateBytes()The current state of the namespace region.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getState
java.lang.String getState()
The current state of the namespace region. Possible values: adding, active, passive, removing, failed. For any failed state, reach out to Temporal Cloud support for remediation.
string state = 1;- Returns:
- The state.
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
The current state of the namespace region. Possible values: adding, active, passive, removing, failed. For any failed state, reach out to Temporal Cloud support for remediation.
string state = 1;- Returns:
- The bytes for state.
-
getAsyncOperationId
java.lang.String getAsyncOperationId()
The id of the async operation that is making changes to where the namespace is available, if any.
string async_operation_id = 2;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()
The id of the async operation that is making changes to where the namespace is available, if any.
string async_operation_id = 2;- Returns:
- The bytes for asyncOperationId.
-
-