Google Cloud Dataplex V1 Client - Class State (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The exporting state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1The exporting completed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2The exporting is no longer running due to an error.
Generated from protobuf enum FAILED = 2;
SKIPPED
Value: 3The exporting is skipped due to no valid scan result to export (usually caused by scan failed).
Generated from protobuf enum SKIPPED = 3;