public enum MetadataJob.Status.State extends Enum<MetadataJob.Status.State> implements ProtocolMessageEnum
State of a metadata job.
Protobuf enum google.cloud.dataplex.v1.MetadataJob.Status.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CANCELED |
The job is canceled. |
CANCELED_VALUE |
The job is canceled. |
CANCELING |
The job is being canceled. |
CANCELING_VALUE |
The job is being canceled. |
FAILED |
The job failed. |
FAILED_VALUE |
The job failed. |
QUEUED |
The job is queued. |
QUEUED_VALUE |
The job is queued. |
RUNNING |
The job is running. |
RUNNING_VALUE |
The job is running. |
STATE_UNSPECIFIED |
State unspecified. |
STATE_UNSPECIFIED_VALUE |
State unspecified. |
SUCCEEDED |
The job succeeded. |
SUCCEEDED_VALUE |
The job succeeded. |
SUCCEEDED_WITH_ERRORS |
The job completed with some errors. |
SUCCEEDED_WITH_ERRORS_VALUE |
The job completed with some errors. |
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() |