Uses of Class
com.google.cloud.bigquery.WriteChannelConfiguration
-
Packages that use WriteChannelConfiguration Package Description com.google.cloud.bigquery A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for analytics. -
-
Uses of WriteChannelConfiguration in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return WriteChannelConfiguration Modifier and Type Method Description WriteChannelConfigurationWriteChannelConfiguration.Builder. build()static WriteChannelConfigurationWriteChannelConfiguration. of(TableId destinationTable)Returns a BigQuery Load Configuration for the given destination table.static WriteChannelConfigurationWriteChannelConfiguration. of(TableId destinationTable, FormatOptions format)Returns a BigQuery Load Configuration for the given destination table and format.Methods in com.google.cloud.bigquery with parameters of type WriteChannelConfiguration Modifier and Type Method Description TableDataWriteChannelBigQuery. writer(JobId jobId, WriteChannelConfiguration writeChannelConfiguration)Returns a channel to write data to be inserted into a BigQuery table.TableDataWriteChannelBigQuery. writer(WriteChannelConfiguration writeChannelConfiguration)Returns a channel to write data to be inserted into a BigQuery table.
-