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."],[[["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."]]],[]]