Interface BigQueryRpcFactory (2.24.0)

public interface BigQueryRpcFactory extends ServiceRpcFactory<BigQueryOptions>

An interface for BigQuery RPC factory. Implementation will be loaded via java.util.ServiceLoader.

Implements

com.google.cloud.spi.ServiceRpcFactory<com.google.cloud.bigquery.BigQueryOptions>