| Package | Description |
|---|---|
| com.google.cloud.bigquery |
A client to Google Cloud BigQuery.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
LoadJobConfiguration.Builder |
static class |
WriteChannelConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
LoadConfiguration.Builder |
LoadConfiguration.Builder.createDisposition(JobInfo.CreateDisposition createDisposition)
Sets whether the job is allowed to create new tables.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.destinationTable(TableId destinationTable)
Sets the destination table to load the data into.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.formatOptions(FormatOptions formatOptions)
Sets the source format, and possibly some parsing options, of the external data.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.ignoreUnknownValues(Boolean ignoreUnknownValues)
Sets whether BigQuery should allow extra values that are not represented in the table schema.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.maxBadRecords(Integer maxBadRecords)
Sets the maximum number of bad records that BigQuery can ignore when running the job.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.projectionFields(List<String> projectionFields)
Sets which entity properties to load into BigQuery from a Cloud Datastore backup.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.schema(Schema schema)
Sets the schema for the destination table.
|
LoadConfiguration.Builder |
LoadConfiguration.toBuilder()
Returns a builder for the load configuration object.
|
LoadConfiguration.Builder |
LoadConfiguration.Builder.writeDisposition(JobInfo.WriteDisposition writeDisposition)
Sets the action that should occur if the destination table already exists.
|
Copyright © 2016 Google. All rights reserved.