Enum SessionEvent.EventType (1.39.0)

public enum SessionEvent.EventType extends Enum<SessionEvent.EventType> implements ProtocolMessageEnum

The type of the event.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATE

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

CREATE = 4;

CREATE_VALUE

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

CREATE = 4;

EVENT_TYPE_UNSPECIFIED

An unspecified event type.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

An unspecified event type.

EVENT_TYPE_UNSPECIFIED = 0;

QUERY

Query events in the session.

QUERY = 3;

QUERY_VALUE

Query events in the session.

QUERY = 3;

START

Event when the session is assigned to a user.

START = 1;

START_VALUE

Event when the session is assigned to a user.

START = 1;

STOP

Event for stop of a session.

STOP = 2;

STOP_VALUE

Event for stop of a session.

STOP = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()