Enum Instance.State (1.39.0)

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

The definition of the states of this instance.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The instance is running.

ACTIVE = 3;

ACTIVE_VALUE

The instance is running.

ACTIVE = 3;

DELETED

The instance is deleted.

DELETED = 6;

DELETED_VALUE

The instance is deleted.

DELETED = 6;

INITIALIZING

The instance is being created.

INITIALIZING = 8;

INITIALIZING_VALUE

The instance is being created.

INITIALIZING = 8;

PROVISIONING

The control logic is installing required frameworks and registering the instance with notebook proxy

PROVISIONING = 2;

PROVISIONING_VALUE

The control logic is installing required frameworks and registering the instance with notebook proxy

PROVISIONING = 2;

REGISTERING

The instance is getting registered.

REGISTERING = 9;

REGISTERING_VALUE

The instance is getting registered.

REGISTERING = 9;

STARTING

The control logic is starting the instance.

STARTING = 1;

STARTING_VALUE

The control logic is starting the instance.

STARTING = 1;

STATE_UNSPECIFIED

State is not specified.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

State is not specified.

STATE_UNSPECIFIED = 0;

STOPPED

The instance is stopped.

STOPPED = 5;

STOPPED_VALUE

The instance is stopped.

STOPPED = 5;

STOPPING

The control logic is stopping the instance.

STOPPING = 4;

STOPPING_VALUE

The control logic is stopping the instance.

STOPPING = 4;

SUSPENDED

The instance is suspended.

SUSPENDED = 11;

SUSPENDED_VALUE

The instance is suspended.

SUSPENDED = 11;

SUSPENDING

The instance is suspending.

SUSPENDING = 10;

SUSPENDING_VALUE

The instance is suspending.

SUSPENDING = 10;

UNRECOGNIZED
UPGRADING

The instance is upgrading.

UPGRADING = 7;

UPGRADING_VALUE

The instance is upgrading.

UPGRADING = 7;

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