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-02 UTC."],[[["The latest version of BatchingCallSettings.Builder is 2.63.1, with various other versions available for reference, ranging from 2.23.3 to 2.62.0, all of which are linked."],["BatchingCallSettings.Builder extends UnaryCallSettings.Builder, inheriting several of its methods such as `build()`, `getRetrySettings()`, and `setRetryableCodes()`, along with several others listed in inherited members."],["The BatchingCallSettings.Builder class allows for the construction of instances using either existing BatchingCallSettings or a BatchingDescriptor, each of which is described in its own section."],["Key methods of BatchingCallSettings.Builder include `build()`, `getBatchingDescriptor()`, `getBatchingSettings()`, `getFlowController()`, `setBatchingSettings()`, `setFlowController()`, `setRetrySettings()` and `setRetryableCodes()`, each with its own use case."],["The class documentation notes that proper RetrySettings must be provided when using `setRetrySettings()`, as incomplete settings will disable retries, and it also describes what retryable codes do in relation to this class."]]],[]]