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.
Implements
IMessageGovernanceEventTypesEntity, IEquatableGovernanceEventTypesEntity, IDeepCloneableGovernanceEventTypesEntity, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
Entity()
public Entity()
Entity(Entity)
public Entity(GovernanceEvent.Types.Entity other)
Parameter | |
---|---|
Name | Description |
other |
GovernanceEventTypesEntity |
Properties
EntityType
public GovernanceEvent.Types.Entity.Types.EntityType EntityType { get; set; }
Type of entity.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |