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-04-09 UTC."],[[["This webpage details the `BatchingCallSettings` class, which is used to configure a `UnaryCallable` for API methods that support batching, using `BatchingSettings`."],["The latest version of `BatchingCallSettings` is 2.63.1, and the page contains a list of versions, starting with the most recent and going back to version 2.7.1, for users to review."],["`BatchingCallSettings` extends `UnaryCallSettings` and inherits various methods such as `getRetrySettings()`, `getRetryableCodes()`, and `toBuilder()`, among others."],["The class has static methods like `newBuilder`, which returns a `Builder` instance for constructing `BatchingCallSettings` objects, and other methods such as `getBatchingDescriptor()`, `getBatchingSettings()`, and `getFlowController()`, to retrieve the batching, and flow settings and parameters."],["Type parameters `RequestT` and `ResponseT` are used within the class to describe requests and responses of the batching call."]]],[]]