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.v1beta.Workstation.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
STATE_RUNNING |
The workstation is ready to accept requests from users. |
STATE_RUNNING_VALUE |
The workstation is ready to accept requests from users. |
STATE_STARTING |
The workstation is not yet ready to accept requests from users but will be soon. |
STATE_STARTING_VALUE |
The workstation is not yet ready to accept requests from users but will be soon. |
STATE_STOPPED |
The workstation is stopped and will not be able to receive requests until it is started. |
STATE_STOPPED_VALUE |
The workstation is stopped and will not be able to receive requests until it is started. |
STATE_STOPPING |
The workstation is being stopped. |
STATE_STOPPING_VALUE |
The workstation is being stopped. |
STATE_UNSPECIFIED |
Do not use. |
STATE_UNSPECIFIED_VALUE |
Do not use. |
UNRECOGNIZED |
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() |