public final class JobConfigurationLink 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 |
---|
JobConfigurationLink() |
Modifier and Type | Method and Description |
---|---|
JobConfigurationLink |
clone() |
String |
getCreateDisposition()
[Optional] Whether or not to create a new table, if none exists.
|
TableReference |
getDestinationTable()
[Required] The destination table of the link job.
|
List<String> |
getSourceUri()
[Required] URI of source table to link.
|
String |
getWriteDisposition()
[Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table
(WRITE_APPEND), or require that the the table is empty (WRITE_EMPTY).
|
JobConfigurationLink |
set(String fieldName,
Object value) |
JobConfigurationLink |
setCreateDisposition(String createDisposition)
[Optional] Whether or not to create a new table, if none exists.
|
JobConfigurationLink |
setDestinationTable(TableReference destinationTable)
[Required] The destination table of the link job.
|
JobConfigurationLink |
setSourceUri(List<String> sourceUri)
[Required] URI of source table to link.
|
JobConfigurationLink |
setWriteDisposition(String writeDisposition)
[Optional] Whether to overwrite an existing table (WRITE_TRUNCATE), append to an existing table
(WRITE_APPEND), or require that the the table is empty (WRITE_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 JobConfigurationLink setCreateDisposition(String createDisposition)
createDisposition
- createDisposition or null
for nonepublic TableReference getDestinationTable()
null
for nonepublic JobConfigurationLink setDestinationTable(TableReference destinationTable)
destinationTable
- destinationTable or null
for nonepublic List<String> getSourceUri()
null
for nonepublic JobConfigurationLink setSourceUri(List<String> sourceUri)
sourceUri
- sourceUri or null
for nonepublic String getWriteDisposition()
null
for nonepublic JobConfigurationLink setWriteDisposition(String writeDisposition)
writeDisposition
- writeDisposition or null
for nonepublic JobConfigurationLink set(String fieldName, Object value)
set
in class GenericJson
public JobConfigurationLink clone()
clone
in class GenericJson