public enum Asset.DiscoveryStatus.State extends Enum<Asset.DiscoveryStatus.State> implements ProtocolMessageEnum
Current state of discovery.
Protobuf enum google.events.cloud.dataplex.v1.Asset.DiscoveryStatus.State
Implements
ProtocolMessageEnumInherited Members
Static Fields | |
---|---|
Name | Description |
DISABLED | Discovery for the asset is disabled. |
DISABLED_VALUE | Discovery for the asset is disabled. |
IN_PROGRESS | Discovery for the asset is running. |
IN_PROGRESS_VALUE | Discovery for the asset is running. |
PAUSED | Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed. |
PAUSED_VALUE | Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed. |
SCHEDULED | Discovery for the asset is scheduled. |
SCHEDULED_VALUE | Discovery for the asset is scheduled. |
STATE_UNSPECIFIED | State is unspecified. |
STATE_UNSPECIFIED_VALUE | State is unspecified. |
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() |