GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ImportEntriesMetadata (google_api_data_catalog v0.32.2)
View SourceMetadata message for long-running operation returned by the ImportEntries.
Attributes
-
errors
(type:list(GoogleApi.DataCatalog.V1.Model.Status.t)
, default:nil
) - 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. -
state
(type:String.t
, default:nil
) - State of the import operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1ImportEntriesMetadata{ errors: [GoogleApi.DataCatalog.V1.Model.Status.t()] | nil, state: String.t() | nil }