Uses of Class
com.google.api.gax.rpc.BatchedRequestIssuer
-
Packages that use BatchedRequestIssuer Package Description com.google.api.gax.rpc -
-
Uses of BatchedRequestIssuer in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return types with arguments of type BatchedRequestIssuer Modifier and Type Method Description List<BatchedRequestIssuer<ResponseT>>Batch. getRequestIssuerList()Method parameters in com.google.api.gax.rpc with type arguments of type BatchedRequestIssuer Modifier and Type Method Description voidBatchingDescriptor. splitException(Throwable throwable, Collection<? extends BatchedRequestIssuer<ResponseT>> batch)Splits the exception that resulted from a batched call into an individual setException call on each RequestIssuer.voidBatchingDescriptor. splitResponse(ResponseT batchResponse, Collection<? extends BatchedRequestIssuer<ResponseT>> batch)Splits the result from a batched call into an individual setResponse call on each RequestIssuer.
-