Class ReadRowsRetryingCallable
- java.lang.Object
-
- com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
-
- com.google.cloud.bigquery.storage.v1beta1.stub.readrows.ReadRowsRetryingCallable
-
public final class ReadRowsRetryingCallable extends com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
-
-
Constructor Summary
Constructors Constructor Description ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> resumptionStrategyPrototype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
call(Storage.ReadRowsRequest request, com.google.api.gax.rpc.ResponseObserver<Storage.ReadRowsResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
-
-
-
Constructor Detail
-
ReadRowsRetryingCallable
public ReadRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext context, com.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse> innerCallable, com.google.api.gax.retrying.ScheduledRetryingExecutor<Void> executor, com.google.api.gax.retrying.StreamResumptionStrategy<Storage.ReadRowsRequest,Storage.ReadRowsResponse> resumptionStrategyPrototype)
-
-
Method Detail
-
call
public void call(Storage.ReadRowsRequest request, com.google.api.gax.rpc.ResponseObserver<Storage.ReadRowsResponse> responseObserver, com.google.api.gax.rpc.ApiCallContext context)
- Specified by:
call
in classcom.google.api.gax.rpc.ServerStreamingCallable<Storage.ReadRowsRequest,Storage.ReadRowsResponse>
-
-