[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version available for `StreamingCallSettings` is 2.63.1, with many older versions also accessible from 2.62.0 down to 2.7.1."],["`StreamingCallSettings` is a settings class used to configure a streaming callable object for calls to a streaming API method in the `com.google.api.gax.rpc` package."],["The class `StreamingCallSettings` inherits from `java.lang.Object` and provides methods to build and modify streaming call settings, such as the `newBuilder()` and `toBuilder()` methods."],["`StreamingCallSettings` utilizes type parameters `RequestT` and `ResponseT` for request and response data, respectively, allowing for generic handling of different data types in streaming calls."],["The class contains static methods and constructors, including a protected constructor and a static method that allows you to create a new `Builder` instance, with the ability to return a builder as well, as shown with the `toBuilder()` method."]]],[]]