Data Catalog V1 API - Module Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API module Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState.

Enum holding possible states of the import operation.

Constants

IMPORT_STATE_UNSPECIFIED

value: 0
Default value. This value is unused.

IMPORT_QUEUED

value: 1
The dump with entries has been queued for import.

IMPORT_IN_PROGRESS

value: 2
The import of entries is in progress.

IMPORT_DONE

value: 3
The import of entries has been finished.

IMPORT_OBSOLETE

value: 4
The import of entries has been abandoned in favor of a newer request.