[[["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."],[[["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."]]],[]]