public enum Run.State extends Enum<Run.State> implements ProtocolMessageEnum
The current state of the run.
Protobuf enum google.cloud.datacatalog.lineage.v1.Run.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ABORTED |
The run aborted. |
ABORTED_VALUE |
The run aborted. |
COMPLETED |
The run completed. |
COMPLETED_VALUE |
The run completed. |
FAILED |
The run failed. |
FAILED_VALUE |
The run failed. |
STARTED |
The run is still executing. |
STARTED_VALUE |
The run is still executing. |
UNKNOWN |
The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly. |
UNKNOWN_VALUE |
The state is unknown. The true state may be any of the below or a different state that is not supported here explicitly. |
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() |