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, while version 2.34.1 is also available and referenced throughout the documentation."],["This class extends `StreamingCallSettings.Builder` and inherits several methods and functionalities from it, like `build()`."],["The class provides methods to configure various settings for server streaming, including idle timeout, resumption strategy, retry settings, and retryable codes."],["`ServerStreamingCallSettings.Builder` allows for customization of retry behavior, setting specific retry codes and adjusting the overall timeout or setting a simple timeout with no retries."],["There are methods to manage timeouts such as `setIdleTimeout()` for stream abandonment and `setWaitTimeout()` for waiting on the next message, as well as methods for getting these time values."]]],[]]