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-02 UTC."],[[["This page details the `PagedCallSettings.Builder` class within the Google API Client Library for Java, offering various versions of the class, from the latest 2.63.1 down to 2.7.1."],["The `PagedCallSettings.Builder` class is designed to build instances of `PagedCallSettings` for managing paged API responses, extending from `UnaryCallSettings.Builder` and inheriting its core functionalities."],["The class allows configuration of `RetrySettings` and `RetryableCodes` for handling transient failures in API calls, and methods to set them explicitly."],["The `PagedCallSettings.Builder` class includes constructors to initialize it either with existing `PagedCallSettings` or a `PagedListResponseFactory`, allowing for flexible customization."],["The page provides a comprehensive list of the class's inherited members and methods, such as `build()`, `getPagedListResponseFactory()`, and several methods for managing retry behavior, alongside their respective descriptions and parameter details."]]],[]]