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-04-08 UTC."],[[["This webpage provides documentation for `BatchingCallSettings.Builder` in the Google API client library for Java (version 2.15.0), which extends `UnaryCallSettings.Builder` and is used to configure settings for batching operations."],["The latest version available is 2.63.1, and a list of previous versions ranging from 2.62.0 to 2.7.1 are also available with the links to access the specific documentation for each of them."],["`BatchingCallSettings.Builder` accepts `RequestT` and `ResponseT` type parameters, and can be constructed with either `BatchingCallSettings` settings or a `BatchingDescriptor`."],["Key methods of the Builder include `build()`, which creates a new `BatchingCallSettings`, as well as methods to get and set `BatchingSettings`, `FlowController`, and `RetrySettings`."],["`BatchingCallSettings.Builder` inherits methods from its parent `UnaryCallSettings.Builder`, such as `setRetryableCodes`, which configures the status codes that should be retried."]]],[]]