BigQuery API v2 (revision 88)



com.google.api.services.bigquery.model
Class JobStatistics2

java.lang.Object
  extended by java.util.AbstractMap<String,Object>
      extended by com.google.api.client.util.GenericData
          extended by com.google.api.client.json.GenericJson
              extended by 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 Class Summary
 
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
GenericData.Flags
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
JobStatistics2()
           
 
Method Summary
 Boolean getCacheHit()
          [Output-only] Whether the query result was fetched from the query cache.
 Long getTotalBytesProcessed()
          [Output-only] Total bytes processed for this job.
 JobStatistics2 setCacheHit(Boolean cacheHit)
          [Output-only] Whether the query result was fetched from the query cache.
 JobStatistics2 setTotalBytesProcessed(Long totalBytesProcessed)
          [Output-only] Total bytes processed for this job.
 
Methods inherited from class com.google.api.client.json.GenericJson
clone, getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
 
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JobStatistics2

public JobStatistics2()
Method Detail

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.