Enum Class AsyncOperation.State

java.lang.Object
java.lang.Enum<AsyncOperation.State>
io.temporal.api.cloud.operation.v1.AsyncOperation.State
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<AsyncOperation.State>, Constable
Enclosing class:
AsyncOperation

public static enum AsyncOperation.State extends Enum<AsyncOperation.State> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enum temporal.api.cloud.operation.v1.AsyncOperation.State
  • Enum Constant Details

    • STATE_UNSPECIFIED

      public static final AsyncOperation.State STATE_UNSPECIFIED
      STATE_UNSPECIFIED = 0;
    • STATE_PENDING

      public static final AsyncOperation.State STATE_PENDING
       The operation is pending.
       
      STATE_PENDING = 1;
    • STATE_IN_PROGRESS

      public static final AsyncOperation.State STATE_IN_PROGRESS
       The operation is in progress.
       
      STATE_IN_PROGRESS = 2;
    • STATE_FAILED

      public static final AsyncOperation.State STATE_FAILED
       The operation failed, check failure_reason for more details.
       
      STATE_FAILED = 3;
    • STATE_CANCELLED

      public static final AsyncOperation.State STATE_CANCELLED
       The operation was cancelled.
       
      STATE_CANCELLED = 4;
    • STATE_FULFILLED

      public static final AsyncOperation.State STATE_FULFILLED
       The operation was fulfilled.
       
      STATE_FULFILLED = 5;
    • STATE_REJECTED

      public static final AsyncOperation.State STATE_REJECTED
       The operation was rejected.
       
      STATE_REJECTED = 6;
    • UNRECOGNIZED

      public static final AsyncOperation.State UNRECOGNIZED
  • Field Details

    • STATE_UNSPECIFIED_VALUE

      public static final int STATE_UNSPECIFIED_VALUE
      STATE_UNSPECIFIED = 0;
      See Also:
    • STATE_PENDING_VALUE

      public static final int STATE_PENDING_VALUE
       The operation is pending.
       
      STATE_PENDING = 1;
      See Also:
    • STATE_IN_PROGRESS_VALUE

      public static final int STATE_IN_PROGRESS_VALUE
       The operation is in progress.
       
      STATE_IN_PROGRESS = 2;
      See Also:
    • STATE_FAILED_VALUE

      public static final int STATE_FAILED_VALUE
       The operation failed, check failure_reason for more details.
       
      STATE_FAILED = 3;
      See Also:
    • STATE_CANCELLED_VALUE

      public static final int STATE_CANCELLED_VALUE
       The operation was cancelled.
       
      STATE_CANCELLED = 4;
      See Also:
    • STATE_FULFILLED_VALUE

      public static final int STATE_FULFILLED_VALUE
       The operation was fulfilled.
       
      STATE_FULFILLED = 5;
      See Also:
    • STATE_REJECTED_VALUE

      public static final int STATE_REJECTED_VALUE
       The operation was rejected.
       
      STATE_REJECTED = 6;
      See Also:
  • Method Details

    • values

      public static AsyncOperation.State[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AsyncOperation.State valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static AsyncOperation.State valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AsyncOperation.State forNumber(int value)
      Parameters:
      value - The numeric wire value of the corresponding enum entry.
      Returns:
      The enum associated with the given numeric wire value.
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AsyncOperation.State> internalGetValueMap()
    • getValueDescriptor

      public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
      Specified by:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptor

      public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
    • valueOf

      public static AsyncOperation.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      desc - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null