Enum Runtime.HealthState (0.6.2)

public enum Runtime.HealthState extends Enum<Runtime.HealthState> implements ProtocolMessageEnum

The runtime substate.

Protobuf enum google.cloud.notebooks.v1.Runtime.HealthState

Implements

ProtocolMessageEnum

Fields

NameDescription
HEALTHY

The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

HEALTHY = 1;

HEALTHY_VALUE

The runtime is known to be in an healthy state (for example, critical daemons are running) Applies to ACTIVE state.

HEALTHY = 1;

HEALTH_STATE_UNSPECIFIED

The runtime substate is unknown.

HEALTH_STATE_UNSPECIFIED = 0;

HEALTH_STATE_UNSPECIFIED_VALUE

The runtime substate is unknown.

HEALTH_STATE_UNSPECIFIED = 0;

UNHEALTHY

The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.

UNHEALTHY = 2;

UNHEALTHY_VALUE

The runtime is known to be in an unhealthy state (for example, critical daemons are not running) Applies to ACTIVE state.

UNHEALTHY = 2;

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