public static enum WorkflowInvocation.State extends Enum<WorkflowInvocation.State> implements com.google.protobuf.ProtocolMessageEnum
Represents the current state of a workflow invocation.Protobuf enum
google.cloud.dataform.v1alpha2.WorkflowInvocation.State| Enum Constant and Description |
|---|
CANCELING
The workflow invocation is being cancelled, but some actions are still
running.
|
CANCELLED
The workflow invocation was cancelled.
|
FAILED
The workflow invocation failed.
|
RUNNING
The workflow invocation is currently running.
|
STATE_UNSPECIFIED
Default value.
|
SUCCEEDED
The workflow invocation succeeded.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CANCELING_VALUE
The workflow invocation is being cancelled, but some actions are still
running.
|
static int |
CANCELLED_VALUE
The workflow invocation was cancelled.
|
static int |
FAILED_VALUE
The workflow invocation failed.
|
static int |
RUNNING_VALUE
The workflow invocation is currently running.
|
static int |
STATE_UNSPECIFIED_VALUE
Default value.
|
static int |
SUCCEEDED_VALUE
The workflow invocation succeeded.
|
| Modifier and Type | Method and Description |
|---|---|
static WorkflowInvocation.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<WorkflowInvocation.State> |
internalGetValueMap() |
static WorkflowInvocation.State |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WorkflowInvocation.State |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WorkflowInvocation.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowInvocation.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowInvocation.State STATE_UNSPECIFIED
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final WorkflowInvocation.State RUNNING
The workflow invocation is currently running.
RUNNING = 1;public static final WorkflowInvocation.State SUCCEEDED
The workflow invocation succeeded. A terminal state.
SUCCEEDED = 2;public static final WorkflowInvocation.State CANCELLED
The workflow invocation was cancelled. A terminal state.
CANCELLED = 3;public static final WorkflowInvocation.State FAILED
The workflow invocation failed. A terminal state.
FAILED = 4;public static final WorkflowInvocation.State CANCELING
The workflow invocation is being cancelled, but some actions are still running.
CANCELING = 5;public static final WorkflowInvocation.State UNRECOGNIZED
public static final int STATE_UNSPECIFIED_VALUE
Default value. This value is unused.
STATE_UNSPECIFIED = 0;public static final int RUNNING_VALUE
The workflow invocation is currently running.
RUNNING = 1;public static final int SUCCEEDED_VALUE
The workflow invocation succeeded. A terminal state.
SUCCEEDED = 2;public static final int CANCELLED_VALUE
The workflow invocation was cancelled. A terminal state.
CANCELLED = 3;public static final int FAILED_VALUE
The workflow invocation failed. A terminal state.
FAILED = 4;public static final int CANCELING_VALUE
The workflow invocation is being cancelled, but some actions are still running.
CANCELING = 5;public static WorkflowInvocation.State[] values()
for (WorkflowInvocation.State c : WorkflowInvocation.State.values()) System.out.println(c);
public static WorkflowInvocation.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 WorkflowInvocation.State valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WorkflowInvocation.State forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WorkflowInvocation.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 WorkflowInvocation.State valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.