Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
State of a metadata job.
Protobuf type google.cloud.dataplex.v1.MetadataJob.Status.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ MetadataJob \ StatusMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
QUEUED
Value: 1
The job is queued.
Generated from protobuf enum QUEUED = 1;
RUNNING
Value: 2
The job is running.
Generated from protobuf enum RUNNING = 2;
CANCELING
Value: 3
The job is being canceled.
Generated from protobuf enum CANCELING = 3;
CANCELED
Value: 4
The job is canceled.
Generated from protobuf enum CANCELED = 4;
SUCCEEDED
Value: 5
The job succeeded.
Generated from protobuf enum SUCCEEDED = 5;
FAILED
Value: 6
The job failed.
Generated from protobuf enum FAILED = 6;
SUCCEEDED_WITH_ERRORS
Value: 7
The job completed with some errors.
Generated from protobuf enum SUCCEEDED_WITH_ERRORS = 7;