Class BigQueryWriteStub
java.lang.Object
com.google.cloud.bigquery.storage.v1.stub.BigQueryWriteStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcBigQueryWriteStub
@Generated("by gapic-generator-java")
public abstract class BigQueryWriteStub
extends Object
implements BackgroundResource
Base stub class for the BigQueryWrite service API.
This class is for advanced usage and reflects the underlying API directly.
-
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.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
BigQueryWriteStub
public BigQueryWriteStub()
-
-
Method Details
-
createWriteStreamCallable
-
appendRowsCallable
-
getWriteStreamCallable
-
finalizeWriteStreamCallable
public UnaryCallable<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> finalizeWriteStreamCallable() -
batchCommitWriteStreamsCallable
public UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> batchCommitWriteStreamsCallable() -
flushRowsCallable
-
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-