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 `BatchingCallSettings.Builder` in the Google API client library for Java (version 2.18.7), which extends `UnaryCallSettings.Builder` and is used to configure settings for batching operations."],["The latest version documented is 2.63.1, and a range of previous versions, down to 2.7.1, are also listed with links to their respective documentation, which is designed for users who may be using an older version of the library."],["`BatchingCallSettings.Builder` includes inherited methods from `UnaryCallSettings.Builder` and `java.lang.Object`, such as methods for building, setting retry settings, and defining retryable codes, and methods for object equality and string conversion."],["There are two constructors provided for the `BatchingCallSettings.Builder`, one that accepts `BatchingCallSettings` and another that takes `BatchingDescriptor` as input, for configuring batching operations."],["`BatchingCallSettings.Builder` offers methods to manage batching behavior, including retrieving and setting the `BatchingSettings`, defining the `FlowController`, and setting retry settings and codes for greater control over the operations."]]],[]]