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."],[[["This webpage details the `BatchingCallable` class, which is a subclass of `UnaryCallable` used to batch requests efficiently."],["The `BatchingCallable` class is configured using a `BatchingDescriptor` and a `BatcherFactory`, which together define how requests are grouped and processed."],["The page lists various versions of the `BatchingCallable` class, from 2.7.1 up to the latest version, 2.63.1, providing links to each version's documentation."],["`BatchingCallable` includes methods like `futureCall` for asynchronous request processing and inherits methods from `UnaryCallable` and `Object`, enabling flexible request handling and standard object functionalities."],["`BatchingCallable` is designed for advanced usage in specific technical scenarios, such as managing batches within a pubsub topic."]]],[]]