Enum Event.EventType (0.6.2)

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

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

Methods

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

(deprecated) Use #forNumber(int) instead.

valueOf(String name)
values()