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 provides documentation for `BatchingCallSettings`, a class used to configure API calls that support batching within the Google API Client Libraries for Java."],["The latest version of the documentation is for version 2.63.1, and the page lists a history of available versions of the `BatchingCallSettings` documentation dating back to version 2.7.1."],["`BatchingCallSettings` extends `UnaryCallSettings` and allows customization via an instance of `BatchingSettings`, enabling control over the batching process for API requests."],["The `BatchingCallSettings` class defines methods such as `getBatchingDescriptor`, `getBatchingSettings`, and `getFlowController`, allowing access to details of the batching configuration, and a static `newBuilder` method for creating new `BatchingCallSettings` instances."],["`BatchingCallSettings` provides a `toBuilder` method for creating new `Builder` objects that can be used to modify existing BatchingCallSettings, alongside an overridden `toString` method for displaying relevant information."]]],[]]