public static enum WorkflowInvocationAction.State extends Enum<WorkflowInvocationAction.State> implements com.google.protobuf.ProtocolMessageEnum
Represents the current state of an workflow invocation action.Protobuf enum
google.cloud.dataform.v1alpha2.WorkflowInvocationAction.State| Enum Constant and Description |
|---|
CANCELLED
The action was cancelled.
|
DISABLED
Execution of the action was disabled as per the configuration of the
corresponding compilation result action.
|
FAILED
The action failed.
|
PENDING
The action has not yet been considered for invocation.
|
RUNNING
The action is currently running.
|
SKIPPED
Execution of the action was skipped because upstream dependencies did not
all complete successfully.
|
SUCCEEDED
The action succeeded.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELLED_VALUE
The action was cancelled.
|
static int |
DISABLED_VALUE
Execution of the action was disabled as per the configuration of the
corresponding compilation result action.
|
static int |
FAILED_VALUE
The action failed.
|
static int |
PENDING_VALUE
The action has not yet been considered for invocation.
|
static int |
RUNNING_VALUE
The action is currently running.
|
static int |
SKIPPED_VALUE
Execution of the action was skipped because upstream dependencies did not
all complete successfully.
|
static int |
SUCCEEDED_VALUE
The action succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInvocationAction.State |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<WorkflowInvocationAction.State> |
internalGetValueMap() |
static WorkflowInvocationAction.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkflowInvocationAction.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkflowInvocationAction.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInvocationAction.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowInvocationAction.State PENDING
The action has not yet been considered for invocation.
PENDING = 0;public static final WorkflowInvocationAction.State RUNNING
The action is currently running.
RUNNING = 1;public static final WorkflowInvocationAction.State SKIPPED
Execution of the action was skipped because upstream dependencies did not all complete successfully. A terminal state.
SKIPPED = 2;public static final WorkflowInvocationAction.State DISABLED
Execution of the action was disabled as per the configuration of the corresponding compilation result action. A terminal state.
DISABLED = 3;public static final WorkflowInvocationAction.State SUCCEEDED
The action succeeded. A terminal state.
SUCCEEDED = 4;public static final WorkflowInvocationAction.State CANCELLED
The action was cancelled. A terminal state.
CANCELLED = 5;public static final WorkflowInvocationAction.State FAILED
The action failed. A terminal state.
FAILED = 6;public static final WorkflowInvocationAction.State UNRECOGNIZED
public static final int PENDING_VALUE
The action has not yet been considered for invocation.
PENDING = 0;public static final int RUNNING_VALUE
The action is currently running.
RUNNING = 1;public static final int SKIPPED_VALUE
Execution of the action was skipped because upstream dependencies did not all complete successfully. A terminal state.
SKIPPED = 2;public static final int DISABLED_VALUE
Execution of the action was disabled as per the configuration of the corresponding compilation result action. A terminal state.
DISABLED = 3;public static final int SUCCEEDED_VALUE
The action succeeded. A terminal state.
SUCCEEDED = 4;public static final int CANCELLED_VALUE
The action was cancelled. A terminal state.
CANCELLED = 5;public static final int FAILED_VALUE
The action failed. A terminal state.
FAILED = 6;public static WorkflowInvocationAction.State[] values()
for (WorkflowInvocationAction.State c : WorkflowInvocationAction.State.values()) System.out.println(c);
public static WorkflowInvocationAction.State valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static WorkflowInvocationAction.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WorkflowInvocationAction.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WorkflowInvocationAction.State> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WorkflowInvocationAction.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.