[[["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-07-01 UTC."],[[["This webpage provides documentation for the `ProtoMessageRequestFormatter` class in the `com.google.api.gax.httpjson` package, which is designed to create parts of an HTTP request from a protobuf message."],["The page lists numerous versions of the `ProtoMessageRequestFormatter` class, ranging from version 2.7.1 up to the latest version 2.63.1, and offers links to the documentation for each of them."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter` interface and provides methods for retrieving the path, additional path templates, query parameter names, and the request body of an HTTP request."],["The `newBuilder()` method, which is a static method, is used to create a builder for the `ProtoMessageRequestFormatter`, while the `toBuilder()` method is used to make a builder from the existing object."],["This class has several inherited methods from the `java.lang.Object` class, such as `clone()`, `equals()`, `hashCode()`, `toString()`, and others, which can be used for managing objects in Java."]]],[]]