TaggedEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Wrapper containing Entry and information about Tags that should and should not be attached to it.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes | |
---|---|
Name | Description |
v1_entry |
google.cloud.datacatalog_v1.types.Entry
Non-encrypted Data Catalog v1 Entry. This field is a member of oneof _ entry .
|
present_tags |
MutableSequence[google.cloud.datacatalog_v1.types.Tag]
Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields. |
absent_tags |
MutableSequence[google.cloud.datacatalog_v1.types.Tag]
Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only. |