Class BigQueryReadGrpc.BigQueryReadImplBase

java.lang.Object
com.google.cloud.bigquery.storage.v1beta2.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.
 New code should use the v1 Read API going forward, if they don't use Write
 API at the same time.
 
  • Constructor Details

    • BigQueryReadImplBase

      public BigQueryReadImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService