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-04-09 UTC."],[[["This document provides reference information for the `GovernanceEvent` class within the Google Cloud Dataplex v1 API, specifically for version 3.2.0."],["The `GovernanceEvent` class represents the payload associated with governance-related log events and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has constructors, such as the default `GovernanceEvent()` and `GovernanceEvent(GovernanceEvent other)` for creating new instances, including one that duplicates another instance."],["Key properties of the `GovernanceEvent` class include `Entity` (for entity resource information), `EventType` (the type of event), and `Message` (the log message)."],["The document contains links to earlier version of this class, with the latest version being 3.6.0."]]],[]]