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.setJobTimeoutMs(Long jobTimeoutMs)
[Optional] Job timeout in milliseconds.
|
ExtractJobConfiguration.Builder |
ExtractJobConfiguration.Builder.setLabels(Map<String,String> labels)
The labels associated with this job.
|
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.Builder.setUseAvroLogicalTypes(Boolean useAvroLogicalTypes)
[Optional] If destinationFormat is set to "AVRO", this flag indicates whether to enable
extracting applicable column types (such as TIMESTAMP) to their corresponding AVRO logical
types (timestamp-micros), instead of only using their raw types (avro-long).
|
ExtractJobConfiguration.Builder |
ExtractJobConfiguration.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.