Enum StartEnvironmentMetadata.State (2.40.0)

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

Possible states an environment might transition between during startup. These states are not normally actionable by clients, but may be used to show a progress message to the user. An environment won't necessarily go through all of these states when starting. More states are likely to be added in the future.

Protobuf enum google.cloud.shell.v1.StartEnvironmentMetadata.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
AWAITING_COMPUTE_RESOURCES

Startup is waiting for compute resources to be assigned to the environment. This should normally happen very quickly, but an environment might stay in this state for an extended period of time if the system is experiencing heavy load.

AWAITING_COMPUTE_RESOURCES = 4;

AWAITING_COMPUTE_RESOURCES_VALUE

Startup is waiting for compute resources to be assigned to the environment. This should normally happen very quickly, but an environment might stay in this state for an extended period of time if the system is experiencing heavy load.

AWAITING_COMPUTE_RESOURCES = 4;

FINISHED

Startup has completed. If the start operation was successful, the user should be able to establish an SSH connection to their environment. Otherwise, the operation will contain details of the failure.

FINISHED = 3;

FINISHED_VALUE

Startup has completed. If the start operation was successful, the user should be able to establish an SSH connection to their environment. Otherwise, the operation will contain details of the failure.

FINISHED = 3;

STARTING

The environment is in the process of being started, but no additional details are available.

STARTING = 1;

STARTING_VALUE

The environment is in the process of being started, but no additional details are available.

STARTING = 1;

STATE_UNSPECIFIED

The environment's start state is unknown.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The environment's start state is unknown.

STATE_UNSPECIFIED = 0;

UNARCHIVING_DISK

Startup is waiting for the user's disk to be unarchived. This can happen when the user returns to Cloud Shell after not having used it for a while, and suggests that startup will take longer than normal.

UNARCHIVING_DISK = 2;

UNARCHIVING_DISK_VALUE

Startup is waiting for the user's disk to be unarchived. This can happen when the user returns to Cloud Shell after not having used it for a while, and suggests that startup will take longer than normal.

UNARCHIVING_DISK = 2;

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