Google Cloud Dataplex V1 Client - Class State (0.3.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

Methods

name

Parameter
NameDescription
value mixed

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 started.

Generated from protobuf enum STARTED = 1;

SUCCEEDED

Value: 2

Data scan successfully completed.

Generated from protobuf enum SUCCEEDED = 2;

FAILED

Value: 3

Data scan was unsuccessful.

Generated from protobuf enum FAILED = 3;

CANCELLED

Value: 4

Data scan was cancelled.

Generated from protobuf enum CANCELLED = 4;