Class BigQueryWriteStub
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1.stub.BigQueryWriteStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcBigQueryWriteStub
@Generated("by gapic-generator-java") public abstract class BigQueryWriteStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BigQueryWrite service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BigQueryWriteStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse>
appendRowsCallable()
com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse>
batchCommitWriteStreamsCallable()
abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateWriteStreamRequest,WriteStream>
createWriteStreamCallable()
com.google.api.gax.rpc.UnaryCallable<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse>
finalizeWriteStreamCallable()
com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse>
flushRowsCallable()
com.google.api.gax.rpc.UnaryCallable<GetWriteStreamRequest,WriteStream>
getWriteStreamCallable()
-
-
-
Method Detail
-
createWriteStreamCallable
public com.google.api.gax.rpc.UnaryCallable<CreateWriteStreamRequest,WriteStream> createWriteStreamCallable()
-
appendRowsCallable
public com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse> appendRowsCallable()
-
getWriteStreamCallable
public com.google.api.gax.rpc.UnaryCallable<GetWriteStreamRequest,WriteStream> getWriteStreamCallable()
-
finalizeWriteStreamCallable
public com.google.api.gax.rpc.UnaryCallable<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> finalizeWriteStreamCallable()
-
batchCommitWriteStreamsCallable
public com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> batchCommitWriteStreamsCallable()
-
flushRowsCallable
public com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse> flushRowsCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-