Uses of Class
com.google.cloud.bigquery.CopyJobConfiguration
-
Packages that use CopyJobConfiguration Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of CopyJobConfiguration in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return CopyJobConfiguration Modifier and Type Method Description CopyJobConfiguration
CopyJobConfiguration.Builder. build()
static CopyJobConfiguration
CopyJobConfiguration. of(TableId destinationTable, TableId sourceTable)
Returns a BigQuery Copy Job configuration for the given destination and source table.static CopyJobConfiguration
CopyJobConfiguration. of(TableId destinationTable, List<TableId> sourceTables)
Returns a BigQuery Copy Job configuration for the given destination and source tables.
-