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 `com.google.api.gax.rpc` package, specifically for Java version 2.7.1, with links to older versions as well."],["The `ServerStreamingCallSettings.Builder` class extends `StreamingCallSettings.Builder` and allows for the configuration of settings for server-streaming calls, such as timeout, retry behavior, and resumption strategies."],["It inherits methods from `StreamingCallSettings.Builder` and `java.lang.Object`, and introduces its own methods like `build()`, `getIdleTimeout()`, `getResumptionStrategy()`, `getRetrySettings()`, and methods to set these properties, enabling developers to define and customize the parameters of server streaming operations."],["The documentation details the usage of the `setRetrySettings` method, cautioning that all properties of `RetrySettings` need to be defined or set, or there will be no retries, using the example of the `setTotalTimeout` but not including any retry delay."],["The page allows users to navigate through different versions of the documentation, and easily access the latest version, which in this case is version 2.63.1."]]],[]]