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, a subclass of `UnaryCallable`, designed to batch multiple requests together."],["`BatchingCallable` uses a `BatchingDescriptor` and `BatcherFactory` to manage and partition the batching process, making it useful for services like Pub/Sub topics."],["The class offers a constructor that takes a `UnaryCallable`, a `BatchingDescriptor`, and a `BatcherFactory` to configure the batching behavior."],["The `futureCall` method is used to perform an asynchronous call, accepting a request and an `ApiCallContext`, returning an `ApiFuture` for the response."],["The webpage provides links to different version of this `BatchingCallable` class, ranging from version 2.63.1 to 2.7.1."]]],[]]