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 Cloud API Client Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["The `BatchingCallSettings.Builder` class is used to construct settings for batching operations, extending the `UnaryCallSettings.Builder` class, and allowing for customization of how requests are grouped and sent."],["The documentation includes various versions of the API, with version 2.63.1 being the latest, and allows users to review changes across different versions."],["Key functionalities of the `BatchingCallSettings.Builder` include setting batching behavior, retry settings, flow control, and handling of retryable codes, offering fine-grained control over the batching process."],["This class inherits and overrides methods from `UnaryCallSettings.Builder`, also making use of the `BatchingDescriptor` and `BatchingSettings` classes, allowing for a clear hierarchy and extension of features."]]],[]]