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."],[[["The `GovernanceEvent` class in the Google.Cloud.Dataplex.V1 namespace provides details for governance-related log events."],["The latest version for the `GovernanceEvent` class is 3.6.0, and it has versions ranging back to 1.0.0."],["`GovernanceEvent` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GovernanceEvent` class contains properties like `Entity`, `EventType`, and `Message`, which describe the resource, type, and content of the event."],["Constructors are available to create instances of `GovernanceEvent`, including a parameterless constructor and one that takes another `GovernanceEvent` object."]]],[]]