public enum OperationMetadata.State extends Enum<OperationMetadata.State> implements ProtocolMessageEnum
An enum with the state of the operation.
Protobuf enum google.cloud.datacatalog.lineage.v1.OperationMetadata.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
FAILED |
The operation is no longer running and did not succeed. |
FAILED_VALUE |
The operation is no longer running and did not succeed. |
PENDING |
The operation has been created but is not yet started. |
PENDING_VALUE |
The operation has been created but is not yet started. |
RUNNING |
The operation is underway. |
RUNNING_VALUE |
The operation is underway. |
STATE_UNSPECIFIED |
Unused. |
STATE_UNSPECIFIED_VALUE |
Unused. |
SUCCEEDED |
The operation completed successfully. |
SUCCEEDED_VALUE |
The operation completed successfully. |
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() |