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."],[[["This webpage provides documentation for the `ServerStreamingCallSettings.Builder` class in the `com.google.api.gax.rpc` package, specifically for Java, with a focus on its various versions."],["The latest version documented is 2.63.1, and the page lists numerous previous versions down to 2.7.1, each with a hyperlink to its specific documentation."],["The `ServerStreamingCallSettings.Builder` class is designed for building settings for server-streaming calls, extending `StreamingCallSettings.Builder`, and including features for managing timeouts, retries, and stream resumption."],["The class offers methods to customize settings such as idle timeout (`setIdleTimeout`), resumption strategy (`setResumptionStrategy`), retry settings (`setRetrySettings`), and retryable codes (`setRetryableCodes`), offering flexibility in configuring server-streaming call behavior."],["This documentation details the inheritance of methods and attributes, type parameters, and descriptions of methods such as `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()`."]]],[]]