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-06-17 UTC."],[[["This webpage details the `BatchingCallable` class, a subclass of `UnaryCallable`, designed to batch requests based on a given `BatchingDescriptor` and `BatcherFactory`."],["The `BatchingCallable` class is parameterized with `RequestT` and `ResponseT`, which represent the request and response types respectively, allowing for flexible usage."],["The constructor of `BatchingCallable` requires a `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory` to function properly, enabling batching operations."],["The method `futureCall(RequestT request, ApiCallContext context)` is used to perform asynchronous calls, returning an `ApiFuture` that will eventually hold the response of type `ResponseT`."],["The page lists all of the different versions available for the BatchingCallable class, with the latest version being 2.63.1."]]],[]]