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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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 (gax)."],["The latest available version documented is 2.63.1, but the content provides an extensive list of previous versions, going as far back as 2.7.1, with links for each specific version's documentation."],["`BatchingCallSettings` inherits from `UnaryCallSettings` and allows settings to be configured using `BatchingSettings`, offering options for batching behavior such as flow control."],["The class offers methods to obtain the `BatchingDescriptor` and `BatchingSettings`, along with a builder for creating new instances and an override of `toBuilder()`."],["It also lists all inherited members from `UnaryCallSettings`, which include common functionalities such as managing retry settings, getting the retryable codes, and conversion utilities."]]],[]]