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
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified job state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTED
Value: 1Data scan job started.
Generated from protobuf enum STARTED = 1;
SUCCEEDED
Value: 2Data scan job successfully completed.
Generated from protobuf enum SUCCEEDED = 2;
FAILED
Value: 3Data scan job was unsuccessful.
Generated from protobuf enum FAILED = 3;
CANCELLED
Value: 4Data scan job was cancelled.
Generated from protobuf enum CANCELLED = 4;
CREATED
Value: 5Data scan job was created.
Generated from protobuf enum CREATED = 5;