public final class SparkStatistics
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 BigQuery 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 |
|---|
SparkStatistics() |
| Modifier and Type | Method and Description |
|---|---|
SparkStatistics |
clone() |
Map<String,String> |
getEndpoints()
Output only.
|
String |
getGcsStagingBucket()
Output only.
|
String |
getKmsKeyName()
Output only.
|
SparkLoggingInfo |
getLoggingInfo()
Output only.
|
String |
getSparkJobId()
Output only.
|
String |
getSparkJobLocation()
Output only.
|
SparkStatistics |
set(String fieldName,
Object value) |
SparkStatistics |
setEndpoints(Map<String,String> endpoints)
Output only.
|
SparkStatistics |
setGcsStagingBucket(String gcsStagingBucket)
Output only.
|
SparkStatistics |
setKmsKeyName(String kmsKeyName)
Output only.
|
SparkStatistics |
setLoggingInfo(SparkLoggingInfo loggingInfo)
Output only.
|
SparkStatistics |
setSparkJobId(String sparkJobId)
Output only.
|
SparkStatistics |
setSparkJobLocation(String sparkJobLocation)
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 Map<String,String> getEndpoints()
null for nonepublic SparkStatistics setEndpoints(Map<String,String> endpoints)
endpoints - endpoints or null for nonepublic String getGcsStagingBucket()
null for nonepublic SparkStatistics setGcsStagingBucket(String gcsStagingBucket)
gcsStagingBucket - gcsStagingBucket or null for nonepublic String getKmsKeyName()
null for nonepublic SparkStatistics setKmsKeyName(String kmsKeyName)
kmsKeyName - kmsKeyName or null for nonepublic SparkLoggingInfo getLoggingInfo()
null for nonepublic SparkStatistics setLoggingInfo(SparkLoggingInfo loggingInfo)
loggingInfo - loggingInfo or null for nonepublic String getSparkJobId()
null for nonepublic SparkStatistics setSparkJobId(String sparkJobId)
sparkJobId - sparkJobId or null for nonepublic String getSparkJobLocation()
null for nonepublic SparkStatistics setSparkJobLocation(String sparkJobLocation)
sparkJobLocation - sparkJobLocation or null for nonepublic SparkStatistics set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic SparkStatistics clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.