Class ImportEntriesMetadata (3.19.0)

ImportEntriesMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata message for [long-running operation][google.longrunning.Operation] returned by the ImportEntries.

Attributes

NameDescription
state google.cloud.datacatalog_v1.types.ImportEntriesMetadata.ImportState
State of the import operation.
errors MutableSequence[google.rpc.status_pb2.Status]
Partial errors that are encountered during the ImportEntries operation. There is no guarantee that all the encountered errors are reported. However, if no errors are reported, it means that no errors were encountered.

Classes

ImportState

ImportState(value)

Enum holding possible states of the import operation.

Values: IMPORT_STATE_UNSPECIFIED (0): Default value. This value is unused. IMPORT_QUEUED (1): The dump with entries has been queued for import. IMPORT_IN_PROGRESS (2): The import of entries is in progress. IMPORT_DONE (3): The import of entries has been finished. IMPORT_OBSOLETE (4): The import of entries has been abandoned in favor of a newer request.