Google Cloud Dataplex V1 Client - Class State (0.2.3)

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

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The job state is unknown.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

RUNNING

Value: 1

The job is running.

Generated from protobuf enum RUNNING = 1;

CANCELLING

Value: 2

The job is cancelling.

Generated from protobuf enum CANCELLING = 2;

CANCELLED

Value: 3

The job cancellation was successful.

Generated from protobuf enum CANCELLED = 3;

SUCCEEDED

Value: 4

The job completed successfully.

Generated from protobuf enum SUCCEEDED = 4;

FAILED

Value: 5

The job is no longer running due to an error.

Generated from protobuf enum FAILED = 5;

ABORTED

Value: 6

The job was cancelled outside of Dataplex.

Generated from protobuf enum ABORTED = 6;