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 webpage provides documentation for the `PagedCallSettings.Builder` class in the Google Cloud API Client Libraries for Java, specifically version 2.61.0."],["The `PagedCallSettings.Builder` is used to configure settings for paged calls, extending the `UnaryCallSettings.Builder` class and inheriting its methods related to retries and timeouts."],["This class supports type parameters `RequestT`, `ResponseT`, and `PagedListResponseT`, which represent the request, response, and paged list response types respectively."],["There are two constructors for the `PagedCallSettings.Builder`, one that accepts existing settings and another that takes a `PagedListResponseFactory` for creating paged responses."],["The webpage includes a list of previous versions, such as version 2.63.1, 2.62.0, 2.60.0, and onwards to version 2.7.1, which can be accessed for previous `PagedCallSettings.Builder` documentation."]]],[]]