Class GoogleSheetsOptions (2.26.1)

public final class GoogleSheetsOptions extends FormatOptions

Google BigQuery options for the Google Sheets format.

Inheritance

Object > FormatOptions > GoogleSheetsOptions

Static Methods

newBuilder()

public static GoogleSheetsOptions.Builder newBuilder()

Returns a builder for a GoogleSheetsOptions object.

Returns
TypeDescription
GoogleSheetsOptions.Builder

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getRange()

public String getRange()

Returns the number of range of a sheet when reading the data.

Returns
TypeDescription
String

getSkipLeadingRows()

public Long getSkipLeadingRows()

Returns the number of rows at the top of a sheet that BigQuery will skip when reading the data.

Returns
TypeDescription
Long

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public GoogleSheetsOptions.Builder toBuilder()

Returns a builder for the GoogleSheetsOptions object.

Returns
TypeDescription
GoogleSheetsOptions.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides