Class BigQueryReadStub
- java.lang.Object
-
- com.google.cloud.bigquery.storage.v1beta2.stub.BigQueryReadStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcBigQueryReadStub
@BetaApi @Generated("by gapic-generator-java") public abstract class BigQueryReadStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the BigQueryRead service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description BigQueryReadStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession>
createReadSessionCallable()
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
readRowsCallable()
com.google.api.gax.rpc.UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse>
splitReadStreamCallable()
-
-
-
Method Detail
-
createReadSessionCallable
public com.google.api.gax.rpc.UnaryCallable<CreateReadSessionRequest,ReadSession> createReadSessionCallable()
-
readRowsCallable
public com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse> readRowsCallable()
-
splitReadStreamCallable
public com.google.api.gax.rpc.UnaryCallable<SplitReadStreamRequest,SplitReadStreamResponse> splitReadStreamCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-