Enum Class 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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe operation was cancelled.The operation failed, check failure_reason for more details.The operation was fulfilled.The operation is in progress.The operation is pending.The operation was rejected.STATE_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe operation was cancelled.static final intThe operation failed, check failure_reason for more details.static final intThe operation was fulfilled.static final intThe operation is in progress.static final intThe operation is pending.static final intThe operation was rejected.static final intSTATE_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic AsyncOperation.StateforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<AsyncOperation.State> static AsyncOperation.StatevalueOf(int value) Deprecated.static AsyncOperation.StatevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static AsyncOperation.StateReturns the enum constant of this class with the specified name.static AsyncOperation.State[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
STATE_UNSPECIFIED
STATE_UNSPECIFIED = 0; -
STATE_PENDING
The operation is pending.
STATE_PENDING = 1; -
STATE_IN_PROGRESS
The operation is in progress.
STATE_IN_PROGRESS = 2; -
STATE_FAILED
The operation failed, check failure_reason for more details.
STATE_FAILED = 3; -
STATE_CANCELLED
The operation was cancelled.
STATE_CANCELLED = 4; -
STATE_FULFILLED
The operation was fulfilled.
STATE_FULFILLED = 5; -
STATE_REJECTED
The operation was rejected.
STATE_REJECTED = 6; -
UNRECOGNIZED
-
-
Field Details
-
STATE_UNSPECIFIED_VALUE
public static final int STATE_UNSPECIFIED_VALUESTATE_UNSPECIFIED = 0;- See Also:
-
STATE_PENDING_VALUE
public static final int STATE_PENDING_VALUEThe operation is pending.
STATE_PENDING = 1;- See Also:
-
STATE_IN_PROGRESS_VALUE
public static final int STATE_IN_PROGRESS_VALUEThe operation is in progress.
STATE_IN_PROGRESS = 2;- See Also:
-
STATE_FAILED_VALUE
public static final int STATE_FAILED_VALUEThe operation failed, check failure_reason for more details.
STATE_FAILED = 3;- See Also:
-
STATE_CANCELLED_VALUE
public static final int STATE_CANCELLED_VALUEThe operation was cancelled.
STATE_CANCELLED = 4;- See Also:
-
STATE_FULFILLED_VALUE
public static final int STATE_FULFILLED_VALUEThe operation was fulfilled.
STATE_FULFILLED = 5;- See Also:
-
STATE_REJECTED_VALUE
public static final int STATE_REJECTED_VALUEThe operation was rejected.
STATE_REJECTED = 6;- See Also:
-
-
Method Details
-
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
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 nameNullPointerException- 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.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 nameNullPointerException- if the argument is null
-
forNumber
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
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 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 nameNullPointerException- if the argument is null
-