Interface BigQueryRpcFactory (2.9.4)

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>