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."],[[["The content provides documentation for various versions of `UnaryCallSettings.Builder`, ranging from version 2.7.1 up to the latest 2.63.1."],["`UnaryCallSettings.Builder` is a base builder class used to configure settings for `UnaryCallSettings`, with details on how to use it provided."],["The class offers methods to manage retry settings, including `getRetrySettings()`, `retrySettings()`, `setRetrySettings()`, and methods to handle retryable status codes."],["It also includes a `build()` method for constructing an instance of `UnaryCallSettings` and a method to disable retries and set a simple RPC timeout."],["The documentation outlines how `UnaryCallSettings.Builder` inherits from `java.lang.Object`, listing inherited methods like `clone()`, `equals()`, and `wait()`."]]],[]]