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
Namespace
Google \ Cloud \ Dataplex \ V1 \ Asset \ DiscoveryStatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;