[[["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-04-09 UTC."],[[["This webpage provides documentation for the `HttpJsonCallSettings.Builder` class within the `com.google.api.gax.httpjson` package, specifically focusing on version 2.59.1, and includes links to a range of versions from 2.63.1 down to 2.7.1."],["The `HttpJsonCallSettings.Builder` class is used for building `HttpJsonCallSettings` objects and extends `java.lang.Object`, inheriting several standard methods from it, such as `clone`, `equals`, and `toString`."],["The class utilizes two type parameters, `RequestT` and `ResponseT`, without specifying their description, for handling request and response types in the HttpJson calls."],["The Builder class has methods like `build()`, which creates an HttpJsonCallSettings object, and `setMethodDescriptor()`, `setParamsExtractor()`, `setRequestMutator()`, and `setTypeRegistry()`, which are all used for configuring different aspects of the HttpJsonCallSettings."],["The `HttpJsonCallSettings.Builder` class provides a fluent interface, as evidenced by its methods each returning an instance of `Builder`, enabling method chaining for configuring an `HttpJsonCallSettings`."]]],[]]