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 Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getAsyncOperationId()
      The id of the async operation that is making changes to where the namespace is available, if any.
      com.google.protobuf.ByteString getAsyncOperationIdBytes()
      The id of the async operation that is making changes to where the namespace is available, if any.
      NamespaceRegionStatus.State getState()
      The current state of the namespace region.
      java.lang.String getStateDeprecated()
      Deprecated.
      temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated.
      com.google.protobuf.ByteString getStateDeprecatedBytes()
      Deprecated.
      temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated.
      int getStateValue()
      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 Detail

      • getStateDeprecated

        @Deprecated
        java.lang.String getStateDeprecated()
        Deprecated.
        temporal.api.cloud.namespace.v1.NamespaceRegionStatus.state_deprecated is deprecated. See temporal/api/cloud/namespace/v1/message.proto;l=197
         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 2024-10-01-00 api version. Use state instead.
         temporal:versioning:max_version=2024-10-01-00
         
        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=197
         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 2024-10-01-00 api version. Use state instead.
         temporal:versioning:max_version=2024-10-01-00
         
        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=2024-10-01-00
         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

        NamespaceRegionStatus.State getState()
         The current state of the namespace region.
         temporal:versioning:min_version=2024-10-01-00
         temporal:enums:replaces=state_deprecated
         
        .temporal.api.cloud.namespace.v1.NamespaceRegionStatus.State state = 3;
        Returns:
        The 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.