Returns the relative URL path created from the path parameters from the given message. Attempts
to match the with the default PathTemplate. If there is not match, it attempts to match with
the templates in the additionalPathTemplates.
[[["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-07 UTC."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter` class in the `com.google.api.gax.httpjson` package, with the current version being 2.50.0, and 2.63.1 being the latest."],["This class is designed to create parts of an HTTP request from a protobuf message, implementing the `HttpRequestFormatter\u003cRequestT\u003e` interface."],["The `ProtoMessageRequestFormatter` allows users to get the relative URL path, additional path templates, query parameter names, and the request body, all based on the provided message."],["The class offers static and instance methods including `newBuilder()` for creating an instance, `getPath()` to return a valid URL, and `getRequestBody()` to retrieve the request body as a String."],["There is also a list of previous versions of this `ProtoMessageRequestFormatter`, dating back to version 2.7.1, that is available on the page."]]],[]]