Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
Protobuf type google.cloud.dataplex.v1.Job.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ JobMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The job state is unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The job is running.
Generated from protobuf enum RUNNING = 1;
CANCELLING
Value: 2The job is cancelling.
Generated from protobuf enum CANCELLING = 2;
CANCELLED
Value: 3The job cancellation was successful.
Generated from protobuf enum CANCELLED = 3;
SUCCEEDED
Value: 4The job completed successfully.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5The job is no longer running due to an error.
Generated from protobuf enum FAILED = 5;
ABORTED
Value: 6The job was cancelled outside of Dataplex Universal Catalog.
Generated from protobuf enum ABORTED = 6;