Google Cloud Data Catalog V1 Client - Class ImportState (1.4.2)

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

Enum holding possible states of the import operation.

Protobuf type google.cloud.datacatalog.v1.ImportEntriesMetadata.ImportState

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

IMPORT_STATE_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum IMPORT_STATE_UNSPECIFIED = 0;

IMPORT_QUEUED

Value: 1

The dump with entries has been queued for import.

Generated from protobuf enum IMPORT_QUEUED = 1;

IMPORT_IN_PROGRESS

Value: 2

The import of entries is in progress.

Generated from protobuf enum IMPORT_IN_PROGRESS = 2;

IMPORT_DONE

Value: 3

The import of entries has been finished.

Generated from protobuf enum IMPORT_DONE = 3;

IMPORT_OBSOLETE

Value: 4

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

Generated from protobuf enum IMPORT_OBSOLETE = 4;