DataTaxonomy(mapping=None, *, ignore_unknown_fields=False, **kwargs)
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 |
|
---|---|
Name | Description |
name |
str
Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}. |
uid |
str
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. |
create_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataTaxonomy was created. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time when the DataTaxonomy was last updated. |
description |
str
Optional. Description of the DataTaxonomy. |
display_name |
str
Optional. User friendly display name. |
labels |
MutableMapping[str, str]
Optional. User-defined labels for the DataTaxonomy. |
attribute_count |
int
Output only. The number of attributes in the DataTaxonomy. |
etag |
str
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. |
class_count |
int
Output only. The number of classes in the DataTaxonomy. |
Classes
LabelsEntry
LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The abstract base class for a message.
Parameters | |
---|---|
Name | Description |
kwargs |
dict
Keys and values corresponding to the fields of the message. |
mapping |
Union[dict,
A dictionary or message to be used to determine the values for this message. |
ignore_unknown_fields |
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if |