public sealed class TaggedEntry : IMessage<TaggedEntry>, IEquatable<TaggedEntry>, IDeepCloneable<TaggedEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class TaggedEntry.
Wrapper containing Entry and information about Tags that should and should not be attached to it.
Implements
IMessageTaggedEntry, IEquatableTaggedEntry, IDeepCloneableTaggedEntry, IBufferMessage, IMessageNamespace
Google.Cloud.DataCatalog.V1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
TaggedEntry()
public TaggedEntry()
TaggedEntry(TaggedEntry)
public TaggedEntry(TaggedEntry other)
Parameter | |
---|---|
Name | Description |
other | TaggedEntry |
Properties
AbsentTags
public RepeatedField<Tag> AbsentTags { get; }
Optional. Tags that should be deleted from the Data Catalog. Caller should populate template name and column only.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTag |
EntryCase
public TaggedEntry.EntryOneofCase EntryCase { get; }
Property Value | |
---|---|
Type | Description |
TaggedEntryEntryOneofCase |
PresentTags
public RepeatedField<Tag> PresentTags { get; }
Optional. Tags that should be ingested into the Data Catalog. Caller should populate template name, column and fields.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTag |
V1Entry
public Entry V1Entry { get; set; }
Non-encrypted Data Catalog v1 Entry.
Property Value | |
---|---|
Type | Description |
Entry |