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."],[[["This webpage provides documentation for the `UnaryCallSettings.Builder` class in the Google Cloud API Client Libraries for Java, specifically within the `gax` library, and it offers various versions of documentation, with version 2.63.1 being the latest."],["The `UnaryCallSettings.Builder` class is a base builder used for creating instances of `UnaryCallSettings`, and concrete derived classes are needed to instantiate the builder."],["The `UnaryCallSettings.Builder` class allows customization of retry behavior for RPC calls by providing methods for setting retry settings, such as `setRetrySettings`, `retrySettings`, `setRetryableCodes` and includes methods to get the retry settings such as `getRetrySettings`, `getRetryableCodes`."],["The `UnaryCallSettings.Builder` class provides methods to manage timeout settings without retries, such as `setSimpleTimeoutNoRetriesDuration`, and it also includes a method that has become obsolete `setSimpleTimeoutNoRetries` for the same function."],["The webpage provides information on class inheritance, inherited members, type parameters, constructors, methods, parameters, and return types, including specific links to the Java documentation for those items."]]],[]]