Dataplex V1 API - Module Google::Cloud::Dataplex::V1::DataScanEvent::State (v0.6.0)

Reference documentation and code samples for the Dataplex V1 API module Google::Cloud::Dataplex::V1::DataScanEvent::State.

The job state of the data scan.

Constants

STATE_UNSPECIFIED

value: 0
Unspecified job state.

STARTED

value: 1
Data scan started.

SUCCEEDED

value: 2
Data scan successfully completed.

FAILED

value: 3
Data scan was unsuccessful.

CANCELLED

value: 4
Data scan was cancelled.