BigQuery API v2 (revision 76)



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

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

public final class JobConfiguration
extends GenericJson

Model definition for JobConfiguration.

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
JobConfiguration()
           
 
Method Summary
 JobConfigurationTableCopy getCopy()
          [Pick one] Copies a table.
 JobConfigurationExtract getExtract()
          [Pick one] Configures an extract job.
 JobConfigurationLink getLink()
          [Pick one] Configures a link job.
 JobConfigurationLoad getLoad()
          [Pick one] Configures a load job.
 JobConfigurationQuery getQuery()
          [Pick one] Configures a query job.
 JobConfiguration setCopy(JobConfigurationTableCopy copy)
          [Pick one] Copies a table.
 JobConfiguration setExtract(JobConfigurationExtract extract)
          [Pick one] Configures an extract job.
 JobConfiguration setLink(JobConfigurationLink link)
          [Pick one] Configures a link job.
 JobConfiguration setLoad(JobConfigurationLoad load)
          [Pick one] Configures a load job.
 JobConfiguration setQuery(JobConfigurationQuery query)
          [Pick one] Configures a query 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

JobConfiguration

public JobConfiguration()
Method Detail

getCopy

public JobConfigurationTableCopy getCopy()
[Pick one] Copies a table. The value returned may be null.


setCopy

public JobConfiguration setCopy(JobConfigurationTableCopy copy)
[Pick one] Copies a table. The value set may be null.


getExtract

public JobConfigurationExtract getExtract()
[Pick one] Configures an extract job. The value returned may be null.


setExtract

public JobConfiguration setExtract(JobConfigurationExtract extract)
[Pick one] Configures an extract job. The value set may be null.


getLink

public JobConfigurationLink getLink()
[Pick one] Configures a link job. The value returned may be null.


setLink

public JobConfiguration setLink(JobConfigurationLink link)
[Pick one] Configures a link job. The value set may be null.


getLoad

public JobConfigurationLoad getLoad()
[Pick one] Configures a load job. The value returned may be null.


setLoad

public JobConfiguration setLoad(JobConfigurationLoad load)
[Pick one] Configures a load job. The value set may be null.


getQuery

public JobConfigurationQuery getQuery()
[Pick one] Configures a query job. The value returned may be null.


setQuery

public JobConfiguration setQuery(JobConfigurationQuery query)
[Pick one] Configures a query job. The value set may be null.