Class BigQueryWriteStub
java.lang.Object
com.google.cloud.bigquery.storage.v1beta2.stub.BigQueryWriteStub
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcBigQueryWriteStub
@BetaApi
@Deprecated
@Generated("by gapic-generator-java")
public abstract class BigQueryWriteStub
extends Object
implements com.google.api.gax.core.BackgroundResource
Deprecated.
This class is deprecated and will be removed in the next major version update.
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
Modifier and TypeMethodDescriptioncom.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse> Deprecated.com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> Deprecated.abstract voidclose()Deprecated.com.google.api.gax.rpc.UnaryCallable<CreateWriteStreamRequest,WriteStream> Deprecated.com.google.api.gax.rpc.UnaryCallable<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> Deprecated.com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse> Deprecated.com.google.api.gax.rpc.UnaryCallable<GetWriteStreamRequest,WriteStream> Deprecated.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()Deprecated.
-
-
Method Details
-
createWriteStreamCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<CreateWriteStreamRequest,WriteStream> createWriteStreamCallable()Deprecated. -
appendRowsCallable
@Deprecated public com.google.api.gax.rpc.BidiStreamingCallable<AppendRowsRequest,AppendRowsResponse> appendRowsCallable()Deprecated. -
getWriteStreamCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<GetWriteStreamRequest,WriteStream> getWriteStreamCallable()Deprecated. -
finalizeWriteStreamCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<FinalizeWriteStreamRequest,FinalizeWriteStreamResponse> finalizeWriteStreamCallable()Deprecated. -
batchCommitWriteStreamsCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<BatchCommitWriteStreamsRequest,BatchCommitWriteStreamsResponse> batchCommitWriteStreamsCallable()Deprecated. -
flushRowsCallable
@Deprecated public com.google.api.gax.rpc.UnaryCallable<FlushRowsRequest,FlushRowsResponse> flushRowsCallable()Deprecated. -
close
public abstract void close()Deprecated.- Specified by:
closein interfaceAutoCloseable
-