GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ImportEntriesMetadata (google_api_data_catalog v0.32.2)

View Source

Metadata message for long-running operation returned by the ImportEntries.

Attributes

  • errors (type: list(GoogleApi.DataCatalog.V1beta1.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

t()

@type t() ::
  %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ImportEntriesMetadata{
    errors: [GoogleApi.DataCatalog.V1beta1.Model.Status.t()] | nil,
    state: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.