GoogleCloudDataplexV1DataTaxonomy class

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.

Constructors

GoogleCloudDataplexV1DataTaxonomy({int? attributeCount, int? classCount, String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, String? name, String? uid, String? updateTime})
GoogleCloudDataplexV1DataTaxonomy.fromJson(Map json_)

Properties

attributeCount int?
The number of attributes in the DataTaxonomy.
getter/setter pair
classCount int?
The number of classes in the DataTaxonomy.
getter/setter pair
createTime String?
The time when the DataTaxonomy was created.
getter/setter pair
description String?
Description of the DataTaxonomy.
getter/setter pair
displayName String?
User friendly display name.
getter/setter pair
etag String?
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.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the DataTaxonomy.
getter/setter pair
name String?
The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uid String?
System generated globally unique ID for the dataTaxonomy.
getter/setter pair
updateTime String?
The time when the DataTaxonomy was last updated.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited