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-09 UTC."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides access to various historical versions, including the current version 2.32.1."],["`ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits methods like `build()` while adding specific functionalities for server streaming."],["This class offers methods to configure and manage retry settings, idle timeouts, wait timeouts, and stream resumption strategies for server streaming calls."],["The `build()` method constructs a `ServerStreamingCallSettings` object with the configured settings."],["Users can modify retry behavior through `setRetrySettings` or adjust the underlying `RetrySettings.Builder` with the `retrySettings()` method."]]],[]]