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."],[[["This document outlines the `ServerStreamingCallSettings.Builder` class, extending `StreamingCallSettings.Builder`, which is used for configuring server-side streaming calls in Java."],["The latest version of this class is `2.63.1`, and the document contains an extensive list of available versions, ranging from `2.63.1` down to `2.7.1`, with direct links to each version's documentation."],["Key methods of the `ServerStreamingCallSettings.Builder` class include `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()`, which allow the configuration of various streaming and retry parameters."],["The class provides methods to set and configure behaviors, such as `setIdleTimeout()`, `setResumptionStrategy()`, `setRetrySettings()`, `setRetryableCodes()`, and `setWaitTimeout()`, offering fine-grained control over the streaming behavior and retry logic."],["The type parameters `RequestT` and `ResponseT` indicate that the class is designed to handle requests and responses of generic types, making it versatile for different streaming scenarios."]]],[]]