public final class JobStatistics2
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
JobStatistics2() |
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
clone() |
java.lang.Boolean |
getCacheHit()
[Output-only] Whether the query result was fetched from the query cache.
|
java.lang.Long |
getTotalBytesProcessed()
[Output-only] Total bytes processed for this job.
|
JobStatistics2 |
set(java.lang.String fieldName,
java.lang.Object value) |
JobStatistics2 |
setCacheHit(java.lang.Boolean cacheHit)
[Output-only] Whether the query result was fetched from the query cache.
|
JobStatistics2 |
setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
[Output-only] Total bytes processed for this job.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public java.lang.Boolean getCacheHit()
null
for nonepublic JobStatistics2 setCacheHit(java.lang.Boolean cacheHit)
cacheHit
- cacheHit or null
for nonepublic java.lang.Long getTotalBytesProcessed()
null
for nonepublic JobStatistics2 setTotalBytesProcessed(java.lang.Long totalBytesProcessed)
totalBytesProcessed
- totalBytesProcessed or null
for nonepublic JobStatistics2 set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public JobStatistics2 clone()
clone
in class com.google.api.client.json.GenericJson