public final class RuntimeInfo
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 Cloud Dataproc 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 |
|---|
RuntimeInfo() |
| Modifier and Type | Method and Description |
|---|---|
RuntimeInfo |
clone() |
UsageMetrics |
getApproximateUsage()
Output only.
|
UsageSnapshot |
getCurrentUsage()
Output only.
|
String |
getDiagnosticOutputUri()
Output only.
|
Map<String,String> |
getEndpoints()
Output only.
|
String |
getOutputUri()
Output only.
|
RuntimeInfo |
set(String fieldName,
Object value) |
RuntimeInfo |
setApproximateUsage(UsageMetrics approximateUsage)
Output only.
|
RuntimeInfo |
setCurrentUsage(UsageSnapshot currentUsage)
Output only.
|
RuntimeInfo |
setDiagnosticOutputUri(String diagnosticOutputUri)
Output only.
|
RuntimeInfo |
setEndpoints(Map<String,String> endpoints)
Output only.
|
RuntimeInfo |
setOutputUri(String outputUri)
Output only.
|
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 UsageMetrics getApproximateUsage()
null for nonepublic RuntimeInfo setApproximateUsage(UsageMetrics approximateUsage)
approximateUsage - approximateUsage or null for nonepublic UsageSnapshot getCurrentUsage()
null for nonepublic RuntimeInfo setCurrentUsage(UsageSnapshot currentUsage)
currentUsage - currentUsage or null for nonepublic String getDiagnosticOutputUri()
null for nonepublic RuntimeInfo setDiagnosticOutputUri(String diagnosticOutputUri)
diagnosticOutputUri - diagnosticOutputUri or null for nonepublic Map<String,String> getEndpoints()
null for nonepublic RuntimeInfo setEndpoints(Map<String,String> endpoints)
endpoints - endpoints or null for nonepublic String getOutputUri()
null for nonepublic RuntimeInfo setOutputUri(String outputUri)
outputUri - outputUri or null for nonepublic RuntimeInfo set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic RuntimeInfo clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.