[[["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-02 UTC."],[[["This webpage provides documentation for the `HttpJsonCallSettings.Builder` class within the `com.google.api.gax.httpjson` package, specifically version 2.52.0, and references versions ranging from 2.7.1 to 2.63.1, with 2.63.1 as the latest release."],["The `HttpJsonCallSettings.Builder` class is designed to build instances of `HttpJsonCallSettings` for handling HTTP/JSON-based API calls, inheriting from `java.lang.Object`, with type parameters for `RequestT` and `ResponseT`."],["The class contains methods such as `build()`, `setMethodDescriptor()`, `setParamsExtractor()`, `setRequestMutator()`, and `setTypeRegistry()`, which allow configuration of the HTTP/JSON call settings."],["The `set` methods allow for setting method descriptors, extracting parameters, mutating requests, and registering types, all returning the builder instance for method chaining."],["The `build()` method returns a fully configured `HttpJsonCallSettings` object based on the provided inputs."]]],[]]