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 `ServerStreamingCallSettings.Builder` is 2.63.1, but there are many versions available, dating back to 2.7.1."],["`ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits methods such as `build()`."],["It provides methods to configure server streaming behavior, including setting idle timeouts, defining a resumption strategy, and managing retry settings and codes."],["You can use `setRetrySettings` to fully replace existing retry settings or use `retrySettings()` to augment the current settings."],["There is a `setSimpleTimeoutNoRetries` method that allows for disabling retries and setting an overall timeout using the Duration type."]]],[]]