Enum 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,java.io.Serializable,java.lang.Comparable<AsyncOperation.State>
- Enclosing class:
- AsyncOperation
public static enum AsyncOperation.State extends java.lang.Enum<AsyncOperation.State> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumtemporal.api.cloud.operation.v1.AsyncOperation.State
-
-
Enum Constant Summary
Enum Constants Enum Constant Description STATE_CANCELLEDThe operation was cancelled.STATE_FAILEDThe operation failed, check failure_reason for more details.STATE_FULFILLEDThe operation was fulfilled.STATE_IN_PROGRESSThe operation is in progress.STATE_PENDINGThe operation is pending.STATE_REJECTEDThe operation was rejected.STATE_UNSPECIFIEDSTATE_UNSPECIFIED = 0;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intSTATE_CANCELLED_VALUEThe operation was cancelled.static intSTATE_FAILED_VALUEThe operation failed, check failure_reason for more details.static intSTATE_FULFILLED_VALUEThe operation was fulfilled.static intSTATE_IN_PROGRESS_VALUEThe operation is in progress.static intSTATE_PENDING_VALUEThe operation is pending.static intSTATE_REJECTED_VALUEThe operation was rejected.static intSTATE_UNSPECIFIED_VALUESTATE_UNSPECIFIED = 0;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AsyncOperation.StateforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<AsyncOperation.State>internalGetValueMap()static AsyncOperation.StatevalueOf(int value)Deprecated.static AsyncOperation.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AsyncOperation.StatevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AsyncOperation.State[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
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 Detail
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUE
STATE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
STATE_PENDING_VALUE
public static final int STATE_PENDING_VALUE
The operation is pending.
STATE_PENDING = 1;- See Also:
- Constant Field Values
-
STATE_IN_PROGRESS_VALUE
public static final int STATE_IN_PROGRESS_VALUE
The operation is in progress.
STATE_IN_PROGRESS = 2;- See Also:
- Constant Field Values
-
STATE_FAILED_VALUE
public static final int STATE_FAILED_VALUE
The operation failed, check failure_reason for more details.
STATE_FAILED = 3;- See Also:
- Constant Field Values
-
STATE_CANCELLED_VALUE
public static final int STATE_CANCELLED_VALUE
The operation was cancelled.
STATE_CANCELLED = 4;- See Also:
- Constant Field Values
-
STATE_FULFILLED_VALUE
public static final int STATE_FULFILLED_VALUE
The operation was fulfilled.
STATE_FULFILLED = 5;- See Also:
- Constant Field Values
-
STATE_REJECTED_VALUE
public static final int STATE_REJECTED_VALUE
The operation was rejected.
STATE_REJECTED = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AsyncOperation.State[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (AsyncOperation.State c : AsyncOperation.State.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AsyncOperation.State valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static AsyncOperation.State valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-