View Source GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataTaxonomy (google_api_dataplex v0.13.0)

DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data. It is defined at project level.

Attributes

  • attributeCount (type: integer(), default: nil) - Output only. The number of attributes in the DataTaxonomy.
  • classCount (type: integer(), default: nil) - Output only. The number of classes in the DataTaxonomy.
  • createTime (type: DateTime.t, default: nil) - Output only. The time when the DataTaxonomy was created.
  • description (type: String.t, default: nil) - Optional. Description of the DataTaxonomy.
  • displayName (type: String.t, default: nil) - Optional. User friendly display name.
  • etag (type: String.t, default: nil) - This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
  • labels (type: map(), default: nil) - Optional. User-defined labels for the DataTaxonomy.
  • name (type: String.t, default: nil) - Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.
  • uid (type: String.t, default: nil) - Output only. System generated globally unique ID for the dataTaxonomy. This ID will be different if the DataTaxonomy is deleted and re-created with the same name.
  • updateTime (type: DateTime.t, default: nil) - Output only. The time when the DataTaxonomy was last updated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataplex.V1.Model.GoogleCloudDataplexV1DataTaxonomy{
  attributeCount: integer() | nil,
  classCount: integer() | nil,
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  displayName: String.t() | nil,
  etag: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  uid: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.