public sealed class DumpItem : IMessage<DumpItem>, IEquatable<DumpItem>, IDeepCloneable<DumpItem>, IBufferMessage, IMessageReference documentation and code samples for the Data Catalog v1 API class DumpItem.
Wrapper for any item that can be contained in the dump.
Namespace
GoogleCloudGoogle.Cloud.DataCatalogV1Assembly
Google.Cloud.DataCatalog.V1.dll
Constructors
DumpItem()
public DumpItem()DumpItem(DumpItem)
public DumpItem(DumpItem other)| Parameter | |
|---|---|
| Name | Description |
other |
DumpItem |
Properties
ItemCase
public DumpItem.ItemOneofCase ItemCase { get; }| Property Value | |
|---|---|
| Type | Description |
DumpItemItemOneofCase |
|
TaggedEntry
public TaggedEntry TaggedEntry { get; set; }Entry and its tags.
| Property Value | |
|---|---|
| Type | Description |
TaggedEntry |
|