public enum ExecutionReference.CompletionStatus extends Enum<ExecutionReference.CompletionStatus> implements ProtocolMessageEnum
Possible execution completion status.
Protobuf enum google.cloud.run.v2.ExecutionReference.CompletionStatus
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETION_STATUS_UNSPECIFIED |
The default value. This value is used if the state is omitted. |
COMPLETION_STATUS_UNSPECIFIED_VALUE |
The default value. This value is used if the state is omitted. |
EXECUTION_CANCELLED |
Job execution has been cancelled by the user. |
EXECUTION_CANCELLED_VALUE |
Job execution has been cancelled by the user. |
EXECUTION_FAILED |
Job execution has failed. |
EXECUTION_FAILED_VALUE |
Job execution has failed. |
EXECUTION_PENDING |
Waiting for backing resources to be provisioned. |
EXECUTION_PENDING_VALUE |
Waiting for backing resources to be provisioned. |
EXECUTION_RUNNING |
Job execution is running normally. |
EXECUTION_RUNNING_VALUE |
Job execution is running normally. |
EXECUTION_SUCCEEDED |
Job execution has succeeded. |
EXECUTION_SUCCEEDED_VALUE |
Job execution has 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() |