Uses of Class
com.google.api.gax.batching.BatchEntry
Packages that use BatchEntry
-
Uses of BatchEntry in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchEntryModifier and TypeMethodDescriptionstatic <ElementT,ElementResultT>
BatchEntry<ElementT,ElementResultT> BatchEntry.create(ElementT element, SettableApiFuture<ElementResultT> resultFuture) Returns a new BatchEntryMethod parameters in com.google.api.gax.batching with type arguments of type BatchEntryModifier and TypeMethodDescriptionvoidBatchingDescriptor.splitException(Throwable throwable, List<BatchEntry<ElementT, ElementResultT>> batch) Unpacks the batch response error into individual element errors.voidBatchingDescriptor.splitResponse(ResponseT batchResponse, List<BatchEntry<ElementT, ElementResultT>> batch) Unpacks the batch response into individual elements results.