Google Cloud Dataplex V1 Client - Class State (1.12.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

Publishing to catalog completed successfully.

Generated from protobuf enum SUCCEEDED = 1;

FAILED

Value: 2

Publish to catalog failed.

Generated from protobuf enum FAILED = 2;

SKIPPED

Value: 3

Publishing to catalog was skipped.

Generated from protobuf enum SKIPPED = 3;