| 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 | 
|---|---|
| static ExtractJobConfiguration.Builder | ExtractJobConfiguration. newBuilder(TableId sourceTable,
          List<String> destinationUris)Creates a builder for a BigQuery Extract Job configuration given source table and destination
 URIs. | 
| static ExtractJobConfiguration.Builder | ExtractJobConfiguration. newBuilder(TableId sourceTable,
          String destinationUri)Creates a builder for a BigQuery Extract Job configuration given source table and destination
 URI. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setCompression(String compression)Sets the compression value to use for exported files. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setDestinationUris(List<String> destinationUris)Sets the list of fully-qualified Google Cloud Storage URIs (e.g. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setFieldDelimiter(String fieldDelimiter)Sets the delimiter to use between fields in the exported data. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setFormat(String format)Sets the exported file format. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setPrintHeader(Boolean printHeader)Sets whether to print out a header row in the results. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration.Builder. setSourceTable(TableId sourceTable)Sets the table to export. | 
| ExtractJobConfiguration.Builder | ExtractJobConfiguration. toBuilder() | 
Copyright © 2019 Google LLC. All rights reserved.