public enum CommonOperationMetadata.State extends Enum<CommonOperationMetadata.State> implements ProtocolMessageEnum
State of the longrunning operation.
Protobuf enum google.cloud.enterpriseknowledgegraph.v1.CommonOperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
CANCELLED | Operation is cancelled. |
CANCELLED_VALUE | Operation is cancelled. |
CANCELLING | Operation is being cancelled. |
CANCELLING_VALUE | Operation is being cancelled. |
FAILED | Operation failed. |
FAILED_VALUE | Operation failed. |
PENDING | Operation is pending not running yet. |
PENDING_VALUE | Operation is pending not running yet. |
RUNNING | Operation is still running. |
RUNNING_VALUE | Operation is still running. |
STATE_UNSPECIFIED | Unspecified state. |
STATE_UNSPECIFIED_VALUE | Unspecified state. |
SUCCEEDED | Operation succeeded. |
SUCCEEDED_VALUE | Operation 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() |