BigQuery API v2 (revision 76)



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

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.JobStatistics3
All Implemented Interfaces:
Cloneable, Map<String,Object>

public final class JobStatistics3
extends GenericJson

Model definition for JobStatistics3.

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

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
JobStatistics3()
           
 
Method Summary
 JobStatistics3 clone()
           
 Long getInputFileBytes()
          [Output-only] Number of bytes of source data in a joad job.
 Long getInputFiles()
          [Output-only] Number of source files in a load job.
 Long getOutputBytes()
          [Output-only] Size of the loaded data in bytes.
 Long getOutputRows()
          [Output-only] Number of rows imported in a load job.
 JobStatistics3 set(String fieldName, Object value)
           
 JobStatistics3 setInputFileBytes(Long inputFileBytes)
          [Output-only] Number of bytes of source data in a joad job.
 JobStatistics3 setInputFiles(Long inputFiles)
          [Output-only] Number of source files in a load job.
 JobStatistics3 setOutputBytes(Long outputBytes)
          [Output-only] Size of the loaded data in bytes.
 JobStatistics3 setOutputRows(Long outputRows)
          [Output-only] Number of rows imported in a load job.
 
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
 
Methods inherited from class com.google.api.client.util.GenericData
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, 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

JobStatistics3

public JobStatistics3()
Method Detail

getInputFileBytes

public Long getInputFileBytes()
[Output-only] Number of bytes of source data in a joad job.

Returns:
value or null for none

setInputFileBytes

public JobStatistics3 setInputFileBytes(Long inputFileBytes)
[Output-only] Number of bytes of source data in a joad job.

Parameters:
inputFileBytes - inputFileBytes or null for none

getInputFiles

public Long getInputFiles()
[Output-only] Number of source files in a load job.

Returns:
value or null for none

setInputFiles

public JobStatistics3 setInputFiles(Long inputFiles)
[Output-only] Number of source files in a load job.

Parameters:
inputFiles - inputFiles or null for none

getOutputBytes

public Long getOutputBytes()
[Output-only] Size of the loaded data in bytes. Note that while an import job is in the running state, this value may change.

Returns:
value or null for none

setOutputBytes

public JobStatistics3 setOutputBytes(Long outputBytes)
[Output-only] Size of the loaded data in bytes. Note that while an import job is in the running state, this value may change.

Parameters:
outputBytes - outputBytes or null for none

getOutputRows

public Long getOutputRows()
[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.

Returns:
value or null for none

setOutputRows

public JobStatistics3 setOutputRows(Long outputRows)
[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.

Parameters:
outputRows - outputRows or null for none

set

public JobStatistics3 set(String fieldName,
                          Object value)
Overrides:
set in class GenericJson

clone

public JobStatistics3 clone()
Overrides:
clone in class GenericJson