BigQuery API v2 (revision 84)
com.google.api.services.bigquery.model
Class JobStatistics2
java.lang.Object
java.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.json.GenericJson
com.google.api.services.bigquery.model.JobStatistics2
- All Implemented Interfaces:
- Cloneable, Map<String,Object>
public final class JobStatistics2
- extends GenericJson
Model definition for JobStatistics2.
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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
- Author:
- Google, Inc.
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
JobStatistics2
public JobStatistics2()
getCacheHit
public Boolean getCacheHit()
- [Output-only] Whether the query result was fetched from the query cache.
The value returned may be
null
.
setCacheHit
public JobStatistics2 setCacheHit(Boolean cacheHit)
- [Output-only] Whether the query result was fetched from the query cache.
The value set may be
null
.
getTotalBytesProcessed
public Long getTotalBytesProcessed()
- [Output-only] Total bytes processed for this job.
The value returned may be
null
.
setTotalBytesProcessed
public JobStatistics2 setTotalBytesProcessed(Long totalBytesProcessed)
- [Output-only] Total bytes processed for this job.
The value set may be
null
.