public final class Environment
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 |
|---|
Environment() |
| Modifier and Type | Method and Description |
|---|---|
Environment |
clone() |
ContainerImage |
getContainerImage()
Use a container image to start the notebook instance.
|
String |
getCreateTime()
Output only.
|
String |
getDescription()
A brief description of this environment.
|
String |
getDisplayName()
Display name of this environment for the UI.
|
String |
getName()
Output only.
|
String |
getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance fully boots up.
|
VmImage |
getVmImage()
Use a Compute Engine VM image to start the notebook instance.
|
Environment |
set(String fieldName,
Object value) |
Environment |
setContainerImage(ContainerImage containerImage)
Use a container image to start the notebook instance.
|
Environment |
setCreateTime(String createTime)
Output only.
|
Environment |
setDescription(String description)
A brief description of this environment.
|
Environment |
setDisplayName(String displayName)
Display name of this environment for the UI.
|
Environment |
setName(String name)
Output only.
|
Environment |
setPostStartupScript(String postStartupScript)
Path to a Bash script that automatically runs after a notebook instance fully boots up.
|
Environment |
setVmImage(VmImage vmImage)
Use a Compute Engine VM image to start the 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 ContainerImage getContainerImage()
null for nonepublic Environment setContainerImage(ContainerImage containerImage)
containerImage - containerImage or null for nonepublic String getCreateTime()
null for nonepublic Environment setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getDescription()
null for nonepublic Environment setDescription(String description)
description - description or null for nonepublic String getDisplayName()
null for nonepublic Environment setDisplayName(String displayName)
displayName - displayName or null for nonepublic String getName()
null for nonepublic Environment setName(String name)
name - name or null for nonepublic String getPostStartupScript()
null for nonepublic Environment setPostStartupScript(String postStartupScript)
postStartupScript - postStartupScript or null for nonepublic VmImage getVmImage()
null for nonepublic Environment setVmImage(VmImage vmImage)
vmImage - vmImage or null for nonepublic Environment set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Environment clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.