Enum OrchestratorService.OrchestrationStatus
- java.lang.Object
-
- java.lang.Enum<OrchestratorService.OrchestrationStatus>
-
- com.microsoft.durabletask.implementation.protobuf.OrchestratorService.OrchestrationStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<OrchestratorService.OrchestrationStatus>
- Enclosing class:
- OrchestratorService
public static enum OrchestratorService.OrchestrationStatus extends java.lang.Enum<OrchestratorService.OrchestrationStatus> implements com.google.protobuf.ProtocolMessageEnum
Protobuf enumOrchestrationStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ORCHESTRATION_STATUS_CANCELEDORCHESTRATION_STATUS_CANCELED = 4;ORCHESTRATION_STATUS_COMPLETEDORCHESTRATION_STATUS_COMPLETED = 1;ORCHESTRATION_STATUS_CONTINUED_AS_NEWORCHESTRATION_STATUS_CONTINUED_AS_NEW = 2;ORCHESTRATION_STATUS_FAILEDORCHESTRATION_STATUS_FAILED = 3;ORCHESTRATION_STATUS_PENDINGORCHESTRATION_STATUS_PENDING = 6;ORCHESTRATION_STATUS_RUNNINGORCHESTRATION_STATUS_RUNNING = 0;ORCHESTRATION_STATUS_SUSPENDEDORCHESTRATION_STATUS_SUSPENDED = 7;ORCHESTRATION_STATUS_TERMINATEDORCHESTRATION_STATUS_TERMINATED = 5;UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intORCHESTRATION_STATUS_CANCELED_VALUEORCHESTRATION_STATUS_CANCELED = 4;static intORCHESTRATION_STATUS_COMPLETED_VALUEORCHESTRATION_STATUS_COMPLETED = 1;static intORCHESTRATION_STATUS_CONTINUED_AS_NEW_VALUEORCHESTRATION_STATUS_CONTINUED_AS_NEW = 2;static intORCHESTRATION_STATUS_FAILED_VALUEORCHESTRATION_STATUS_FAILED = 3;static intORCHESTRATION_STATUS_PENDING_VALUEORCHESTRATION_STATUS_PENDING = 6;static intORCHESTRATION_STATUS_RUNNING_VALUEORCHESTRATION_STATUS_RUNNING = 0;static intORCHESTRATION_STATUS_SUSPENDED_VALUEORCHESTRATION_STATUS_SUSPENDED = 7;static intORCHESTRATION_STATUS_TERMINATED_VALUEORCHESTRATION_STATUS_TERMINATED = 5;
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OrchestratorService.OrchestrationStatusforNumber(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<OrchestratorService.OrchestrationStatus>internalGetValueMap()static OrchestratorService.OrchestrationStatusvalueOf(int value)Deprecated.static OrchestratorService.OrchestrationStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OrchestratorService.OrchestrationStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OrchestratorService.OrchestrationStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ORCHESTRATION_STATUS_RUNNING
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_RUNNING
ORCHESTRATION_STATUS_RUNNING = 0;
-
ORCHESTRATION_STATUS_COMPLETED
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_COMPLETED
ORCHESTRATION_STATUS_COMPLETED = 1;
-
ORCHESTRATION_STATUS_CONTINUED_AS_NEW
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_CONTINUED_AS_NEW
ORCHESTRATION_STATUS_CONTINUED_AS_NEW = 2;
-
ORCHESTRATION_STATUS_FAILED
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_FAILED
ORCHESTRATION_STATUS_FAILED = 3;
-
ORCHESTRATION_STATUS_CANCELED
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_CANCELED
ORCHESTRATION_STATUS_CANCELED = 4;
-
ORCHESTRATION_STATUS_TERMINATED
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_TERMINATED
ORCHESTRATION_STATUS_TERMINATED = 5;
-
ORCHESTRATION_STATUS_PENDING
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_PENDING
ORCHESTRATION_STATUS_PENDING = 6;
-
ORCHESTRATION_STATUS_SUSPENDED
public static final OrchestratorService.OrchestrationStatus ORCHESTRATION_STATUS_SUSPENDED
ORCHESTRATION_STATUS_SUSPENDED = 7;
-
UNRECOGNIZED
public static final OrchestratorService.OrchestrationStatus UNRECOGNIZED
-
-
Field Detail
-
ORCHESTRATION_STATUS_RUNNING_VALUE
public static final int ORCHESTRATION_STATUS_RUNNING_VALUE
ORCHESTRATION_STATUS_RUNNING = 0;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_COMPLETED_VALUE
public static final int ORCHESTRATION_STATUS_COMPLETED_VALUE
ORCHESTRATION_STATUS_COMPLETED = 1;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_CONTINUED_AS_NEW_VALUE
public static final int ORCHESTRATION_STATUS_CONTINUED_AS_NEW_VALUE
ORCHESTRATION_STATUS_CONTINUED_AS_NEW = 2;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_FAILED_VALUE
public static final int ORCHESTRATION_STATUS_FAILED_VALUE
ORCHESTRATION_STATUS_FAILED = 3;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_CANCELED_VALUE
public static final int ORCHESTRATION_STATUS_CANCELED_VALUE
ORCHESTRATION_STATUS_CANCELED = 4;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_TERMINATED_VALUE
public static final int ORCHESTRATION_STATUS_TERMINATED_VALUE
ORCHESTRATION_STATUS_TERMINATED = 5;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_PENDING_VALUE
public static final int ORCHESTRATION_STATUS_PENDING_VALUE
ORCHESTRATION_STATUS_PENDING = 6;- See Also:
- Constant Field Values
-
ORCHESTRATION_STATUS_SUSPENDED_VALUE
public static final int ORCHESTRATION_STATUS_SUSPENDED_VALUE
ORCHESTRATION_STATUS_SUSPENDED = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static OrchestratorService.OrchestrationStatus[] 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 (OrchestratorService.OrchestrationStatus c : OrchestratorService.OrchestrationStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OrchestratorService.OrchestrationStatus 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 OrchestratorService.OrchestrationStatus 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 OrchestratorService.OrchestrationStatus 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<OrchestratorService.OrchestrationStatus> 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 OrchestratorService.OrchestrationStatus 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
-
-