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

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

Execution state for the DataScanJob.

Constants

STATE_UNSPECIFIED

value: 0
The DataScanJob state is unspecified.

RUNNING

value: 1
The DataScanJob is running.

CANCELING

value: 2
The DataScanJob is canceling.

CANCELLED

value: 3
The DataScanJob cancellation was successful.

SUCCEEDED

value: 4
The DataScanJob completed successfully.

FAILED

value: 5
The DataScanJob is no longer running due to an error.

PENDING

value: 7
The DataScanJob has been created but not started to run yet.