View Source GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TaggedEntry (google_api_data_catalog v0.30.0)

Wrapper containing Entry and information about Tags that should and should not be attached to it.

Attributes

  • absentTags (type: list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Tag.t), default: nil) - Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
  • presentTags (type: list(GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Tag.t), default: nil) - Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
  • v1Entry (type: GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Entry.t, default: nil) - Non-encrypted Data Catalog v1 Entry.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TaggedEntry{
  absentTags:
    [GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Tag.t()] | nil,
  presentTags:
    [GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Tag.t()] | nil,
  v1Entry:
    GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Entry.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.