public sealed class EntityDetails : IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessageDetails about the entity.
Implements
IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntityDetails()
public EntityDetails()EntityDetails(DiscoveryEvent.Types.EntityDetails)
public EntityDetails(DiscoveryEvent.Types.EntityDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
DiscoveryEvent.Types.EntityDetails |
Properties
Entity
public string Entity { get; set; }The name of the entity resource. The name is the fully-qualified resource name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Type
public DiscoveryEvent.Types.EntityType Type { get; set; }The type of the entity resource.
| Property Value | |
|---|---|
| Type | Description |
DiscoveryEvent.Types.EntityType |
|