Google Cloud Dataplex V1 Client - Class State (0.7.0)

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 \ DataScanEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified job state.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

STARTED

Value: 1

Data scan job started.

Generated from protobuf enum STARTED = 1;

SUCCEEDED

Value: 2

Data scan job successfully completed.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

Data scan job was unsuccessful.

Generated from protobuf enum FAILED = 3;

CANCELLED

Value: 4

Data scan job was cancelled.

Generated from protobuf enum CANCELLED = 4;

CREATED

Value: 5

Data scan job was createed.

Generated from protobuf enum CREATED = 5;