A UnaryCallable which will batch requests based on the given BatchingDescriptor and BatcherFactory. The BatcherFactory provides a distinct Batcher for each partition as specified by the BatchingDescriptor. An example of a batching partition would be a pubsub topic.
This is public only for technical reasons, for advanced usage.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The webpage provides documentation for `BatchingCallable`, a class in the Google API client library for Java (`com.google.api.gax.rpc`)."],["`BatchingCallable` extends `UnaryCallable` and facilitates batching requests based on a `BatchingDescriptor` and `BatcherFactory`, allowing for efficient grouping of operations."],["The latest version available is 2.63.1, and the page lists various previous versions down to version 2.7.1, with links to the documentation for each version."],["`BatchingCallable` can be constructed with a `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory` to define the batching behavior for a specific API."],["The `futureCall` method of `BatchingCallable` allows asynchronous execution of batched requests, returning an `ApiFuture` that represents the eventual result."]]],[]]