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.
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}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `Google.Cloud.Dataplex.V1.GovernanceEvent.Types.Entity` class is version 3.6.0, with multiple earlier versions also documented."],["The `GovernanceEvent.Types.Entity` class in the Cloud Dataplex v1 API represents an entity associated with a log event, providing information about its resource and type."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET ecosystem."],["The `EntityType` property, which is a `GovernanceEvent.Types.Entity.Types.EntityType` enum, defines the specific type of entity involved, while the `Entity_` property stores the resource identifier of the associated entity."],["The documentation provides details about the constructors `Entity()` and `Entity(GovernanceEvent.Types.Entity other)`, allowing for the creation of new instances or copies."]]],[]]