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].
Implements
IMessageReconcileTagsRequest, IEquatableReconcileTagsRequest, IDeepCloneableReconcileTagsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
ReconcileTagsRequest()
public ReconcileTagsRequest()
ReconcileTagsRequest(ReconcileTagsRequest)
public ReconcileTagsRequest(ReconcileTagsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ReconcileTagsRequest |
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 | |
---|---|
Type | Description |
bool |
Parent
public string Parent { get; set; }
Required. Name of [Entry][google.cloud.datacatalog.v1.Entry] to be tagged.
Property Value | |
---|---|
Type | Description |
string |
ParentAsEntryName
public EntryName ParentAsEntryName { get; set; }
Property Value | |
---|---|
Type | Description |
EntryName |
TagTemplate
public string TagTemplate { get; set; }
Required. The name of the tag template, which is used for reconciliation.
Property Value | |
---|---|
Type | Description |
string |
TagTemplateAsTagTemplateName
public TagTemplateName TagTemplateAsTagTemplateName { get; set; }
TagTemplateName-typed view over the TagTemplate resource name property.
Property Value | |
---|---|
Type | Description |
TagTemplateName |
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 | |
---|---|
Type | Description |
RepeatedFieldTag |