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-04-02 UTC."],[[["The webpage provides a comprehensive list of versions for `UnaryCallSettings.Builder`, ranging from the latest version 2.63.1 down to version 2.7.1."],["`UnaryCallSettings.Builder` is a base builder class used for creating instances of `UnaryCallSettings`, but it should not be used directly for the base class."],["The class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, and `toString()`."],["It offers methods for configuring retry behavior, such as `getRetrySettings()`, `retrySettings()`, `setRetrySettings()`, `getRetryableCodes()`, and `setRetryableCodes()`, which define how operations should be retried in case of failure."],["It contains methods for setting timeouts with no retries, such as `setSimpleTimeoutNoRetries(Duration timeout)` which has been marked obsolete and `setSimpleTimeoutNoRetriesDuration(Duration timeout)` which has taken its place."]]],[]]