Reference documentation and code samples for the Google Cloud Notebooks V1 Client class State.
The definition of the states of this runtime.
Protobuf type google.cloud.notebooks.v1.Runtime.State
Namespace
Google \ Cloud \ Notebooks \ V1 \ RuntimeMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State is not specified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
STARTING
Value: 1
The compute layer is starting the runtime. It is not ready for use.
Generated from protobuf enum STARTING = 1;
PROVISIONING
Value: 2
The compute layer is installing required frameworks and registering the runtime with notebook proxy. It cannot be used.
Generated from protobuf enum PROVISIONING = 2;
ACTIVE
Value: 3
The runtime is currently running. It is ready for use.
Generated from protobuf enum ACTIVE = 3;
STOPPING
Value: 4
The control logic is stopping the runtime. It cannot be used.
Generated from protobuf enum STOPPING = 4;
STOPPED
Value: 5
The runtime is stopped. It cannot be used.
Generated from protobuf enum STOPPED = 5;
DELETING
Value: 6
The runtime is being deleted. It cannot be used.
Generated from protobuf enum DELETING = 6;
UPGRADING
Value: 7
The runtime is upgrading. It cannot be used.
Generated from protobuf enum UPGRADING = 7;
INITIALIZING
Value: 8
The runtime is being created and set up. It is not ready for use.
Generated from protobuf enum INITIALIZING = 8;