Reference documentation and code samples for the Google Cloud Dataplex V1 Client class State.
Execution state for the publishing.
Protobuf type google.cloud.dataplex.v1.DataScanCatalogPublishingStatus.State
Namespace
Google \ Cloud \ Dataplex \ V1 \ DataScanCatalogPublishingStatusMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The publishing state is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
SUCCEEDED
Value: 1Publish to catalog completed successfully.
Generated from protobuf enum SUCCEEDED = 1;
FAILED
Value: 2Publish to catalog failed.
Generated from protobuf enum FAILED = 2;