[[["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 `HttpRequestFormatter` interface in the `com.google.api.gax.httpjson` package, detailing its role in constructing HTTP requests from messages."],["The latest version available for this interface is 2.63.1, with a full version history back to version 2.7.1, allowing users to access documentation of various versions."],["The `HttpRequestFormatter` interface defines four abstract methods: `getPath`, `getPathTemplate`, `getQueryParamNames`, and `getRequestBody`, which are used to compose different parts of an HTTP request."],["The interface is parameterized with `MessageFormatT`, representing the type of message used for formatting the HTTP request."],["Each method of the interface requires a `MessageFormatT` as an input parameter and returns a string, a path template, or a map of strings depending on the method."]]],[]]