[[["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."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter.Builder` class in the `com.google.api.gax.httpjson` package, specifically for version 2.30.1, and includes links to documentation for various versions ranging from 2.63.1 (latest) down to 2.7.1."],["The `ProtoMessageRequestFormatter.Builder` class is used to construct `ProtoMessageRequestFormatter` objects and it inherits members from the `java.lang.Object` class, including methods for object comparison and management."],["The class `ProtoMessageRequestFormatter.Builder\u003cRequestT\u003e` has a type parameter `RequestT` but no specific description, along with a constructor `Builder()` and it has several methods, including `build()` to create the formatter, as well as `setAdditionalPaths()`, `setPath()`, `setQueryParamsExtractor()`, `setRequestBodyExtractor()`, and `updateRawPath()` for configuring it."],["The `build()` method returns a `ProtoMessageRequestFormatter\u003cRequestT\u003e` that is configured based on the previous method calls, and several of the methods return a `Builder\u003cRequestT\u003e` allowing for the chaining of method calls to configure the builder object."],["There are various methods for setting and updating the path for a request, such as `setAdditionalPaths`, `setPath`, and `updateRawPath`, which allow you to alter the URL path and provide extra path specifications."]]],[]]