Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
JobConfigurationLoad |
JobConfigurationLoad.clone() |
JobConfigurationLoad |
JobConfiguration.getLoad()
[Pick one] Configures a load job.
|
JobConfigurationLoad |
JobConfigurationLoad.set(String fieldName,
Object value) |
JobConfigurationLoad |
JobConfigurationLoad.setAllowJaggedRows(Boolean allowJaggedRows)
[Optional] Accept rows that are missing trailing optional columns.
|
JobConfigurationLoad |
JobConfigurationLoad.setAllowQuotedNewlines(Boolean allowQuotedNewlines)
Indicates if BigQuery should allow quoted data sections that contain newline characters in a
CSV file.
|
JobConfigurationLoad |
JobConfigurationLoad.setCreateDisposition(String createDisposition)
[Optional] Specifies whether the job is allowed to create new tables.
|
JobConfigurationLoad |
JobConfigurationLoad.setDestinationTable(TableReference destinationTable)
[Required] The destination table to load the data into.
|
JobConfigurationLoad |
JobConfigurationLoad.setEncoding(String encoding)
[Optional] The character encoding of the data.
|
JobConfigurationLoad |
JobConfigurationLoad.setFieldDelimiter(String fieldDelimiter)
[Optional] The separator for fields in a CSV file.
|
JobConfigurationLoad |
JobConfigurationLoad.setIgnoreUnknownValues(Boolean ignoreUnknownValues)
[Optional] Accept rows that contain values that do not match the schema.
|
JobConfigurationLoad |
JobConfigurationLoad.setMaxBadRecords(Integer maxBadRecords)
[Optional] The maximum number of bad records that BigQuery can ignore when running the job.
|
JobConfigurationLoad |
JobConfigurationLoad.setQuote(String quote)
[Optional] The value that is used to quote data sections in a CSV file.
|
JobConfigurationLoad |
JobConfigurationLoad.setSchema(TableSchema schema)
[Optional] The schema for the destination table.
|
JobConfigurationLoad |
JobConfigurationLoad.setSchemaInline(String schemaInline)
[Deprecated] The inline schema.
|
JobConfigurationLoad |
JobConfigurationLoad.setSchemaInlineFormat(String schemaInlineFormat)
[Deprecated] The format of the schemaInline property.
|
JobConfigurationLoad |
JobConfigurationLoad.setSkipLeadingRows(Integer skipLeadingRows)
[Optional] The number of rows at the top of a CSV file that BigQuery will skip when loading the
data.
|
JobConfigurationLoad |
JobConfigurationLoad.setSourceFormat(String sourceFormat)
[Optional] The format of the data files.
|
JobConfigurationLoad |
JobConfigurationLoad.setSourceUris(List<String> sourceUris)
[Required] The fully-qualified URIs that point to your data in Google Cloud Storage.
|
JobConfigurationLoad |
JobConfigurationLoad.setWriteDisposition(String writeDisposition)
[Optional] Specifies the action that occurs if the destination table already exists.
|
Modifier and Type | Method and Description |
---|---|
JobConfiguration |
JobConfiguration.setLoad(JobConfigurationLoad load)
[Pick one] Configures a load job.
|