public final class IsInstanceUpgradeableResponse extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IsInstanceUpgradeableResponse() |
| Modifier and Type | Method and Description |
|---|---|
IsInstanceUpgradeableResponse |
clone() |
Boolean |
getUpgradeable()
If an instance is upgradeable.
|
String |
getUpgradeImage()
The new image self link this instance will be upgraded to if calling the upgrade endpoint.
|
String |
getUpgradeInfo()
Additional information about upgrade.
|
String |
getUpgradeVersion()
The version this instance will be upgraded to if calling the upgrade endpoint.
|
IsInstanceUpgradeableResponse |
set(String fieldName,
Object value) |
IsInstanceUpgradeableResponse |
setUpgradeable(Boolean upgradeable)
If an instance is upgradeable.
|
IsInstanceUpgradeableResponse |
setUpgradeImage(String upgradeImage)
The new image self link this instance will be upgraded to if calling the upgrade endpoint.
|
IsInstanceUpgradeableResponse |
setUpgradeInfo(String upgradeInfo)
Additional information about upgrade.
|
IsInstanceUpgradeableResponse |
setUpgradeVersion(String upgradeVersion)
The version this instance will be upgraded to if calling the upgrade endpoint.
|
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 getUpgradeImage()
null for nonepublic IsInstanceUpgradeableResponse setUpgradeImage(String upgradeImage)
upgradeImage - upgradeImage or null for nonepublic String getUpgradeInfo()
null for nonepublic IsInstanceUpgradeableResponse setUpgradeInfo(String upgradeInfo)
upgradeInfo - upgradeInfo or null for nonepublic String getUpgradeVersion()
null for nonepublic IsInstanceUpgradeableResponse setUpgradeVersion(String upgradeVersion)
upgradeVersion - upgradeVersion or null for nonepublic Boolean getUpgradeable()
null for nonepublic IsInstanceUpgradeableResponse setUpgradeable(Boolean upgradeable)
upgradeable - upgradeable or null for nonepublic IsInstanceUpgradeableResponse set(String fieldName, Object value)
set in class GenericJsonpublic IsInstanceUpgradeableResponse clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.