Google Cloud Data Catalog V1 Client - Class ReconciliationState (1.5.1)

Reference documentation and code samples for the Google Cloud Data Catalog V1 Client class ReconciliationState.

Enum holding possible states of the reconciliation operation.

Protobuf type google.cloud.datacatalog.v1.ReconcileTagsMetadata.ReconciliationState

Namespace

Google \ Cloud \ DataCatalog \ V1 \ ReconcileTagsMetadata

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

RECONCILIATION_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum RECONCILIATION_STATE_UNSPECIFIED = 0;

RECONCILIATION_QUEUED

Value: 1

The reconciliation has been queued and awaits for execution.

Generated from protobuf enum RECONCILIATION_QUEUED = 1;

RECONCILIATION_IN_PROGRESS

Value: 2

The reconciliation is in progress.

Generated from protobuf enum RECONCILIATION_IN_PROGRESS = 2;

RECONCILIATION_DONE

Value: 3

The reconciliation has been finished.

Generated from protobuf enum RECONCILIATION_DONE = 3;