Cloud Dataplex v1 API - Class GovernanceEvent.Types.Entity (2.15.0)

public sealed class GovernanceEvent.Types.Entity : IMessage<GovernanceEvent.Types.Entity>, IEquatable<GovernanceEvent.Types.Entity>, IDeepCloneable<GovernanceEvent.Types.Entity>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class GovernanceEvent.Types.Entity.

Information about Entity resource that the log event is associated with.

Inheritance

object > GovernanceEvent.Types.Entity

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Entity()

public Entity()

Entity(Entity)

public Entity(GovernanceEvent.Types.Entity other)
Parameter
NameDescription
otherGovernanceEventTypesEntity

Properties

EntityType

public GovernanceEvent.Types.Entity.Types.EntityType EntityType { get; set; }

Type of entity.

Property Value
TypeDescription
GovernanceEventTypesEntityTypesEntityType

Entity_

public string Entity_ { get; set; }

The Entity resource the log event is associated with. Format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}

Property Value
TypeDescription
string