AUnaryCallablewhich 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-09-04 UTC."],[[["\u003cp\u003eThe latest version available is 2.63.1, which is the most up-to-date release of the BatchingCallable functionality.\u003c/p\u003e\n"],["\u003cp\u003eBatchingCallable is an extension of UnaryCallable designed to manage and batch requests, using a BatchingDescriptor and BatcherFactory for partitioning.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides a constructor that accepts a UnaryCallable, a BatchingDescriptor, and a BatcherFactory to configure batching behavior.\u003c/p\u003e\n"],["\u003cp\u003eBatchingCallable can be used to asynchronously perform calls through the \u003ccode\u003efutureCall\u003c/code\u003e method, returning an ApiFuture that resolves to the response.\u003c/p\u003e\n"],["\u003cp\u003eThe BatchingCallable class is designed for advanced usage, and its public nature is primarily for technical considerations, as specified by the documentation.\u003c/p\u003e\n"]]],[],null,[]]