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