Class BigQueryWriteGrpc.BigQueryWriteImplBase

  • All Implemented Interfaces:
    BigQueryWriteGrpc.AsyncService, io.grpc.BindableService
    Enclosing class:
    BigQueryWriteGrpc

    public abstract static class BigQueryWriteGrpc.BigQueryWriteImplBase
    extends Object
    implements io.grpc.BindableService, BigQueryWriteGrpc.AsyncService
    Base class for the server implementation of the service BigQueryWrite.
     BigQuery Write API.
     The Write API can be used to write data to BigQuery.
     The [google.cloud.bigquery.storage.v1
       API](/bigquery/docs/reference/storage/rpc/google.cloud.bigquery.storage.v1)
       should be used instead of the v1beta2 API for BigQueryWrite operations.
     
    • Constructor Detail

      • BigQueryWriteImplBase

        public BigQueryWriteImplBase()
    • Method Detail

      • bindService

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