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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available for `PagedCallSettings.Builder` is 2.63.1, as shown in the provided list of versions."],["`PagedCallSettings.Builder` extends `UnaryCallSettings.Builder` and inherits its members, including methods for setting retry behavior and timeouts."],["The `PagedCallSettings.Builder` class is parameterized with `RequestT`, `ResponseT`, and `PagedListResponseT`, allowing it to be used with different types."],["`PagedCallSettings.Builder` offers constructors to create an instance using either pre-existing `PagedCallSettings` or a `PagedListResponseFactory`, and has a `build()` method to finalize the creation of a PagedCallSettings object."],["It allows you to set retryable codes and settings for actions using the methods `setRetryableCodes` and `setRetrySettings`."]]],[]]