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-09 UTC."],[[["This webpage provides documentation for the `UnaryCallSettings.Builder` class within the Google Cloud API Client Library for Java, specifically for version 2.59.1."],["The `UnaryCallSettings.Builder` class is a base builder used to configure settings for `UnaryCallSettings`, although instances of the base class cannot be built using it."],["The page lists all available versions of `UnaryCallSettings.Builder`, ranging from the latest (2.63.1) down to version 2.7.1, with each version linking to its specific documentation."],["Key functionalities of the builder include setting and getting retry settings, defining retryable status codes, and setting timeouts without retries, which allows customization of retry logic and error handling."],["The page explains the methods for building, setting, and getting the retry settings, as well as the functionality of being able to define what codes are retryable, and the methods involved in setting time outs."]]],[]]