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

    Modifier and Type
    Method
    Description
    The id of the async operation that is making changes to where the namespace is available, if any.
    com.google.protobuf.ByteString
    The id of the async operation that is making changes to where the namespace is available, if any.
    The current state of the namespace region.
    Deprecated.
    temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated.
    com.google.protobuf.ByteString
    Deprecated.
    temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated.
    int
    The current state of the namespace region.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getStateDeprecated

      @Deprecated String getStateDeprecated()
      Deprecated.
      temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=371
       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.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 1 [deprecated = true];
      Returns:
      The stateDeprecated.
    • getStateDeprecatedBytes

      @Deprecated com.google.protobuf.ByteString getStateDeprecatedBytes()
      Deprecated.
      temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=371
       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.
       Deprecated: Not supported after v0.3.0 api version. Use state instead.
       temporal:versioning:max_version=v0.3.0
       
      string state_deprecated = 1 [deprecated = true];
      Returns:
      The bytes for stateDeprecated.
    • getStateValue

      int getStateValue()
       The current state of the namespace region.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.namespace.v1.NamespaceRegionStatus.State state = 3;
      Returns:
      The enum numeric value on the wire for state.
    • getState

       The current state of the namespace region.
       temporal:versioning:min_version=v0.3.0
       temporal:enums:replaces=state_deprecated
       
      .temporal.api.cloud.namespace.v1.NamespaceRegionStatus.State state = 3;
      Returns:
      The state.
    • getAsyncOperationId

      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.