Google Cloud Dataplex V1 Client - Class EventType (1.6.1)

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 \ EntryLinkEvent

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

An unspecified event type.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

ENTRY_LINK_CREATE

Value: 1

EntryLink create event.

Generated from protobuf enum ENTRY_LINK_CREATE = 1;

ENTRY_LINK_DELETE

Value: 2

EntryLink delete event.

Generated from protobuf enum ENTRY_LINK_DELETE = 2;