public enum Execution.State extends Enum<Execution.State> implements ProtocolMessageEnumThe possible states of an execution like RUNNING, SUCCEEDED, FAILED, etc.
Protobuf enum google.cloud.workloadmanager.v1.Execution.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
FAILED |
The execution run failed. |
FAILED_VALUE |
The execution run failed. |
RUNNING |
The execution is running in backend service. |
RUNNING_VALUE |
The execution is running in backend service. |
STATE_UNSPECIFIED |
State of execution is unspecified. |
STATE_UNSPECIFIED_VALUE |
State of execution is unspecified. |
SUCCEEDED |
The execution run succeeded. |
SUCCEEDED_VALUE |
The execution run succeeded. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|