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 Constructor Description BigQueryStorageImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.bigquery.storage.v1beta1.BigQueryStorageGrpc.AsyncService
batchCreateReadSessionStreams, createReadSession, finalizeStream, readRows, splitReadStream
-
-