public sealed class GovernanceEvent : IMessage<GovernanceEvent>, IEquatable<GovernanceEvent>, IDeepCloneable<GovernanceEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GovernanceEvent.
Payload associated with Governance related log events.
[[["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-25 UTC."],[[["This document provides reference information for the `GovernanceEvent` class within the Google Cloud Dataplex v1 API, detailing its structure and usage."],["The `GovernanceEvent` class is used to log events associated with governance in Cloud Dataplex, including details about the event's type and any related entity."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in message passing, comparison, cloning, and efficient data handling."],["The latest version of the `GovernanceEvent` class is 3.6.0, and the provided content includes documentation for versions ranging from 1.0.0 up to 3.6.0, allowing for historical reference."],["The class contains the properties `Entity`, `EventType`, and `Message`, which detail the resource, type, and specifics of a logged governance event, respectively."]]],[]]