Google Cloud Dataplex V1 Client - Class State (0.2.3)

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

The completion status of the job.

Protobuf type google.cloud.dataplex.v1.JobEvent.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;

SUCCEEDED

Value: 1

Job successfully completed.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

Job was unsuccessful.

Generated from protobuf enum FAILED = 2;

CANCELLED

Value: 3

Job was cancelled by the user.

Generated from protobuf enum CANCELLED = 3;

ABORTED

Value: 4

Job was cancelled or aborted via the service executing the job.

Generated from protobuf enum ABORTED = 4;