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 various historical versions, ranging from 2.63.1 down to 2.7.1."],["`ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and ultimately inherits from `java.lang.Object`, inheriting members from these parent classes."],["The class provides methods to configure and build server-streaming call settings, including setting retry behavior, timeouts, and stream resumption strategies, for example `setRetryableCodes`."],["Type parameters `RequestT` and `ResponseT` are used to define the request and response types for the streaming call, providing generic functionality."],["There are two different timeouts that can be configured, `setIdleTimeout` which is how long to wait for streams to be abandoned by users, and `setWaitTimeout` which is how long to wait for the next message from a server."]]],[]]