public sealed class EntryLinkEvent : IMessage<EntryLinkEvent>, IEquatable<EntryLinkEvent>, IDeepCloneable<EntryLinkEvent>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class EntryLinkEvent.
Payload associated with Entry related log events.
Implements
IMessageEntryLinkEvent, IEquatableEntryLinkEvent, IDeepCloneableEntryLinkEvent, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
EntryLinkEvent()
public EntryLinkEvent()
EntryLinkEvent(EntryLinkEvent)
public EntryLinkEvent(EntryLinkEvent other)
Parameter | |
---|---|
Name | Description |
other |
EntryLinkEvent |
Properties
EventType
public EntryLinkEvent.Types.EventType EventType { get; set; }
The type of the event.
Property Value | |
---|---|
Type | Description |
EntryLinkEventTypesEventType |
Message
public string Message { get; set; }
The log message.
Property Value | |
---|---|
Type | Description |
string |
Resource
public string Resource { get; set; }
Name of the resource.
Property Value | |
---|---|
Type | Description |
string |