Google Cloud Dataplex V1 Client - Class State (1.8.0)

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 \ DataScanCatalogPublishingStatus

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The publishing state is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

SUCCEEDED

Value: 1

Publish to catalog completed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

Publish to catalog failed.

Generated from protobuf enum FAILED = 2;