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()
[Pick one] 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 |
Dataset.Access.getView()
[Pick one] A view from a different dataset to grant access to.
|
TableReference |
TableReference.set(java.lang.String fieldName,
java.lang.Object value) |
TableReference |
TableReference.setDatasetId(java.lang.String datasetId)
[Required] The ID of the dataset containing this table.
|
TableReference |
TableReference.setProjectId(java.lang.String projectId)
[Required] The ID of the project containing this table.
|
TableReference |
TableReference.setTableId(java.lang.String tableId)
[Required] The ID of the table.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TableReference> |
JobConfigurationTableCopy.getSourceTables()
[Pick one] Source tables to copy.
|
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)
[Pick one] 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.
|
Dataset.Access |
Dataset.Access.setView(TableReference view)
[Pick one] A view from a different dataset to grant access to.
|
Modifier and Type | Method and Description |
---|---|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setSourceTables(java.util.List<TableReference> sourceTables)
[Pick one] Source tables to copy.
|