Google Cloud Dataplex V1 Client - Class State (0.2.3)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.

Current state of discovery.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

State is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SCHEDULED

Value: 1

Discovery for the asset is scheduled.

Generated from protobuf enum SCHEDULED = 1;

IN_PROGRESS

Value: 2

Discovery for the asset is running.

Generated from protobuf enum IN_PROGRESS = 2;

PAUSED

Value: 3

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

Generated from protobuf enum PAUSED = 3;

DISABLED

Value: 5

Discovery for the asset is disabled.

Generated from protobuf enum DISABLED = 5;