Enum Runtime.State (1.42.0)

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

The definition of the states of this runtime.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

The runtime is currently running. It is ready for use.

ACTIVE = 3;

ACTIVE_VALUE

The runtime is currently running. It is ready for use.

ACTIVE = 3;

DELETING

The runtime is being deleted. It cannot be used.

DELETING = 6;

DELETING_VALUE

The runtime is being deleted. It cannot be used.

DELETING = 6;

INITIALIZING

The runtime is being created and set up. It is not ready for use.

INITIALIZING = 8;

INITIALIZING_VALUE

The runtime is being created and set up. It is not ready for use.

INITIALIZING = 8;

PROVISIONING

The compute layer is installing required frameworks and registering the runtime with notebook proxy. It cannot be used.

PROVISIONING = 2;

PROVISIONING_VALUE

The compute layer is installing required frameworks and registering the runtime with notebook proxy. It cannot be used.

PROVISIONING = 2;

STARTING

The compute layer is starting the runtime. It is not ready for use.

STARTING = 1;

STARTING_VALUE

The compute layer is starting the runtime. It is not ready for use.

STARTING = 1;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

STOPPED

The runtime is stopped. It cannot be used.

STOPPED = 5;

STOPPED_VALUE

The runtime is stopped. It cannot be used.

STOPPED = 5;

STOPPING

The control logic is stopping the runtime. It cannot be used.

STOPPING = 4;

STOPPING_VALUE

The control logic is stopping the runtime. It cannot be used.

STOPPING = 4;

UNRECOGNIZED
UPGRADING

The runtime is upgrading. It cannot be used.

UPGRADING = 7;

UPGRADING_VALUE

The runtime is upgrading. It cannot be used.

UPGRADING = 7;

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()