public final class Runtime
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Notebooks API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Runtime() |
| Modifier and Type | Method and Description |
|---|---|
Runtime |
clone() |
RuntimeAccessConfig |
getAccessConfig()
The config settings for accessing runtime.
|
String |
getCreateTime()
Output only.
|
String |
getHealthState()
Output only.
|
Map<String,String> |
getLabels()
Optional.
|
RuntimeMetrics |
getMetrics()
Output only.
|
Boolean |
getMigrated()
Output only.
|
String |
getName()
Output only.
|
RuntimeMigrationEligibility |
getRuntimeMigrationEligibility()
Output only.
|
RuntimeSoftwareConfig |
getSoftwareConfig()
The config settings for software inside the runtime.
|
String |
getState()
Output only.
|
String |
getUpdateTime()
Output only.
|
VirtualMachine |
getVirtualMachine()
Use a Compute Engine VM image to start the managed notebook instance.
|
Runtime |
set(String fieldName,
Object value) |
Runtime |
setAccessConfig(RuntimeAccessConfig accessConfig)
The config settings for accessing runtime.
|
Runtime |
setCreateTime(String createTime)
Output only.
|
Runtime |
setHealthState(String healthState)
Output only.
|
Runtime |
setLabels(Map<String,String> labels)
Optional.
|
Runtime |
setMetrics(RuntimeMetrics metrics)
Output only.
|
Runtime |
setMigrated(Boolean migrated)
Output only.
|
Runtime |
setName(String name)
Output only.
|
Runtime |
setRuntimeMigrationEligibility(RuntimeMigrationEligibility runtimeMigrationEligibility)
Output only.
|
Runtime |
setSoftwareConfig(RuntimeSoftwareConfig softwareConfig)
The config settings for software inside the runtime.
|
Runtime |
setState(String state)
Output only.
|
Runtime |
setUpdateTime(String updateTime)
Output only.
|
Runtime |
setVirtualMachine(VirtualMachine virtualMachine)
Use a Compute Engine VM image to start the managed notebook instance.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic RuntimeAccessConfig getAccessConfig()
null for nonepublic Runtime setAccessConfig(RuntimeAccessConfig accessConfig)
accessConfig - accessConfig or null for nonepublic String getCreateTime()
null for nonepublic Runtime setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getHealthState()
null for nonepublic Runtime setHealthState(String healthState)
healthState - healthState or null for nonepublic Map<String,String> getLabels()
null for nonepublic Runtime setLabels(Map<String,String> labels)
labels - labels or null for nonepublic RuntimeMetrics getMetrics()
null for nonepublic Runtime setMetrics(RuntimeMetrics metrics)
metrics - metrics or null for nonepublic Boolean getMigrated()
null for nonepublic Runtime setMigrated(Boolean migrated)
migrated - migrated or null for nonepublic String getName()
null for nonepublic Runtime setName(String name)
name - name or null for nonepublic RuntimeMigrationEligibility getRuntimeMigrationEligibility()
null for nonepublic Runtime setRuntimeMigrationEligibility(RuntimeMigrationEligibility runtimeMigrationEligibility)
runtimeMigrationEligibility - runtimeMigrationEligibility or null for nonepublic RuntimeSoftwareConfig getSoftwareConfig()
null for nonepublic Runtime setSoftwareConfig(RuntimeSoftwareConfig softwareConfig)
softwareConfig - softwareConfig or null for nonepublic String getState()
null for nonepublic Runtime setState(String state)
state - state or null for nonepublic String getUpdateTime()
null for nonepublic Runtime setUpdateTime(String updateTime)
updateTime - updateTime or null for nonepublic VirtualMachine getVirtualMachine()
null for nonepublic Runtime setVirtualMachine(VirtualMachine virtualMachine)
virtualMachine - virtualMachine or null for nonepublic Runtime set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Runtime clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.