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-02 UTC."],[[["This webpage provides documentation for `BatchingCallSettings`, a class in the Google API Client Libraries for Java that is used to configure API method calls that support batching."],["The `BatchingCallSettings` class is part of the `com.google.api.gax.rpc` package, and it extends `UnaryCallSettings` while also defining settings via `BatchingSettings`."],["This class can be used to set specific parameters such as `BatchingDescriptor` which describes how batching should be performed, and it also allows control of the batching behavior via `FlowController`."],["The latest version of `BatchingCallSettings` is 2.63.1, and there are many previous versions listed on the webpage, down to version 2.7.1 for reference and backward compatibility purposes."],["The page also provides information about `BatchingCallSettings` methods, such as `getBatchingDescriptor()`, `getBatchingSettings()`, `getFlowController()`, and `toBuilder()`, along with inheritance details and static method `newBuilder()`."]]],[]]