@InternalApi public class MutateRowsRetryingCallable extends com.google.api.gax.rpc.UnaryCallable<MutateRowsRequest,Void>
MutateRowsAttemptCallable.
This class is considered an internal implementation detail and not meant to be used by applications directly.
for more details.| Constructor and Description |
|---|
MutateRowsRetryingCallable(com.google.api.gax.rpc.ApiCallContext callContextPrototype,
com.google.api.gax.rpc.ServerStreamingCallable<MutateRowsRequest,MutateRowsResponse> callable,
com.google.api.gax.retrying.RetryingExecutor<Void> executor,
Set<com.google.api.gax.rpc.StatusCode.Code> retryCodes) |
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.retrying.RetryingFuture<Void> |
futureCall(MutateRowsRequest request,
com.google.api.gax.rpc.ApiCallContext inputContext) |
String |
toString() |
public MutateRowsRetryingCallable(@Nonnull com.google.api.gax.rpc.ApiCallContext callContextPrototype, @Nonnull com.google.api.gax.rpc.ServerStreamingCallable<MutateRowsRequest,MutateRowsResponse> callable, @Nonnull com.google.api.gax.retrying.RetryingExecutor<Void> executor, @Nonnull Set<com.google.api.gax.rpc.StatusCode.Code> retryCodes)
public com.google.api.gax.retrying.RetryingFuture<Void> futureCall(MutateRowsRequest request, com.google.api.gax.rpc.ApiCallContext inputContext)
futureCall in class com.google.api.gax.rpc.UnaryCallable<MutateRowsRequest,Void>Copyright © 2018 Google LLC. All rights reserved.