public final class SdkVersion
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 Dataflow 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 |
|---|
SdkVersion() |
| Modifier and Type | Method and Description |
|---|---|
SdkVersion |
clone() |
List<SdkBug> |
getBugs()
Output only.
|
String |
getSdkSupportStatus()
The support status for this SDK version.
|
String |
getVersion()
The version of the SDK used to run the job.
|
String |
getVersionDisplayName()
A readable string describing the version of the SDK.
|
SdkVersion |
set(String fieldName,
Object value) |
SdkVersion |
setBugs(List<SdkBug> bugs)
Output only.
|
SdkVersion |
setSdkSupportStatus(String sdkSupportStatus)
The support status for this SDK version.
|
SdkVersion |
setVersion(String version)
The version of the SDK used to run the job.
|
SdkVersion |
setVersionDisplayName(String versionDisplayName)
A readable string describing the version of the SDK.
|
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 List<SdkBug> getBugs()
null for nonepublic SdkVersion setBugs(List<SdkBug> bugs)
bugs - bugs or null for nonepublic String getSdkSupportStatus()
null for nonepublic SdkVersion setSdkSupportStatus(String sdkSupportStatus)
sdkSupportStatus - sdkSupportStatus or null for nonepublic String getVersion()
null for nonepublic SdkVersion setVersion(String version)
version - version or null for nonepublic String getVersionDisplayName()
null for nonepublic SdkVersion setVersionDisplayName(String versionDisplayName)
versionDisplayName - versionDisplayName or null for nonepublic SdkVersion set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SdkVersion clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.