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 provides documentation for `BatchingCallSettings`, a class used to configure `UnaryCallable` for API methods that support batching, within the Google API client library for Java."],["The `BatchingCallSettings` class extends `UnaryCallSettings` and uses `BatchingSettings` to specify how batching should be handled for API calls."],["The page lists multiple versions of the library, ranging from version 2.63.1 (latest) down to 2.7.1, each with links to their respective documentation for `BatchingCallSettings`."],["`BatchingCallSettings` includes methods to get the batching descriptor, batching settings, and flow controller, and also allows creating new instances and builders for itself."],["The static method `newBuilder` is used to create new instances of BatchingCallSettings.Builder, which requires a BatchingDescriptor parameter to be passed in."]]],[]]