public static class BigQueryOptions.Builder extends ServiceOptions.Builder<BigQuery,BigQueryOptions,BigQueryOptions.Builder>
Inherited Members
com.google.cloud.ServiceOptions.Builder.build()
com.google.cloud.ServiceOptions.Builder.getAllowedClientLibTokens()
com.google.cloud.ServiceOptions.Builder.self()
com.google.cloud.ServiceOptions.Builder.setClientLibToken(java.lang.String)
com.google.cloud.ServiceOptions.Builder.setClock(com.google.api.core.ApiClock)
com.google.cloud.ServiceOptions.Builder.setCredentials(com.google.auth.Credentials)
com.google.cloud.ServiceOptions.Builder.setHeaderProvider(com.google.api.gax.rpc.HeaderProvider)
com.google.cloud.ServiceOptions.Builder.setHost(java.lang.String)
com.google.cloud.ServiceOptions.Builder.setProjectId(java.lang.String)
com.google.cloud.ServiceOptions.Builder.setQuotaProjectId(java.lang.String)
com.google.cloud.ServiceOptions.Builder.setRetrySettings(com.google.api.gax.retrying.RetrySettings)
com.google.cloud.ServiceOptions.Builder.setServiceFactory(com.google.cloud.ServiceFactory<ServiceT,OptionsT>)
com.google.cloud.ServiceOptions.Builder.setServiceRpcFactory(com.google.cloud.spi.ServiceRpcFactory<OptionsT>)
com.google.cloud.ServiceOptions.Builder.setTransportOptions(com.google.cloud.TransportOptions)
Methods
build()
public BigQueryOptions build()
Returns | |
---|---|
Type | Description |
BigQueryOptions |
com.google.cloud.ServiceOptions.Builder.build()
setLocation(String location)
public BigQueryOptions.Builder setLocation(String location)
Parameter | |
---|---|
Name | Description |
location | String |
Returns | |
---|---|
Type | Description |
BigQueryOptions.Builder |
setTransportOptions(TransportOptions transportOptions)
public BigQueryOptions.Builder setTransportOptions(TransportOptions transportOptions)
Parameter | |
---|---|
Name | Description |
transportOptions | com.google.cloud.TransportOptions |
Returns | |
---|---|
Type | Description |
BigQueryOptions.Builder |
com.google.cloud.ServiceOptions.Builder.setTransportOptions(com.google.cloud.TransportOptions)