Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobConfigurationLink |
JobConfigurationLink.clone() |
JobConfigurationLink |
JobConfiguration.getLink()
[Pick one] Configures a link job.
|
JobConfigurationLink |
JobConfigurationLink.set(String fieldName,
Object value) |
JobConfigurationLink |
JobConfigurationLink.setCreateDisposition(String createDisposition)
[Optional] Whether or not to create a new table, if none exists.
|
JobConfigurationLink |
JobConfigurationLink.setDestinationTable(TableReference destinationTable)
[Required] The destination table of the link job.
|
JobConfigurationLink |
JobConfigurationLink.setSourceUri(List<String> sourceUri)
[Required] URI of source table to link.
|
JobConfigurationLink |
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).
|
Modifier and Type | Method and Description |
---|---|
JobConfiguration |
JobConfiguration.setLink(JobConfigurationLink link)
[Pick one] Configures a link job.
|