[[["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-15 UTC."],[[["The latest version of the GrpcCallSettings.Builder is 2.63.1, but many other versions are available, ranging from 2.2.0 all the way up to the latest version."],["GrpcCallSettings.Builder is a class that inherits from java.lang.Object and is used to build configurations for gRPC calls."],["The `build()` method returns a GrpcCallSettings object configured with the specified parameters such as RequestT and ResponseT."],["There are methods to set the method descriptor, parameters extractor, and if trailers should be awaited with `setMethodDescriptor`, `setParamsExtractor` and `setShouldAwaitTrailers` respectively."],["The GrpcCallSettings Builder has parameters of RequestT and ResponseT, both of which are unspecified types that can be defined when calling one of the methods."]]],[]]