Module: Google::Cloud::Dataplex::V1::Asset::DiscoveryStatus::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Current state of discovery.
Constant Summary collapse
- STATE_UNSPECIFIED =
State is unspecified.
0
- SCHEDULED =
Discovery for the asset is scheduled.
1
- IN_PROGRESS =
Discovery for the asset is running.
2
- PAUSED =
Discovery for the asset is currently paused (e.g. due to a lack of available resources). It will be automatically resumed.
3
- DISABLED =
Discovery for the asset is disabled.
5