public final class AutoUpgradeOptions
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 Google Container Engine API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
AutoUpgradeOptions() |
| Modifier and Type | Method and Description |
|---|---|
AutoUpgradeOptions |
clone() |
java.lang.String |
getAutoUpgradeStartTime()
[Output only] This field is set when upgrades are about to commence with the approximate start
time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
java.lang.String |
getDescription()
[Output only] This field is set when upgrades are about to commence with the description of the
upgrade.
|
AutoUpgradeOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
AutoUpgradeOptions |
setAutoUpgradeStartTime(java.lang.String autoUpgradeStartTime)
[Output only] This field is set when upgrades are about to commence with the approximate start
time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.
|
AutoUpgradeOptions |
setDescription(java.lang.String description)
[Output only] This field is set when upgrades are about to commence with the description of the
upgrade.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getAutoUpgradeStartTime()
null for nonepublic AutoUpgradeOptions setAutoUpgradeStartTime(java.lang.String autoUpgradeStartTime)
autoUpgradeStartTime - autoUpgradeStartTime or null for nonepublic java.lang.String getDescription()
null for nonepublic AutoUpgradeOptions setDescription(java.lang.String description)
description - description or null for nonepublic AutoUpgradeOptions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic AutoUpgradeOptions clone()
clone in class com.google.api.client.json.GenericJson