Uses of Class
com.google.cloud.bigquery.ExtractJobConfiguration.Builder
Packages that use ExtractJobConfiguration.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of ExtractJobConfiguration.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return ExtractJobConfiguration.BuilderModifier and TypeMethodDescriptionExtractJobConfiguration.newBuilder(ModelId sourceModel, String destinationUri) Creates a builder for a BigQuery Extract Job configuration given source model and destination URI.ExtractJobConfiguration.newBuilder(ModelId sourceModel, List<String> destinationUris) Creates a builder for a BigQuery Extract Job configuration given source model and destination URIs.ExtractJobConfiguration.newBuilder(TableId sourceTable, String destinationUri) Creates a builder for a BigQuery Extract Job configuration given source table and destination URI.ExtractJobConfiguration.newBuilder(TableId sourceTable, List<String> destinationUris) Creates a builder for a BigQuery Extract Job configuration given source table and destination URIs.ExtractJobConfiguration.Builder.setCompression(String compression) Sets the compression value to use for exported files.ExtractJobConfiguration.Builder.setDestinationUris(List<String> destinationUris) Sets the list of fully-qualified Google Cloud Storage URIs (e.g.ExtractJobConfiguration.Builder.setFieldDelimiter(String fieldDelimiter) Sets the delimiter to use between fields in the exported data.Sets the exported file format.ExtractJobConfiguration.Builder.setJobTimeoutMs(Long jobTimeoutMs) [Optional] Job timeout in milliseconds.The labels associated with this job.ExtractJobConfiguration.Builder.setPrintHeader(Boolean printHeader) Sets whether to print out a header row in the results.ExtractJobConfiguration.Builder.setSourceModel(ModelId sourceModel) Sets the model to export.ExtractJobConfiguration.Builder.setSourceTable(TableId sourceTable) Sets the table to export.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.toBuilder()