public sealed class DiscoveryEvent.Types.EntityDetails : IMessage<DiscoveryEvent.Types.EntityDetails>, IEquatable<DiscoveryEvent.Types.EntityDetails>, IDeepCloneable<DiscoveryEvent.Types.EntityDetails>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DiscoveryEvent.Types.EntityDetails.
Details about the entity.
Implements
IMessageDiscoveryEventTypesEntityDetails, IEquatableDiscoveryEventTypesEntityDetails, IDeepCloneableDiscoveryEventTypesEntityDetails, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntityDetails()
public EntityDetails()
EntityDetails(EntityDetails)
public EntityDetails(DiscoveryEvent.Types.EntityDetails other)
Parameter | |
---|---|
Name | Description |
other | DiscoveryEventTypesEntityDetails |
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 |
DiscoveryEventTypesEntityType |