Data Catalog v1 API - Class ReconcileTagsRequest (2.7.0)

public sealed class ReconcileTagsRequest : IMessage<ReconcileTagsRequest>, IEquatable<ReconcileTagsRequest>, IDeepCloneable<ReconcileTagsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Catalog v1 API class ReconcileTagsRequest.

Request message for [ReconcileTags][google.cloud.datacatalog.v1.DataCatalog.ReconcileTags].

Inheritance

object > ReconcileTagsRequest

Namespace

Google.Cloud.DataCatalog.V1

Assembly

Google.Cloud.DataCatalog.V1.dll

Constructors

ReconcileTagsRequest()

public ReconcileTagsRequest()

ReconcileTagsRequest(ReconcileTagsRequest)

public ReconcileTagsRequest(ReconcileTagsRequest other)
Parameter
NameDescription
otherReconcileTagsRequest

Properties

ForceDeleteMissing

public bool ForceDeleteMissing { get; set; }

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.

Property Value
TypeDescription
bool

Parent

public string Parent { get; set; }

Required. Name of [Entry][google.cloud.datacatalog.v1.Entry] to be tagged.

Property Value
TypeDescription
string

ParentAsEntryName

public EntryName ParentAsEntryName { get; set; }

EntryName-typed view over the Parent resource name property.

Property Value
TypeDescription
EntryName

Tags

public RepeatedField<Tag> Tags { get; }

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.

Property Value
TypeDescription
RepeatedFieldTag

TagTemplate

public string TagTemplate { get; set; }

Required. The name of the tag template, which is used for reconciliation.

Property Value
TypeDescription
string

TagTemplateAsTagTemplateName

public TagTemplateName TagTemplateAsTagTemplateName { get; set; }

TagTemplateName-typed view over the TagTemplate resource name property.

Property Value
TypeDescription
TagTemplateName