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 Libraries for Java, specifically within the `com.google.api.gax.rpc` package."],["The latest version available is 2.63.1, and the page offers a comprehensive list of previous versions, starting from version 2.63.1 all the way to version 2.7.1, each linking to its respective documentation."],["`ServerStreamingCallSettings.Builder` is used to configure settings for server streaming calls, inheriting from `StreamingCallSettings.Builder`, and its instances can be built using its `build()` method."],["Key functionalities of this class include setting and getting parameters like idle timeout, resumption strategy, retry settings, retryable codes, wait timeout, as well as disabling retries and setting overall timeouts, offering methods like `setIdleTimeout()`, `setResumptionStrategy()`, `setRetrySettings()`, `setRetryableCodes()`, `setWaitTimeout()` and `setSimpleTimeoutNoRetries()`."],["The documentation also includes information about inherited members from parent classes like `StreamingCallSettings.Builder` and `java.lang.Object`, as well as details on type parameters, `RequestT`, and `ResponseT`."]]],[]]