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-03-21 UTC."],[[["The latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides documentation for multiple versions, ranging down to 2.7.1."],["This class `ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits its members, along with the base class `java.lang.Object`."],["The class offers methods such as `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()` for configuring server-streaming call settings."],["It also includes methods to set various settings like `setIdleTimeout()`, `setResumptionStrategy()`, `setRetrySettings()`, `setRetryableCodes()`, and `setSimpleTimeoutNoRetries()`, allowing for detailed customization of server streaming behavior."],["The `retrySettings()` method returns a builder, permitting the modification of existing `RetrySettings` and ensuring their completeness."]]],[]]