Cloud Dataplex v1 API - Class DataTaxonomy (2.15.0)

public sealed class DataTaxonomy : IMessage<DataTaxonomy>, IEquatable<DataTaxonomy>, IDeepCloneable<DataTaxonomy>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DataTaxonomy.

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.

Inheritance

object > DataTaxonomy

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

DataTaxonomy()

public DataTaxonomy()

DataTaxonomy(DataTaxonomy)

public DataTaxonomy(DataTaxonomy other)
Parameter
NameDescription
otherDataTaxonomy

Properties

AttributeCount

public int AttributeCount { get; set; }

Output only. The number of attributes in the DataTaxonomy.

Property Value
TypeDescription
int

ClassCount

public int ClassCount { get; set; }

Output only. The number of classes in the DataTaxonomy.

Property Value
TypeDescription
int

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time when the DataTaxonomy was created.

Property Value
TypeDescription
Timestamp

DataTaxonomyName

public DataTaxonomyName DataTaxonomyName { get; set; }

DataTaxonomyName-typed view over the Name resource name property.

Property Value
TypeDescription
DataTaxonomyName

Description

public string Description { get; set; }

Optional. Description of the DataTaxonomy.

Property Value
TypeDescription
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name.

Property Value
TypeDescription
string

Etag

public string Etag { get; set; }

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.

Property Value
TypeDescription
string

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the DataTaxonomy.

Property Value
TypeDescription
MapFieldstringstring

Name

public string Name { get; set; }

Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

Property Value
TypeDescription
string

Uid

public string Uid { get; set; }

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.

Property Value
TypeDescription
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time when the DataTaxonomy was last updated.

Property Value
TypeDescription
Timestamp