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 |
---|---|
WriteChannelConfiguration |
WriteChannelConfiguration.Builder.build() |
static WriteChannelConfiguration |
WriteChannelConfiguration.of(TableId destinationTable)
Returns a BigQuery Load Configuration for the given destination table.
|
static WriteChannelConfiguration |
WriteChannelConfiguration.of(TableId destinationTable,
FormatOptions format)
Returns a BigQuery Load Configuration for the given destination table and format.
|
Modifier and Type | Method and Description |
---|---|
TableDataWriteChannel |
BigQuery.writer(JobId jobId,
WriteChannelConfiguration writeChannelConfiguration)
Returns a channel to write data to be inserted into a BigQuery table.
|
TableDataWriteChannel |
BigQuery.writer(WriteChannelConfiguration writeChannelConfiguration)
Returns a channel to write data to be inserted into a BigQuery table.
|
Copyright © 2019 Google LLC. All rights reserved.