Module: Google::Cloud::DataCatalog::V1::ReconcileTagsMetadata::ReconciliationState

Defined in:
proto_docs/google/cloud/datacatalog/v1/datacatalog.rb

Overview

Enum holding possible states of the reconciliation operation.

Constant Summary collapse

RECONCILIATION_STATE_UNSPECIFIED =

Default value. This value is unused.

0
RECONCILIATION_QUEUED =

The reconciliation has been queued and awaits for execution.

1
RECONCILIATION_IN_PROGRESS =

The reconciliation is in progress.

2
RECONCILIATION_DONE =

The reconciliation has been finished.

3