[[["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 various versions of `GrpcCallSettings.Builder`, ranging from the latest version 2.63.1 down to version 2.7.1."],["The `GrpcCallSettings.Builder` class is designed for building `GrpcCallSettings` instances, as it can be seen from the `build()` method, which returns `GrpcCallSettings\u003cRequestT,ResponseT\u003e`."],["The builder class inherits members from `java.lang.Object`, including methods like `clone()`, `equals()`, `hashCode()`, and `wait()`."],["The `GrpcCallSettings.Builder` allows setting parameters such as `methodDescriptor`, `paramsExtractor`, and whether to await trailers through the `setMethodDescriptor()`, `setParamsExtractor()`, and `setShouldAwaitTrailers()` methods."],["The class uses two Type Parameters, `RequestT` and `ResponseT` which are used for type safety and specificity."]]],[]]