Class GoogleSheetsOptions (2.40.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
Type Description
GoogleSheetsOptions.Builder

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getRange()

public String getRange()

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

Returns
Type Description
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
Type Description
Long

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toBuilder()

public GoogleSheetsOptions.Builder toBuilder()

Returns a builder for the GoogleSheetsOptions object.

Returns
Type Description
GoogleSheetsOptions.Builder

toString()

public String toString()
Returns
Type Description
String
Overrides