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 links to the documentation for this version and many older versions, dating back to 2.7.1."],["`ServerStreamingCallSettings.Builder` is a class that extends `StreamingCallSettings.Builder`, which itself extends `java.lang.Object`, indicating the class hierarchy and its base properties."],["This class is used to build settings for server streaming calls, with type parameters `RequestT` and `ResponseT` to specify the request and response types."],["Key methods available include `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()`, providing functionalities to construct and configure the streaming call settings."],["The class offers a variety of `set` methods, such as `setIdleTimeout`, `setResumptionStrategy`, `setRetrySettings`, `setRetryableCodes`, and `setSimpleTimeoutNoRetries`, which allow for detailed customization of the call behavior."]]],[]]