Module: Google::Cloud::Dataplex::V1::DataScanEvent::PostScanActionsResult::BigQueryExportResult::State

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

Overview

Execution state for the exporting.

Constant Summary collapse

STATE_UNSPECIFIED =

The exporting state is unspecified.

0
SUCCEEDED =

The exporting completed successfully.

1
FAILED =

The exporting is no longer running due to an error.

2
SKIPPED =

The exporting is skipped due to no valid scan result to export (usually caused by scan failed).

3