Google Cloud Dataplex V1 Client - Class EventType (0.1.6)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class EventType.

The type of the event.

Protobuf type google.cloud.dataplex.v1.SessionEvent.EventType

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

EVENT_TYPE_UNSPECIFIED

Value: 0

An unspecified event type.

Generated from protobuf enum EVENT_TYPE_UNSPECIFIED = 0;

START

Value: 1

Event for start of a session.

Generated from protobuf enum START = 1;

STOP

Value: 2

Event for stop of a session.

Generated from protobuf enum STOP = 2;

QUERY

Value: 3

Query events in the session.

Generated from protobuf enum QUERY = 3;