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 `PagedCallSettings.Builder` class in the Google Cloud API Client Library for Java, specifically within the `com.google.api.gax.rpc` package."],["The latest version available is 2.63.1, with a history of older versions also accessible, down to 2.7.1."],["`PagedCallSettings.Builder` is a subclass of `UnaryCallSettings.Builder`, inheriting methods such as `build()`, `getRetrySettings()`, and `setRetryableCodes()`, which deals with the settings for paged calls."],["The `PagedCallSettings.Builder` class allows for the configuration of retry settings, including retryable status codes, and accepts `PagedListResponseFactory` instances in its constructors, as well as using `RetrySettings` to set the retry behavior."],["The class utilizes generic type parameters `RequestT`, `ResponseT`, and `PagedListResponseT` to handle various types of requests, responses, and paged list responses."]]],[]]