Enum SessionEvent.EventType (1.0.1)

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
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 for start of a session.

START = 1;

START_VALUE

Event for start of a session.

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()