Class BigQueryWriteGrpc.BigQueryWriteImplBase
java.lang.Object
com.google.cloud.bigquery.storage.v1.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. For supplementary information about the Write API, see: https://cloud.google.com/bigquery/docs/write-api
-
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.BigQueryWriteGrpc.AsyncService
appendRows, batchCommitWriteStreams, createWriteStream, finalizeWriteStream, flushRows, getWriteStream
-
Constructor Details
-
BigQueryWriteImplBase
public BigQueryWriteImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-