Module: Google::Cloud::Dataplex::V1::DataScanEvent::State
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
The job state of the data scan.
Constant Summary collapse
- STATE_UNSPECIFIED =
Unspecified job state.
0- STARTED =
Data scan job started.
1- SUCCEEDED =
Data scan job successfully completed.
2- FAILED =
Data scan job was unsuccessful.
3- CANCELLED =
Data scan job was cancelled.
4- CREATED =
Data scan job was createed.
5