[[["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."],[[["The latest version of the `ProtoMessageRequestFormatter.Builder` is 2.63.1, with a variety of previous versions ranging from 2.62.0 down to 2.7.1."],["`ProtoMessageRequestFormatter.Builder` is a static class that inherits from `java.lang.Object`, offering methods like `build()`, `setPath()`, `setQueryParamsExtractor()`, and `setRequestBodyExtractor()`."],["The `build()` method returns a `ProtoMessageRequestFormatter\u003cRequestT\u003e` instance, while `setPath()`, `setQueryParamsExtractor()`, and `setRequestBodyExtractor()` return a `Builder\u003cRequestT\u003e` instance for method chaining."],["The Builder class has a public constructor named Builder()."],["The `setPath` method requires a string path and a `FieldsExtractor` for path variables, `setQueryParamsExtractor` takes a `FieldsExtractor` for query parameters, and `setRequestBodyExtractor` uses a `FieldsExtractor` for the request body."]]],[]]