Class ReconcileTagsRequest (3.19.0)

ReconcileTagsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for ReconcileTags.

Attributes

NameDescription
parent str
Required. Name of Entry to be tagged.
tag_template str
Required. The name of the tag template, which is used for reconciliation.
force_delete_missing bool
If set to true, deletes entry tags related to a tag template not listed in the tags source from an entry. If set to false, unlisted tags are retained.
tags MutableSequence[google.cloud.datacatalog_v1.types.Tag]
A list of tags to apply to an entry. A tag can specify a tag template, which must be the template specified in the ReconcileTagsRequest. The sole entry and each of its columns must be mentioned at most once.