Module: Google::Cloud::DataCatalog::V1::ImportEntriesMetadata::ImportState

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

Overview

Enum holding possible states of the import operation.

Constant Summary collapse

IMPORT_STATE_UNSPECIFIED =

Default value. This value is unused.

0
IMPORT_QUEUED =

The dump with entries has been queued for import.

1
IMPORT_IN_PROGRESS =

The import of entries is in progress.

2
IMPORT_DONE =

The import of entries has been finished.

3
IMPORT_OBSOLETE =

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

4