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 API Client Library for Java (gax), specifically version 2.46.1."],["The `PagedCallSettings.Builder` class is used to construct `PagedCallSettings` objects, and it inherits from `UnaryCallSettings.Builder`, offering functionality to manage retry settings and retryable codes."],["The latest version of `PagedCallSettings.Builder` available is 2.63.1, with the page providing a list of links to documentation for past versions all the way down to version 2.7.1."],["`PagedCallSettings.Builder` has two constructors: one accepting existing `PagedCallSettings` and the other a `PagedListResponseFactory`, along with methods for building, setting retry behavior, and getting the paged list response factory."],["The builder class's methods include `build()`, which constructs the PagedCallSettings object, and `setRetrySettings()` and `setRetryableCodes()` which allow you to configure how it behaves when retrying, and `getPagedListResponseFactory()`, which returns the factory."]]],[]]