Builds an instance of the containing class. This operation is unsupported on the abstract
base class UnaryCallSettings, but is valid on concrete derived classes.
When using the method, make sure that the RetrySettings are complete. For example,
the following code will disable retries because the retry delay is not set:
[[["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 the `BatchingCallSettings.Builder` class in the Google API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["The `BatchingCallSettings.Builder` class is used to build settings for batching operations, extending the `UnaryCallSettings.Builder` class, allowing for customization of batching behavior and settings, such as flow control and retry settings."],["The latest version documented on this page is 2.63.1, and it also lists multiple previous versions of the class from 2.62.0 down to 2.7.1, each with their own dedicated documentation page."],["This page describes the inheritance, constructors, and methods of the `BatchingCallSettings.Builder` class, including how to set batching settings, flow controllers, and retry behaviors, and provides links to the `BatchingDescriptor`, `BatchingSettings`, `FlowController`, `RetrySettings`, and `StatusCode.Code` classes."],["This class allows to build an instance of the containing class, which is a `BatchingCallSettings` that can be used to configure batch operations, having type parameters for Request and Response."]]],[]]