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 webpage provides documentation for `ServerStreamingCallSettings.Builder` in the Google API Client Library for Java (GAX), specifically for version 2.22.0 and earlier versions of the library."],["It outlines the inheritance of `ServerStreamingCallSettings.Builder`, which extends `StreamingCallSettings.Builder` and ultimately derives from `java.lang.Object`."],["The `ServerStreamingCallSettings.Builder` class is used to construct `ServerStreamingCallSettings` instances, which manage the settings for server-streaming calls, including the type parameters `RequestT` and `ResponseT`."],["The documented methods allow configuration of various aspects of server-streaming calls, such as setting retry behaviors, managing idle timeouts, and defining stream resumption strategies."],["The page provides links to documentation of 49 versions of this class, with version 2.63.1 being the latest."]]],[]]