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.
Implements
IMessageDataTaxonomy, IEquatableDataTaxonomy, IDeepCloneableDataTaxonomy, IBufferMessage, IMessageInherited Members
Namespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DataTaxonomy()
public DataTaxonomy()
DataTaxonomy(DataTaxonomy)
public DataTaxonomy(DataTaxonomy other)
Parameter | |
---|---|
Name | Description |
other |
DataTaxonomy |
Properties
AttributeCount
public int AttributeCount { get; set; }
Output only. The number of attributes in the DataTaxonomy.
Property Value | |
---|---|
Type | Description |
int |
ClassCount
public int ClassCount { get; set; }
Output only. The number of classes in the DataTaxonomy.
Property Value | |
---|---|
Type | Description |
int |
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time when the DataTaxonomy was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
DataTaxonomyName
public DataTaxonomyName DataTaxonomyName { get; set; }
DataTaxonomyName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
DataTaxonomyName |
Description
public string Description { get; set; }
Optional. Description of the DataTaxonomy.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
Optional. User friendly display name.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Optional. User-defined labels for the DataTaxonomy.
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time when the DataTaxonomy was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |