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 version 2.30.1, including its methods and parameters."],["The `ServerStreamingCallSettings.Builder` class is used to configure settings for server streaming calls and extends `StreamingCallSettings.Builder`, with inherited methods and properties."],["The latest version of `ServerStreamingCallSettings.Builder` available is 2.63.1, with a list of 48 older versions including 2.30.1 also displayed with links to each version."],["Key methods of this class include `build()`, which creates a `ServerStreamingCallSettings` object, and various `get` and `set` methods for managing retry settings, timeouts, and resumption strategies."],["It includes options to define idle timeouts, wait timeouts, and resumption strategy for better control of abandoned streams, as well as methods to handle retry logic by defining retry settings and retryable codes."]]],[]]