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-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
JobConfigurationTableCopy() |
Modifier and Type | Method and Description |
---|---|
JobConfigurationTableCopy |
clone() |
String |
getCreateDisposition()
[Optional] Whether or not to create a new table, if none exists.
|
TableReference |
getDestinationTable()
[Required] The destination table
|
TableReference |
getSourceTable()
[Required] Source table to copy.
|
String |
getWriteDisposition()
[Optional] Whether or not to append or require the table to be empty.
|
JobConfigurationTableCopy |
set(String fieldName,
Object value) |
JobConfigurationTableCopy |
setCreateDisposition(String createDisposition)
[Optional] Whether or not to create a new table, if none exists.
|
JobConfigurationTableCopy |
setDestinationTable(TableReference destinationTable)
[Required] The destination table
|
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public String getCreateDisposition()
null
for nonepublic JobConfigurationTableCopy setCreateDisposition(String createDisposition)
createDisposition
- createDisposition or null
for nonepublic TableReference getDestinationTable()
null
for nonepublic JobConfigurationTableCopy setDestinationTable(TableReference destinationTable)
destinationTable
- destinationTable or null
for nonepublic TableReference getSourceTable()
null
for nonepublic JobConfigurationTableCopy setSourceTable(TableReference sourceTable)
sourceTable
- sourceTable or null
for nonepublic String getWriteDisposition()
null
for nonepublic JobConfigurationTableCopy setWriteDisposition(String writeDisposition)
writeDisposition
- writeDisposition or null
for nonepublic JobConfigurationTableCopy set(String fieldName, Object value)
set
in class GenericJson
public JobConfigurationTableCopy clone()
clone
in class GenericJson