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 latest version available is 2.63.1, while the current context of the documentation is for version 2.54.1, and there are multiple older versions of this class, dating back to 2.7.1, accessible on the webpage."],["`BatchingCallSettings.Builder` extends `UnaryCallSettings.Builder` and inherits methods related to retry settings and status codes, and it also includes specific methods for building batching-related configurations like `BatchingSettings` and `FlowController`."],["The class `BatchingCallSettings.Builder` is designed to configure batching behavior for API calls, allowing developers to define how requests are grouped and sent, and it involves type parameters `RequestT` and `ResponseT` to specify request and response types."],["The class offers a constructor that takes existing `BatchingCallSettings` or a `BatchingDescriptor` as parameters, and includes methods for creating the `BatchingCallSettings` instance and retrieval of `BatchingDescriptor`, `BatchingSettings`, and `FlowController`."]]],[]]