Cloud Dataplex v1 API - Class GovernanceEvent (2.15.0)

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.

Inheritance

object > GovernanceEvent

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GovernanceEvent()

public GovernanceEvent()

GovernanceEvent(GovernanceEvent)

public GovernanceEvent(GovernanceEvent other)
Parameter
NameDescription
otherGovernanceEvent

Properties

Entity

public GovernanceEvent.Types.Entity Entity { get; set; }

Entity resource information if the log event is associated with a specific entity.

Property Value
TypeDescription
GovernanceEventTypesEntity

EventType

public GovernanceEvent.Types.EventType EventType { get; set; }

The type of the event.

Property Value
TypeDescription
GovernanceEventTypesEventType

Message

public string Message { get; set; }

The log message.

Property Value
TypeDescription
string