Uses of Class
com.google.cloud.bigquery.CopyJobConfiguration.Builder
Packages that use CopyJobConfiguration.Builder
Package
Description
A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
analytics.
-
Uses of CopyJobConfiguration.Builder in com.google.cloud.bigquery
Methods in com.google.cloud.bigquery that return CopyJobConfiguration.BuilderModifier and TypeMethodDescriptionstatic CopyJobConfiguration.BuilderCopyJobConfiguration.newBuilder(TableId destinationTable, TableId sourceTable) Creates a builder for a BigQuery Copy Job configuration given destination and source table.static CopyJobConfiguration.BuilderCopyJobConfiguration.newBuilder(TableId destinationTable, List<TableId> sourceTables) Creates a builder for a BigQuery Copy Job configuration given destination and source tables.CopyJobConfiguration.Builder.setCreateDisposition(JobInfo.CreateDisposition createDisposition) Sets whether the job is allowed to create new tables.CopyJobConfiguration.Builder.setDestinationEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration) CopyJobConfiguration.Builder.setDestinationExpirationTime(String destinationExpirationTime) Sets the time when the destination table expires.CopyJobConfiguration.Builder.setDestinationTable(TableId destinationTable) Sets the destination table of the copy job.CopyJobConfiguration.Builder.setJobTimeoutMs(Long jobTimeoutMs) [Optional] Job timeout in milliseconds.The labels associated with this job.CopyJobConfiguration.Builder.setOperationType(String operationType) Sets the supported operation types (COPY, CLONE, SNAPSHOT or RESTORE) in table copy job.CopyJobConfiguration.Builder.setReservation(String reservation) [Optional] The reservation that job would use.CopyJobConfiguration.Builder.setSourceTables(List<TableId> sourceTables) Sets the source tables to copy.CopyJobConfiguration.Builder.setWriteDisposition(JobInfo.WriteDisposition writeDisposition) Sets the action that should occur if the destination table already exists.CopyJobConfiguration.toBuilder()