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: http://code.google.com/p/google-http-java-client/wiki/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, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
public 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.GenericJson
public GoogleSheetsOptions clone()
clone
in class com.google.api.client.json.GenericJson