public final class JobConfigurationTableCopy extends 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-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobConfigurationTableCopy() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateDisposition()
[Optional] Whether or not to create a new table, if none exists.
|
TableReference |
getDestinationTable()
[Required] The destination table
The value returned may be
null . |
TableReference |
getSourceTable()
[Required] Source table to copy.
|
String |
getWriteDisposition()
[Optional] Whether or not to append or require the table to be empty.
|
JobConfigurationTableCopy |
setCreateDisposition(String createDisposition)
[Optional] Whether or not to create a new table, if none exists.
|
JobConfigurationTableCopy |
setDestinationTable(TableReference destinationTable)
[Required] The destination table
The value set may be
null . |
JobConfigurationTableCopy |
setSourceTable(TableReference sourceTable)
[Required] Source table to copy.
|
JobConfigurationTableCopy |
setWriteDisposition(String writeDisposition)
[Optional] Whether or not to append or require the table to be empty.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getCreateDisposition()
null
.public JobConfigurationTableCopy setCreateDisposition(String createDisposition)
null
.public TableReference getDestinationTable()
null
.public JobConfigurationTableCopy setDestinationTable(TableReference destinationTable)
null
.public TableReference getSourceTable()
null
.public JobConfigurationTableCopy setSourceTable(TableReference sourceTable)
null
.public String getWriteDisposition()
null
.public JobConfigurationTableCopy setWriteDisposition(String writeDisposition)
null
.