Uses of Class
org.pipecraft.infra.bq.TableLoadConfig.Builder
-
Packages that use TableLoadConfig.Builder Package Description org.pipecraft.infra.bq -
-
Uses of TableLoadConfig.Builder in org.pipecraft.infra.bq
Methods in org.pipecraft.infra.bq that return TableLoadConfig.Builder Modifier and Type Method Description static TableLoadConfig.BuilderTableLoadConfig. newBuilder(String sourceURI, com.google.cloud.bigquery.TableId destinationTableReference)static TableLoadConfig.BuilderTableLoadConfig. newBuilder(Set<String> sourceURIs, com.google.cloud.bigquery.TableId destinationTableReference)TableLoadConfig.BuilderTableLoadConfig.Builder. setAllowJaggedRows(boolean allowJaggedRows)TableLoadConfig.BuilderTableLoadConfig.Builder. setClusteringFields(Set<String> clusteringFields)TableLoadConfig.BuilderTableLoadConfig.Builder. setCreateDisposition(com.google.cloud.bigquery.JobInfo.CreateDisposition createDisposition)TableLoadConfig.BuilderTableLoadConfig.Builder. setCSVFieldDelimiter(String csvFieldDelimiter)Applies to CSV format only.TableLoadConfig.BuilderTableLoadConfig.Builder. setCSVHasHeader(boolean csvHasHeader)Relevant for CSV format only.TableLoadConfig.BuilderTableLoadConfig.Builder. setDestinationTableExpirationHs(Integer destinationTableExpirationHs)TableLoadConfig.BuilderTableLoadConfig.Builder. setDestinationTablePartition(LocalDate partition)TableLoadConfig.BuilderTableLoadConfig.Builder. setLoadFormat(TableLoadConfig.LoadFormat loadFormat)TableLoadConfig.BuilderTableLoadConfig.Builder. setTableSchema(com.google.cloud.bigquery.Schema tableSchema)TableLoadConfig.BuilderTableLoadConfig.Builder. setTimeoutMs(Long timeoutMs)TableLoadConfig.BuilderTableLoadConfig.Builder. setWriteDisposition(com.google.cloud.bigquery.JobInfo.WriteDisposition writeDisposition)
-