Google Cloud Dataplex V1 Client - Class State (0.3.0)
Stay organized with collections
Save and categorize content based on your preferences.
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 | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0Unspecified job state.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1Job successfully completed.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2Job was unsuccessful.
Generated from protobuf enum FAILED = 2;
CANCELLED
Value: 3Job was cancelled by the user.
Generated from protobuf enum CANCELLED = 3;
ABORTED
Value: 4Job was cancelled or aborted via the service executing the job.
Generated from protobuf enum ABORTED = 4;