Class BigQueryWriteGrpc.BigQueryWriteImplBase
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1beta2.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 Summary
Constructors Constructor Description BigQueryWriteImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.bigquery.storage.v1beta2.BigQueryWriteGrpc.AsyncService
appendRows, batchCommitWriteStreams, createWriteStream, finalizeWriteStream, flushRows, getWriteStream
-
-