Google Cloud Dataplex V1 Client - Class EventType (0.11.1)

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

Namespace

Google \ Cloud \ Dataplex \ V1 \ SessionEvent

Methods

static::name

Parameter
NameDescription
value mixed

static::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 when the session is assigned to a user.

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;

CREATE

Value: 4

Event for creation of a cluster. It is not yet assigned to a user.

This comes before START in the sequence

Generated from protobuf enum CREATE = 4;