Class BigQueryReadGrpc.BigQueryReadImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1.BigQueryReadGrpc.BigQueryReadImplBase
-
- All Implemented Interfaces:
BigQueryReadGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- BigQueryReadGrpc
public abstract static class BigQueryReadGrpc.BigQueryReadImplBase extends Object implements io.grpc.BindableService, BigQueryReadGrpc.AsyncService
Base class for the server implementation of the service BigQueryRead.BigQuery Read API. The Read API can be used to read data from BigQuery.
-
-
Constructor Summary
Constructors Constructor Description BigQueryReadImplBase()
-
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.v1.BigQueryReadGrpc.AsyncService
createReadSession, readRows, splitReadStream
-
-