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 latest version of the `ServerStreamingCallSettings.Builder` is 2.63.1, and the page provides documentation for versions ranging from 2.63.1 down to 2.7.1."],["`ServerStreamingCallSettings.Builder` extends `StreamingCallSettings.Builder` and inherits methods from `java.lang.Object`, allowing for customization of server streaming behavior."],["The `build()` method is used to create a `ServerStreamingCallSettings` object, while `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and `getRetryableCodes()` are methods for retrieving configurations."],["Methods such as `setIdleTimeout()`, `setResumptionStrategy()`, `setRetrySettings()`, `setRetryableCodes()`, and `setSimpleTimeoutNoRetries()` are available to modify the settings of the `ServerStreamingCallSettings.Builder` object."],["Type parameters `RequestT` and `ResponseT` are utilized within the `ServerStreamingCallSettings.Builder` class to define the request and response types, respectively, for the streaming operation."]]],[]]