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 version 2.17.0 of the Google API Client Library for Java, with a list of versions ranging from 2.63.1 (latest) down to 2.7.1."],["`BatchingCallSettings.Builder` extends `UnaryCallSettings.Builder` and is used to configure batching behavior for API calls, handling both request and response types specified by generic parameters RequestT and ResponseT."],["The class provides methods to manage batching settings, retry settings, and flow control, including `setBatchingSettings`, `setRetrySettings`, and `setFlowController`."],["Constructors for the class allow for creating instances with either existing `BatchingCallSettings` or a specified `BatchingDescriptor`, allowing for flexibility in configuration."],["Inherited methods from `UnaryCallSettings.Builder` allow you to configure the settings to implement retry behaviors, and set simple timeouts without retries."]]],[]]