A settings class to configure a UnaryCallable for calls to an API method that supports
batching. The settings are provided using an instance of BatchingSettings.
[[["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-03-21 UTC."],[[["This webpage details the `BatchingCallSettings` class, which is used to configure a `UnaryCallable` for API methods that support batching in version 2.58.0, with links to later versions up to version 2.63.1."],["`BatchingCallSettings` extends `UnaryCallSettings` and inherits several methods and properties from it, as well as `Object`, which can be utilized."],["The class utilizes `BatchingSettings` to establish batching configurations, offering control over how requests are grouped and sent."],["It includes methods to retrieve the `BatchingDescriptor`, `BatchingSettings`, and `FlowController` for the defined batching operations, as well as the ability to generate a new builder object."],["The static method `newBuilder` allows for the creation of a `BatchingCallSettings.Builder` object, to easily construct new instances of `BatchingCallSettings` based on the passed `BatchingDescriptor`."]]],[]]