public final class GoogleSheetsOptions extends FormatOptions
Modifier and Type | Class and Description |
---|---|
static class |
GoogleSheetsOptions.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Long |
getSkipLeadingRows()
Returns the number of rows at the top of a sheet that BigQuery will skip when reading the data.
|
int |
hashCode() |
static GoogleSheetsOptions.Builder |
newBuilder()
Returns a builder for a
GoogleSheetsOptions object. |
GoogleSheetsOptions.Builder |
toBuilder()
Returns a builder for the
GoogleSheetsOptions object. |
String |
toString() |
avro, bigtable, csv, datastoreBackup, getType, googleSheets, json, of, orc, parquet
public Long getSkipLeadingRows()
public GoogleSheetsOptions.Builder toBuilder()
GoogleSheetsOptions
object.public String toString()
toString
in class FormatOptions
public int hashCode()
hashCode
in class FormatOptions
public boolean equals(Object obj)
equals
in class FormatOptions
public static GoogleSheetsOptions.Builder newBuilder()
GoogleSheetsOptions
object.Copyright © 2019 Google LLC. All rights reserved.