Module: Google::Cloud::Dataplex::V1::SessionEvent::EventType

Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

The type of the event.

Constant Summary collapse

EVENT_TYPE_UNSPECIFIED =

An unspecified event type.

0
START =

Event when the session is assigned to a user.

1
STOP =

Event for stop of a session.

2
QUERY =

Query events in the session.

3
CREATE =

Event for creation of a cluster. It is not yet assigned to a user. This comes before START in the sequence

4