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 documentation for versions ranging from 2.63.1 down to 2.7.1."],["`ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits methods from `StreamingCallSettings.Builder` and `java.lang.Object`, including `build()`, `clone()`, `equals()`, `getClass()` and more."],["The `build()` method constructs and returns a `ServerStreamingCallSettings` object with the specified `RequestT` and `ResponseT` types."],["The class provides methods for configuring retry settings, such as `getRetrySettings()`, `retrySettings()`, `setRetrySettings()`, and `setRetryableCodes()`, allowing customization of retry behavior for server streaming calls."],["Methods like `setIdleTimeout()`, `setResumptionStrategy()`, and `setSimpleTimeoutNoRetries()` allow for setting the idle timeout, configuring the stream resumption strategy, and disabling retries with a set timeout, respectively."]]],[]]