[[["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-03-21 UTC."],[[["The `ProtoMessageRequestFormatter` class creates HTTP request parts from a protobuf message, implementing the `HttpRequestFormatter` interface."],["This class provides static and instance methods, including `newBuilder()` to create a new builder instance, and `getAdditionalPathTemplates()`, `getPath()`, `getPathTemplate()`, `getQueryParamNames()`, and `getRequestBody()` to retrieve information for constructing the request."],["The latest version available in the document is 2.63.1, but there are many older versions listed dating back to version 2.7.1."],["The `ProtoMessageRequestFormatter` is a generic class with a type parameter `RequestT`, which is used throughout the methods as an input type."],["The class inherits several methods from java.lang.Object such as `clone()`, `equals()`, and `hashCode()`."]]],[]]