View Source GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsMetadata (google_api_data_catalog v0.28.0)
Long-running operation metadata message returned by the ReconcileTags.
Attributes
-
errors
(type:%{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.Status.t}
, default:nil
) - Maps the name of each tagged column (or empty string for a sole entry) to tagging operation status. -
state
(type:String.t
, default:nil
) - State of the reconciliation operation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1ReconcileTagsMetadata{ errors: %{optional(String.t()) => GoogleApi.DataCatalog.V1beta1.Model.Status.t()} | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.