Enum Workstation.State (0.29.0)

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

Whether a workstation is running and ready to receive user requests.

Protobuf enum google.cloud.workstations.v1.Workstation.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
STATE_RUNNING

The workstation is ready to accept requests from users.

STATE_RUNNING = 2;

STATE_RUNNING_VALUE

The workstation is ready to accept requests from users.

STATE_RUNNING = 2;

STATE_STARTING

The workstation is not yet ready to accept requests from users but will be soon.

STATE_STARTING = 1;

STATE_STARTING_VALUE

The workstation is not yet ready to accept requests from users but will be soon.

STATE_STARTING = 1;

STATE_STOPPED

The workstation is stopped and will not be able to receive requests until it is started.

STATE_STOPPED = 4;

STATE_STOPPED_VALUE

The workstation is stopped and will not be able to receive requests until it is started.

STATE_STOPPED = 4;

STATE_STOPPING

The workstation is being stopped.

STATE_STOPPING = 3;

STATE_STOPPING_VALUE

The workstation is being stopped.

STATE_STOPPING = 3;

STATE_UNSPECIFIED

Do not use.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Do not use.

STATE_UNSPECIFIED = 0;

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