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 latest version of the PagedCallSettings.Builder is 2.63.1, offering a current implementation of the class."],["This documentation provides a comprehensive list of previous versions, ranging from 2.62.0 down to 2.7.1, with hyperlinks to each version's specific details, for those who are using older versions."],["`PagedCallSettings.Builder` extends `UnaryCallSettings.Builder` and inherits various methods such as `build()`, `getRetrySettings()`, and `setRetryableCodes()`."],["The `PagedCallSettings.Builder` class is used to build instances of `PagedCallSettings`, which are configured with specific settings for paged API responses, as shown through the constructors and the `build()` method."],["The class allows customization of retry behaviors through methods like `setRetrySettings` and `setRetryableCodes`, enabling control over the resilience and fault tolerance of the calls."]]],[]]