Google Cloud Dataplex V1 Client - Class State (0.1.6)
Stay organized with collections
Save and categorize content based on your preferences.
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 | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0State is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SCHEDULED
Value: 1Discovery for the asset is scheduled.
Generated from protobuf enum SCHEDULED = 1;
IN_PROGRESS
Value: 2Discovery for the asset is running.
Generated from protobuf enum IN_PROGRESS = 2;
PAUSED
Value: 3Discovery 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: 5Discovery for the asset is disabled.
Generated from protobuf enum DISABLED = 5;