Class BigQueryOptions (2.39.1)

public class BigQueryOptions extends ServiceOptions<BigQuery,BigQueryOptions>

Inheritance

Object > com.google.cloud.ServiceOptions > BigQueryOptions

Static Methods

getDefaultHttpTransportOptions()

public static HttpTransportOptions getDefaultHttpTransportOptions()
Returns
Type Description
com.google.cloud.http.HttpTransportOptions

getDefaultInstance()

public static BigQueryOptions getDefaultInstance()
Returns
Type Description
BigQueryOptions

newBuilder()

public static BigQueryOptions.Builder newBuilder()
Returns
Type Description
BigQueryOptions.Builder

Methods

equals(Object obj)

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

getBigQueryRpcV2()

protected BigQueryRpc getBigQueryRpcV2()
Returns
Type Description
BigQueryRpc

getLocation()

public String getLocation()
Returns
Type Description
String

getScopes()

protected Set<String> getScopes()
Returns
Type Description
Set<String>
Overrides
com.google.cloud.ServiceOptions.getScopes()

getThrowNotFound()

public boolean getThrowNotFound()
Returns
Type Description
boolean

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

isQueryPreviewEnabled()

public boolean isQueryPreviewEnabled()
Returns
Type Description
boolean

setQueryPreviewEnabled(String queryPreviewEnabled)

public void setQueryPreviewEnabled(String queryPreviewEnabled)
Parameter
Name Description
queryPreviewEnabled String

setThrowNotFound(boolean setThrowNotFound)

public void setThrowNotFound(boolean setThrowNotFound)
Parameter
Name Description
setThrowNotFound boolean

toBuilder()

public BigQueryOptions.Builder toBuilder()
Returns
Type Description
BigQueryOptions.Builder
Overrides
com.google.cloud.ServiceOptions.<B>toBuilder()