public final class UpgradeInfoEvent
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 Kubernetes Engine 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 |
|---|
UpgradeInfoEvent() |
| Modifier and Type | Method and Description |
|---|---|
UpgradeInfoEvent |
clone() |
String |
getCurrentVersion()
The current version before the upgrade.
|
String |
getDescription()
A brief description of the event.
|
String |
getEndTime()
The time when the operation ended.
|
String |
getEventType()
The type of the event.
|
String |
getExtendedSupportEndTime()
The end of extended support timestamp.
|
String |
getOperation()
The operation associated with this upgrade.
|
String |
getResource()
Optional relative path to the resource.
|
String |
getResourceType()
The resource type associated with the upgrade.
|
String |
getStandardSupportEndTime()
The end of standard support timestamp.
|
String |
getStartTime()
The time when the operation was started.
|
String |
getState()
Output only.
|
String |
getTargetVersion()
The target version for the upgrade.
|
UpgradeInfoEvent |
set(String fieldName,
Object value) |
UpgradeInfoEvent |
setCurrentVersion(String currentVersion)
The current version before the upgrade.
|
UpgradeInfoEvent |
setDescription(String description)
A brief description of the event.
|
UpgradeInfoEvent |
setEndTime(String endTime)
The time when the operation ended.
|
UpgradeInfoEvent |
setEventType(String eventType)
The type of the event.
|
UpgradeInfoEvent |
setExtendedSupportEndTime(String extendedSupportEndTime)
The end of extended support timestamp.
|
UpgradeInfoEvent |
setOperation(String operation)
The operation associated with this upgrade.
|
UpgradeInfoEvent |
setResource(String resource)
Optional relative path to the resource.
|
UpgradeInfoEvent |
setResourceType(String resourceType)
The resource type associated with the upgrade.
|
UpgradeInfoEvent |
setStandardSupportEndTime(String standardSupportEndTime)
The end of standard support timestamp.
|
UpgradeInfoEvent |
setStartTime(String startTime)
The time when the operation was started.
|
UpgradeInfoEvent |
setState(String state)
Output only.
|
UpgradeInfoEvent |
setTargetVersion(String targetVersion)
The target version for the upgrade.
|
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 getCurrentVersion()
null for nonepublic UpgradeInfoEvent setCurrentVersion(String currentVersion)
currentVersion - currentVersion or null for nonepublic String getDescription()
null for nonepublic UpgradeInfoEvent setDescription(String description)
description - description or null for nonepublic String getEndTime()
null for nonepublic UpgradeInfoEvent setEndTime(String endTime)
endTime - endTime or null for nonepublic String getEventType()
null for nonepublic UpgradeInfoEvent setEventType(String eventType)
eventType - eventType or null for nonepublic String getExtendedSupportEndTime()
null for nonepublic UpgradeInfoEvent setExtendedSupportEndTime(String extendedSupportEndTime)
extendedSupportEndTime - extendedSupportEndTime or null for nonepublic String getOperation()
null for nonepublic UpgradeInfoEvent setOperation(String operation)
operation - operation or null for nonepublic String getResource()
null for nonepublic UpgradeInfoEvent setResource(String resource)
resource - resource or null for nonepublic String getResourceType()
null for nonepublic UpgradeInfoEvent setResourceType(String resourceType)
resourceType - resourceType or null for nonepublic String getStandardSupportEndTime()
null for nonepublic UpgradeInfoEvent setStandardSupportEndTime(String standardSupportEndTime)
standardSupportEndTime - standardSupportEndTime or null for nonepublic String getStartTime()
null for nonepublic UpgradeInfoEvent setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic UpgradeInfoEvent setState(String state)
state - state or null for nonepublic String getTargetVersion()
null for nonepublic UpgradeInfoEvent setTargetVersion(String targetVersion)
targetVersion - targetVersion or null for nonepublic UpgradeInfoEvent set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic UpgradeInfoEvent clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.