Enum Asset.DiscoveryStatus.State (1.0.1)

public enum Asset.DiscoveryStatus.State extends Enum<Asset.DiscoveryStatus.State> implements ProtocolMessageEnum

Current state of discovery.

Protobuf enum google.cloud.dataplex.v1.Asset.DiscoveryStatus.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

Discovery for the asset is disabled.

DISABLED = 5;

DISABLED_VALUE

Discovery for the asset is disabled.

DISABLED = 5;

IN_PROGRESS

Discovery for the asset is running.

IN_PROGRESS = 2;

IN_PROGRESS_VALUE

Discovery for the asset is running.

IN_PROGRESS = 2;

PAUSED

Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed.

PAUSED = 3;

PAUSED_VALUE

Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed.

PAUSED = 3;

SCHEDULED

Discovery for the asset is scheduled.

SCHEDULED = 1;

SCHEDULED_VALUE

Discovery for the asset is scheduled.

SCHEDULED = 1;

STATE_UNSPECIFIED

State is unspecified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is unspecified.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()