Google Cloud Dataplex V1 Client - Class State (0.3.0)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.

Execution state for the DataScanJob.

Protobuf type google.cloud.dataplex.v1.DataScanJob.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The DataScanJob state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The DataScanJob is running.

Generated from protobuf enum RUNNING = 1;

CANCELING

Value: 2

The DataScanJob is canceling.

Generated from protobuf enum CANCELING = 2;

CANCELLED

Value: 3

The DataScanJob cancellation was successful.

Generated from protobuf enum CANCELLED = 3;

SUCCEEDED

Value: 4

The DataScanJob completed successfully.

Generated from protobuf enum SUCCEEDED = 4;

FAILED

Value: 5

The DataScanJob is no longer running due to an error.

Generated from protobuf enum FAILED = 5;

PENDING

Value: 7

The DataScanJob has been created but not started to run yet.

Generated from protobuf enum PENDING = 7;