public enum CompletionState extends Enum<CompletionState> implements ProtocolMessageEnum
Enum for possible completion states.
Protobuf enum google.cloud.cloudcontrolspartner.v1beta.CompletionState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
COMPLETION_STATE_UNSPECIFIED |
Unspecified completion state. |
COMPLETION_STATE_UNSPECIFIED_VALUE |
Unspecified completion state. |
FAILED |
Failed state. |
FAILED_VALUE |
Failed state. |
NOT_APPLICABLE |
Not applicable state. |
NOT_APPLICABLE_VALUE |
Not applicable state. |
PENDING |
Task started (has start date) but not yet completed. |
PENDING_VALUE |
Task started (has start date) but not yet completed. |
SUCCEEDED |
Succeeded state. |
SUCCEEDED_VALUE |
Succeeded state. |
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() |