Cloud Dataplex v1 API - Class DiscoveryEvent.Types.EntityDetails (2.9.0)

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.

Inheritance

object > DiscoveryEvent.Types.EntityDetails

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

EntityDetails()

public EntityDetails()

EntityDetails(EntityDetails)

public EntityDetails(DiscoveryEvent.Types.EntityDetails other)
Parameter
NameDescription
otherDiscoveryEventTypesEntityDetails

Properties

Entity

public string Entity { get; set; }

The name of the entity resource. The name is the fully-qualified resource name.

Property Value
TypeDescription
string

Type

public DiscoveryEvent.Types.EntityType Type { get; set; }

The type of the entity resource.

Property Value
TypeDescription
DiscoveryEventTypesEntityType