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."],[[["The page provides documentation for `PagedCallSettings.Builder`, a class used in the Google API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["It details the `PagedCallSettings.Builder` class's inheritance from `UnaryCallSettings.Builder` and its relationship to the base class `java.lang.Object`."],["The page lists all versions of the `PagedCallSettings.Builder` class, with version `2.63.1` being the latest and `2.62.0` being the version at the top of the provided content, going as far back as version `2.7.1`."],["The documentation outlines the `PagedCallSettings.Builder` class's constructors, including one that takes a `PagedCallSettings` instance and another that takes a `PagedListResponseFactory` instance, and details its methods, such as `build()`, `getPagedListResponseFactory()`, `setRetrySettings()`, and `setRetryableCodes()`."],["This class allows configuration of retry settings and defining retryable status codes for the associated `UnaryCallable`, helping to manage the behavior of API requests and failures."]]],[]]