Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
GoogleSheetsOptions |
GoogleSheetsOptions.clone() |
GoogleSheetsOptions |
ExternalDataConfiguration.getGoogleSheetsOptions()
[Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS.
|
GoogleSheetsOptions |
GoogleSheetsOptions.set(String fieldName,
Object value) |
GoogleSheetsOptions |
GoogleSheetsOptions.setRange(String range)
[Beta] [Optional] Range of a sheet to query from.
|
GoogleSheetsOptions |
GoogleSheetsOptions.setSkipLeadingRows(Long skipLeadingRows)
[Optional] The number of rows at the top of a sheet that BigQuery will skip when reading the
data.
|
Modifier and Type | Method and Description |
---|---|
ExternalDataConfiguration |
ExternalDataConfiguration.setGoogleSheetsOptions(GoogleSheetsOptions googleSheetsOptions)
[Optional] Additional options if sourceFormat is set to GOOGLE_SHEETS.
|
Copyright © 2011–2019 Google. All rights reserved.