Class TaggedEntry (3.19.0)

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

NameDescription
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.