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 latest version of BatchingCallable is 2.63.1, and this page details version 2.8.1."],["`BatchingCallable` is a subclass of `UnaryCallable`, designed to batch requests according to a specified `BatchingDescriptor` and `BatcherFactory`."],["A distinct `Batcher` is provided for each partition, such as a pubsub topic, as defined by the `BatchingDescriptor`."],["`BatchingCallable` has a constructor that takes `UnaryCallable`, `BatchingDescriptor`, and `BatcherFactory` as parameters."],["The `futureCall` method, which is overriden from `UnaryCallable`, is used to asynchronously perform a batched call, taking a request and `ApiCallContext` and returning an `ApiFuture\u003cResponseT\u003e`."]]],[]]