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 `ServerStreamingCallSettings.Builder` class is used to configure settings for server-streaming calls, with version 2.63.1 being the most recent available, and many prior versions listed."],["This class extends `StreamingCallSettings.Builder` and inherits several methods, and in turn inherits from `java.lang.Object`."],["The `build()` method creates a `ServerStreamingCallSettings` instance with the configured settings for server-streaming, and is an override from its parent class."],["Key methods allow for setting idle timeouts, defining a resumption strategy, and configuring retry behavior for server-streaming operations."],["There are methods for managing retry settings, including `setRetrySettings()`, `retrySettings()`, `setRetryableCodes()`, and the ability to disable retries entirely with `setSimpleTimeoutNoRetries()`."]]],[]]