| Package | Description | 
|---|---|
| com.google.cloud.bigquery | 
 A client for BigQuery – A fully managed, petabyte scale, low cost enterprise data warehouse for
 analytics. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static CsvOptions.Builder | 
CsvOptions.newBuilder()
Returns a builder for a CsvOptions object. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setAllowJaggedRows(boolean allowJaggedRows)
Set whether BigQuery should accept rows that are missing trailing optional columns. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setAllowQuotedNewLines(boolean allowQuotedNewLines)
Sets whether BigQuery should allow quoted data sections that contain newline characters in a
 CSV file. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setEncoding(Charset encoding)
Sets the character encoding of the data. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setEncoding(String encoding)
Sets the character encoding of the data. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setFieldDelimiter(String fieldDelimiter)
Sets the separator for fields in a CSV file. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setQuote(String quote)
Sets the value that is used to quote data sections in a CSV file. 
 | 
CsvOptions.Builder | 
CsvOptions.Builder.setSkipLeadingRows(long skipLeadingRows)
Sets the number of rows at the top of a CSV file that BigQuery will skip when reading the
 data. 
 | 
CsvOptions.Builder | 
CsvOptions.toBuilder()
Returns a builder for the  
CsvOptions object. | 
Copyright © 2019 Google LLC. All rights reserved.