GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedPolicyTag (google_api_data_catalog v0.32.2)

View Source

A nested protocol buffer that represents a policy tag and all its descendants.

Attributes

  • childPolicyTags (type: list(GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedPolicyTag.t), default: nil) - Children of the policy tag, if any.
  • description (type: String.t, default: nil) - Description of the serialized policy tag. At most 2000 bytes when encoded in UTF-8. If not set, defaults to an empty description.
  • displayName (type: String.t, default: nil) - Required. Display name of the policy tag. At most 200 bytes when encoded in UTF-8.
  • policyTag (type: String.t, default: nil) - Resource name of the policy tag. This field is ignored when calling ImportTaxonomies.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DataCatalog.V1.Model.GoogleCloudDatacatalogV1SerializedPolicyTag{
    childPolicyTags: [t()] | nil,
    description: String.t() | nil,
    displayName: String.t() | nil,
    policyTag: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.