Google Cloud Dataplex V1 Client - Class State (0.3.0)
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.
The job state of the data scan.
Protobuf type google.cloud.dataplex.v1.DataScanEvent.State
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified job state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTED
Value: 1Data scan started.
Generated from protobuf enum STARTED = 1;
SUCCEEDED
Value: 2Data scan successfully completed.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3Data scan was unsuccessful.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4Data scan was cancelled.
Generated from protobuf enum CANCELLED = 4;