Google Cloud Dataplex V1 Client - Class State (1.9.1)
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.
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: 0State unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
QUEUED
Value: 1The job is queued.
Generated from protobuf enum QUEUED = 1;
RUNNING
Value: 2The job is running.
Generated from protobuf enum RUNNING = 2;
CANCELING
Value: 3The job is being canceled.
Generated from protobuf enum CANCELING = 3;
CANCELED
Value: 4The job is canceled.
Generated from protobuf enum CANCELED = 4;
SUCCEEDED
Value: 5The job succeeded.
Generated from protobuf enum SUCCEEDED = 5;
FAILED
Value: 6The job failed.
Generated from protobuf enum FAILED = 6;
SUCCEEDED_WITH_ERRORS
Value: 7The job completed with some errors.
Generated from protobuf enum SUCCEEDED_WITH_ERRORS = 7;