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 document provides comprehensive API documentation for the `ServerStreamingCallSettings.Builder` class in the Google API Client Libraries for Java, specifically version 2.43.0, with links to various versions."],["The `ServerStreamingCallSettings.Builder` class is designed for configuring settings for server-streaming calls, extending from the `StreamingCallSettings.Builder` class."],["It offers methods to manage crucial aspects of server streaming, such as setting retry policies with `RetrySettings`, and specifying retryable status codes."],["Users can manage timeouts via the methods `setIdleTimeout` and `setWaitTimeout`, as well as define a `StreamResumptionStrategy` for handling stream interruptions."],["The `build()` method creates a `ServerStreamingCallSettings` instance based on the configured parameters, and it is also stated that the class inherits several methods from java.lang.Object and StreamingCallSettings.Builder."]]],[]]