Class ReadRowsRetryingCallable
java.lang.Object
com.google.api.gax.rpc.ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
com.google.cloud.bigquery.storage.v1.stub.readrows.ReadRowsRetryingCallable
public final class ReadRowsRetryingCallable
extends ServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest, ReadRowsResponse> resumptionStrategyPrototype) -
Method Summary
Modifier and TypeMethodDescriptionvoidcall(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context) Methods inherited from class com.google.api.gax.rpc.ServerStreamingCallable
all, blockingServerStreamingCall, blockingServerStreamingCall, call, call, call, first, serverStreamingCall, serverStreamingCall, withDefaultCallContext
-
Constructor Details
-
ReadRowsRetryingCallable
public ReadRowsRetryingCallable(ApiCallContext context, ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> innerCallable, ScheduledRetryingExecutor<Void> executor, StreamResumptionStrategy<ReadRowsRequest, ReadRowsResponse> resumptionStrategyPrototype)
-
-
Method Details
-
call
public void call(ReadRowsRequest request, ResponseObserver<ReadRowsResponse> responseObserver, ApiCallContext context) - Specified by:
callin classServerStreamingCallable<ReadRowsRequest,ReadRowsResponse>
-