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

View Source

Tags contain custom metadata and are attached to Data Catalog resources. Tags conform with the specification of their tag template. See Data Catalog IAM for information on the permissions needed to create or view tags.

Attributes

  • column (type: String.t, default: nil) - Resources like entry can have schemas associated with them. This scope allows you to attach tags to an individual column based on that schema. To attach a tag to a nested column, separate column names with a dot (.). Example: column.nested_column.
  • dataplexTransferStatus (type: String.t, default: nil) - Output only. Denotes the transfer status of the Tag Template.
  • fields (type: %{optional(String.t) => GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagField.t}, default: nil) - Required. Maps the ID of a tag field to its value and additional information about that field. Tag template defines valid field IDs. A tag must have at least 1 field and at most 500 fields.
  • name (type: String.t, default: nil) - Identifier. The resource name of the tag in URL format where tag ID is a system-generated identifier. Note: The tag itself might not be stored in the location specified in its name.
  • template (type: String.t, default: nil) - Required. The resource name of the tag template this tag uses. Example: projects/{PROJECT_ID}/locations/{LOCATION}/tagTemplates/{TAG_TEMPLATE_ID} This field cannot be modified after creation.
  • templateDisplayName (type: String.t, default: nil) - Output only. The display name of the tag template.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1Tag{
  column: String.t() | nil,
  dataplexTransferStatus: String.t() | nil,
  fields:
    %{
      optional(String.t()) =>
        GoogleApi.DataCatalog.V1beta1.Model.GoogleCloudDatacatalogV1TagField.t()
    }
    | nil,
  name: String.t() | nil,
  template: String.t() | nil,
  templateDisplayName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.