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 webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in the Google API Client Library for Java, specifically within the `gax` module."],["The latest version of the documentation is for version 2.63.1, and the page includes documentation for multiple older versions, all the way down to 2.7.1."],["The `ServerStreamingCallSettings.Builder` class is used to configure settings for server-streaming calls, including retry settings, timeouts, and stream resumption strategies."],["Key methods of the builder class include `build()`, `setRetrySettings()`, `setIdleTimeout()`, `setResumptionStrategy()`, and `setRetryableCodes()`."],["The documentation includes information about the class's inheritance from `StreamingCallSettings.Builder`, inherited members and an explanation of the type parameters `RequestT` and `ResponseT`."]]],[]]