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 \ SessionEventMethods
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;
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;