Enum Event.EventType (1.0.6)

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

The definition of the even types.

Protobuf enum google.cloud.notebooks.v1.Event.EventType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
EVENT_TYPE_UNSPECIFIED

Event is not specified.

EVENT_TYPE_UNSPECIFIED = 0;

EVENT_TYPE_UNSPECIFIED_VALUE

Event is not specified.

EVENT_TYPE_UNSPECIFIED = 0;

IDLE

The instance / runtime is idle

IDLE = 1;

IDLE_VALUE

The instance / runtime is idle

IDLE = 1;

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