Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableReference |
TableReference.clone() |
TableReference |
JobConfigurationQuery.getDestinationTable()
[Optional] Describes the table where the query results should be stored.
|
TableReference |
JobConfigurationLink.getDestinationTable()
[Required] The destination table of the link job.
|
TableReference |
JobConfigurationLoad.getDestinationTable()
[Required] The destination table to load the data into.
|
TableReference |
JobConfigurationTableCopy.getDestinationTable()
[Required] The destination table
|
TableReference |
JobConfigurationExtract.getSourceTable()
[Required] A reference to the table being exported.
|
TableReference |
JobConfigurationTableCopy.getSourceTable()
[Required] Source table to copy.
|
TableReference |
TableList.Tables.getTableReference()
A reference uniquely identifying the table.
|
TableReference |
Table.getTableReference()
[Required] Reference describing the ID of this table.
|
TableReference |
TableReference.set(String fieldName,
Object value) |
TableReference |
TableReference.setDatasetId(String datasetId)
[Required] ID of the dataset containing the table.
|
TableReference |
TableReference.setProjectId(String projectId)
[Required] ID of the project billed for storage of the table.
|
TableReference |
TableReference.setTableId(String tableId)
[Required] ID of the table.
|
Modifier and Type | Method and Description |
---|---|
JobConfigurationQuery |
JobConfigurationQuery.setDestinationTable(TableReference destinationTable)
[Optional] Describes the table where the query results should be stored.
|
JobConfigurationLink |
JobConfigurationLink.setDestinationTable(TableReference destinationTable)
[Required] The destination table of the link job.
|
JobConfigurationLoad |
JobConfigurationLoad.setDestinationTable(TableReference destinationTable)
[Required] The destination table to load the data into.
|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setDestinationTable(TableReference destinationTable)
[Required] The destination table
|
JobConfigurationExtract |
JobConfigurationExtract.setSourceTable(TableReference sourceTable)
[Required] A reference to the table being exported.
|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setSourceTable(TableReference sourceTable)
[Required] Source table to copy.
|
TableList.Tables |
TableList.Tables.setTableReference(TableReference tableReference)
A reference uniquely identifying the table.
|
Table |
Table.setTableReference(TableReference tableReference)
[Required] Reference describing the ID of this table.
|