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 of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides links to the documentation for this version and many older versions, dating back to 2.7.1."],["`ServerStreamingCallSettings.Builder` is a class that extends `StreamingCallSettings.Builder`, which itself extends `java.lang.Object`, indicating the class hierarchy and its base properties."],["This class is used to build settings for server streaming calls, with type parameters `RequestT` and `ResponseT` to specify the request and response types."],["Key methods available include `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()`, providing functionalities to construct and configure the streaming call settings."],["The class offers a variety of `set` methods, such as `setIdleTimeout`, `setResumptionStrategy`, `setRetrySettings`, `setRetryableCodes`, and `setSimpleTimeoutNoRetries`, which allow for detailed customization of the call behavior."]]],[]]