Enum Event.EventType (1.39.0)

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

The definition of the event 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;

HEALTH

The instance / runtime health is available. This event indicates that instance / runtime health information.

HEALTH = 3;

HEALTH_VALUE

The instance / runtime health is available. This event indicates that instance / runtime health information.

HEALTH = 3;

HEARTBEAT

The instance / runtime is available. This event indicates that instance / runtime underlying compute is operational.

HEARTBEAT = 2;

HEARTBEAT_VALUE

The instance / runtime is available. This event indicates that instance / runtime underlying compute is operational.

HEARTBEAT = 2;

IDLE

The instance / runtime is idle

IDLE = 1;

IDLE_VALUE

The instance / runtime is idle

IDLE = 1;

MAINTENANCE

The instance / runtime is available. This event allows instance / runtime to send Host maintenance information to Control Plane. https://cloud.google.com/compute/docs/gpus/gpu-host-maintenance

MAINTENANCE = 4;

MAINTENANCE_VALUE

The instance / runtime is available. This event allows instance / runtime to send Host maintenance information to Control Plane. https://cloud.google.com/compute/docs/gpus/gpu-host-maintenance

MAINTENANCE = 4;

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