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 -
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.v1.BigQueryReadGrpc.AsyncService
createReadSession, readRows, splitReadStream
-
Constructor Details
-
BigQueryReadImplBase
public BigQueryReadImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-