public final class GoogleSheetsOptions
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the BigQuery API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
GoogleSheetsOptions() |
| Modifier and Type | Method and Description |
|---|---|
GoogleSheetsOptions |
clone() |
java.lang.Long |
getSkipLeadingRows()
[Optional] The number of rows at the top of a sheet that BigQuery will skip when reading the
data.
|
GoogleSheetsOptions |
set(java.lang.String fieldName,
java.lang.Object value) |
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.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getSkipLeadingRows()
null for nonepublic GoogleSheetsOptions setSkipLeadingRows(java.lang.Long skipLeadingRows)
skipLeadingRows - skipLeadingRows or null for nonepublic GoogleSheetsOptions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GoogleSheetsOptions clone()
clone in class com.google.api.client.json.GenericJson