A base builder class for UnaryCallSettings. This class should not be used to create an
instance of the base class UnaryCallSettings. See the class documentation of UnaryCallSettings for a description of the different values that can be set, and for a
description of when this builder may be used. Builders for concrete derived classes can be used
to create instances of those classes.
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 various versions of `UnaryCallSettings.Builder`, a base builder class for `UnaryCallSettings` in the Google API Client Libraries for Java, with the most recent version being 2.63.1."],["`UnaryCallSettings.Builder` is not meant to create instances of the base `UnaryCallSettings` class, but is used to build concrete derived classes."],["The documentation covers inherited members from `java.lang.Object` and provides details on constructors, type parameters, and methods such as `build()`, `getRetrySettings()`, and `setRetrySettings()`, amongst others."],["The methods of `UnaryCallSettings.Builder` provide a way to configure settings like timeouts, and set or replace retry settings and retryable codes."],["The documentation references the use of `RetrySettings` and `StatusCode.Code` for handling retries, and also includes an obsolete method warning regarding the old `setSimpleTimeoutNoRetries` in favor of `setSimpleTimeoutNoRetriesDuration`."]]],[]]