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
Namespace
Google \ Cloud \ Dataplex \ V1 \ JobEventMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;