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 `ServerStreamingCallSettings.Builder` class, extending `StreamingCallSettings.Builder`, is used to configure server-streaming call settings in version 2.9.0 and is a child of the `StreamingCallSettings.Builder` class."],["This class provides methods like `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()` to manage and retrieve the current state of streaming settings, including the building of the server streaming call settings, idle timeout duration, resumption strategy, retry configurations, and codes that are retryable."],["The class also includes methods such as `setIdleTimeout()`, `setResumptionStrategy()`, `setRetrySettings()`, `setRetryableCodes()`, and `setSimpleTimeoutNoRetries()` for modifying the settings related to idle timeouts, stream resumption, retries, and overall timeouts, respectively."],["The ServerStreamingCallSettings.Builder class has a wide range of versions available in this documentation, with 2.63.1 being the latest, and the list goes back as far as 2.7.1."]]],[]]