Class BigQueryStorageGrpc.BigQueryStorageImplBase
java.lang.Object
com.google.cloud.bigquery.storage.v1beta1.BigQueryStorageGrpc.BigQueryStorageImplBase
- All Implemented Interfaces:
BigQueryStorageGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- BigQueryStorageGrpc
public abstract static class BigQueryStorageGrpc.BigQueryStorageImplBase
extends Object
implements io.grpc.BindableService, BigQueryStorageGrpc.AsyncService
Base class for the server implementation of the service BigQueryStorage.
BigQuery storage API. The BigQuery storage API can be used to read data stored in BigQuery. The v1beta1 API is not yet officially deprecated, and will go through a full deprecation cycle (https://cloud.google.com/products#product-launch-stages) before the service is turned down. However, new code should use the v1 API going forward.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.cloud.bigquery.storage.v1beta1.BigQueryStorageGrpc.AsyncService
batchCreateReadSessionStreams, createReadSession, finalizeStream, readRows, splitReadStream
-
Constructor Details
-
BigQueryStorageImplBase
public BigQueryStorageImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-