public final class SparkStatistics extends 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
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] Endpoints generated for the Spark job.
|
SparkLoggingInfo |
getLoggingInfo()
[Output-only] Logging info is used to generate a link to Cloud Logging.
|
String |
getSparkJobId()
[Output-only] Spark job id if a Spark job is created successfully.
|
String |
getSparkJobLocation()
[Output-only] Location where the Spark job is executed.
|
SparkStatistics |
set(String fieldName,
Object value) |
SparkStatistics |
setEndpoints(Map<String,String> endpoints)
[Output-only] Endpoints generated for the Spark job.
|
SparkStatistics |
setLoggingInfo(SparkLoggingInfo loggingInfo)
[Output-only] Logging info is used to generate a link to Cloud Logging.
|
SparkStatistics |
setSparkJobId(String sparkJobId)
[Output-only] Spark job id if a Spark job is created successfully.
|
SparkStatistics |
setSparkJobLocation(String sparkJobLocation)
[Output-only] Location where the Spark job is executed.
|
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 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 GenericJsonpublic SparkStatistics clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.