public final class VmImage
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 |
|---|
VmImage() |
| Modifier and Type | Method and Description |
|---|---|
VmImage |
clone() |
String |
getImageFamily()
Use this VM image family to find the image; the newest image in this family will be used.
|
String |
getImageName()
Use VM image name to find the image.
|
String |
getProject()
Required.
|
VmImage |
set(String fieldName,
Object value) |
VmImage |
setImageFamily(String imageFamily)
Use this VM image family to find the image; the newest image in this family will be used.
|
VmImage |
setImageName(String imageName)
Use VM image name to find the image.
|
VmImage |
setProject(String project)
Required.
|
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 String getImageFamily()
null for nonepublic VmImage setImageFamily(String imageFamily)
imageFamily - imageFamily or null for nonepublic String getImageName()
null for nonepublic VmImage setImageName(String imageName)
imageName - imageName or null for nonepublic String getProject()
null for nonepublic VmImage setProject(String project)
project - project or null for nonepublic VmImage set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VmImage clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.