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.
Execution state for the DataScanJob.
Protobuf type google.cloud.dataplex.v1.DataScanJob.State
Methods
name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The DataScanJob state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
RUNNING
Value: 1The DataScanJob is running.
Generated from protobuf enum RUNNING = 1;
CANCELING
Value: 2The DataScanJob is canceling.
Generated from protobuf enum CANCELING = 2;
CANCELLED
Value: 3The DataScanJob cancellation was successful.
Generated from protobuf enum CANCELLED = 3;
SUCCEEDED
Value: 4The DataScanJob completed successfully.
Generated from protobuf enum SUCCEEDED = 4;
FAILED
Value: 5The DataScanJob is no longer running due to an error.
Generated from protobuf enum FAILED = 5;
PENDING
Value: 7The DataScanJob has been created but not started to run yet.
Generated from protobuf enum PENDING = 7;