| Package | Description | 
|---|---|
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CopyJobConfiguration | 
CopyJobConfiguration.Builder.build()  | 
static CopyJobConfiguration | 
CopyJobConfiguration.of(TableId destinationTable,
  List<TableId> sourceTables)
Returns a BigQuery Copy Job configuration for the given destination and source tables. 
 | 
static CopyJobConfiguration | 
CopyJobConfiguration.of(TableId destinationTable,
  TableId sourceTable)
Returns a BigQuery Copy Job configuration for the given destination and source table. 
 | 
Copyright © 2019 Google LLC. All rights reserved.