Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EventType.
Type of entry link log event.
Protobuf type google.cloud.dataplex.v1.EntryLinkEvent.EventType
Namespace
Google \ Cloud \ Dataplex \ V1 \ EntryLinkEventMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
EVENT_TYPE_UNSPECIFIED
Value: 0An unspecified event type.
Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;
ENTRY_LINK_CREATE
Value: 1EntryLink create event.
Generated from protobuf enum ENTRY_LINK_CREATE = 1;
ENTRY_LINK_DELETE
Value: 2EntryLink delete event.
Generated from protobuf enum ENTRY_LINK_DELETE = 2;