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(java.lang.String fieldName,
java.lang.Object value) |
GoogleSheetsOptions |
GoogleSheetsOptions.setSkipLeadingRows(java.lang.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.
|