Reference documentation and code samples for the Google Cloud Notebooks V1 Client class Runtime.
The definition of a Runtime for a managed notebook instance.
Generated from protobuf message google.cloud.notebooks.v1.Runtime
Namespace
Google \ Cloud \ Notebooks \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource name of the runtime. Format: projects/{project}/locations/{location}/runtimes/{runtimeId}
↳ virtual_machine
Google\Cloud\Notebooks\V1\VirtualMachine
Use a Compute Engine VM image to start the managed notebook instance.
↳ state
int
Output only. Runtime state.
↳ health_state
int
Output only. Runtime health_state.
↳ access_config
↳ software_config
Google\Cloud\Notebooks\V1\RuntimeSoftwareConfig
The config settings for software inside the runtime.
↳ metrics
Google\Cloud\Notebooks\V1\RuntimeMetrics
Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats.
↳ create_time
↳ update_time
getName
Output only. The resource name of the runtime.
Format: projects/{project}/locations/{location}/runtimes/{runtimeId}
string
setName
Output only. The resource name of the runtime.
Format: projects/{project}/locations/{location}/runtimes/{runtimeId}
var
string
$this
getVirtualMachine
Use a Compute Engine VM image to start the managed notebook instance.
hasVirtualMachine
setVirtualMachine
Use a Compute Engine VM image to start the managed notebook instance.
$this
getState
Output only. Runtime state.
int
setState
Output only. Runtime state.
var
int
$this
getHealthState
Output only. Runtime health_state.
int
setHealthState
Output only. Runtime health_state.
var
int
$this
getAccessConfig
The config settings for accessing runtime.
hasAccessConfig
clearAccessConfig
setAccessConfig
The config settings for accessing runtime.
$this
getSoftwareConfig
The config settings for software inside the runtime.
hasSoftwareConfig
clearSoftwareConfig
setSoftwareConfig
The config settings for software inside the runtime.
$this
getMetrics
Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats.
hasMetrics
clearMetrics
setMetrics
Output only. Contains Runtime daemon metrics such as Service status and JupyterLab stats.
$this
getCreateTime
Output only. Runtime creation time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Runtime creation time.
$this
getUpdateTime
Output only. Runtime update time.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Runtime update time.
$this
getRuntimeType
string