Class BigQueryOptions (2.38.2)

public class BigQueryOptions extends ServiceOptions<BigQuery,BigQueryOptions>

Inheritance

Object > com.google.cloud.ServiceOptions > BigQueryOptions

Static Methods

getDefaultHttpTransportOptions()

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

getDefaultInstance()

public static BigQueryOptions getDefaultInstance()
Returns
TypeDescription
BigQueryOptions

newBuilder()

public static BigQueryOptions.Builder newBuilder()
Returns
TypeDescription
BigQueryOptions.Builder

Methods

equals(Object obj)

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

getBigQueryRpcV2()

protected BigQueryRpc getBigQueryRpcV2()
Returns
TypeDescription
BigQueryRpc

getLocation()

public String getLocation()
Returns
TypeDescription
String

getScopes()

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

getThrowNotFound()

public boolean getThrowNotFound()
Returns
TypeDescription
boolean

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

isQueryPreviewEnabled()

public boolean isQueryPreviewEnabled()
Returns
TypeDescription
boolean

setQueryPreviewEnabled(String queryPreviewEnabled)

public void setQueryPreviewEnabled(String queryPreviewEnabled)
Parameter
NameDescription
queryPreviewEnabledString

setThrowNotFound(boolean setThrowNotFound)

public void setThrowNotFound(boolean setThrowNotFound)
Parameter
NameDescription
setThrowNotFoundboolean

toBuilder()

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