Module: Google::Cloud::Dataplex::V1::DataScanJob::State

Defined in:
proto_docs/google/cloud/dataplex/v1/datascans.rb

Overview

Execution state for the DataScanJob.

Constant Summary collapse

STATE_UNSPECIFIED =

The DataScanJob state is unspecified.

0
RUNNING =

The DataScanJob is running.

1
CANCELING =

The DataScanJob is canceling.

2
CANCELLED =

The DataScanJob cancellation was successful.

3
SUCCEEDED =

The DataScanJob completed successfully.

4
FAILED =

The DataScanJob is no longer running due to an error.

5
PENDING =

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

7