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.
Implements
IMessageGovernanceEvent, IEquatableGovernanceEvent, IDeepCloneableGovernanceEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
GovernanceEvent()
public GovernanceEvent()
GovernanceEvent(GovernanceEvent)
public GovernanceEvent(GovernanceEvent other)
Parameter | |
---|---|
Name | Description |
other |
GovernanceEvent |
Properties
Entity
public GovernanceEvent.Types.Entity Entity { get; set; }
Entity resource information if the log event is associated with a specific entity.
Property Value | |
---|---|
Type | Description |
GovernanceEventTypesEntity |
EventType
public GovernanceEvent.Types.EventType EventType { get; set; }
The type of the event.
Property Value | |
---|---|
Type | Description |
GovernanceEventTypesEventType |
Message
public string Message { get; set; }
The log message.
Property Value | |
---|---|
Type | Description |
string |