Package com.google.cloud.bigquery
Class GoogleSheetsOptions
java.lang.Object
com.google.cloud.bigquery.FormatOptions
com.google.cloud.bigquery.GoogleSheetsOptions
- All Implemented Interfaces:
Serializable
Google BigQuery options for the Google Sheets format.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbooleangetRange()Returns the number of range of a sheet when reading the data.Returns the number of rows at the top of a sheet that BigQuery will skip when reading the data.inthashCode()static GoogleSheetsOptions.BuilderReturns a builder for aGoogleSheetsOptionsobject.Returns a builder for theGoogleSheetsOptionsobject.toString()Methods inherited from class com.google.cloud.bigquery.FormatOptions
avro, bigtable, csv, datastoreBackup, getType, googleSheets, iceberg, json, of, orc, parquet
-
Method Details
-
getRange
Returns the number of range of a sheet when reading the data. -
getSkipLeadingRows
Returns the number of rows at the top of a sheet that BigQuery will skip when reading the data. -
toBuilder
Returns a builder for theGoogleSheetsOptionsobject. -
toString
- Overrides:
toStringin classFormatOptions
-
hashCode
public int hashCode()- Overrides:
hashCodein classFormatOptions
-
equals
- Overrides:
equalsin classFormatOptions
-
newBuilder
Returns a builder for aGoogleSheetsOptionsobject.
-