Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
Execution state for the exporting.
Protobuf type google.cloud.dataplex.v1.DataScanEvent.PostScanActionsResult.BigQueryExportResult.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEvent \ PostScanActionsResult \ BigQueryExportResultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The exporting state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1
The exporting completed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2
The exporting is no longer running due to an error.
Generated from protobuf enum FAILED = 2;
SKIPPED
Value: 3
The exporting is skipped due to no valid scan result to export (usually caused by scan failed).
Generated from protobuf enum SKIPPED = 3;