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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 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."]]],[]]