Class 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 Detail

      • BigQueryReadImplBase

        public BigQueryReadImplBase()
    • Method Detail

      • bindService

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