Cloud Dataplex v1 API - Class GovernanceEvent (3.1.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
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