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-09 UTC."],[[["This webpage provides documentation for the `ProtoMessageRequestFormatter` class, which is used to create parts of an HTTP request from a protobuf message."],["The latest version of the `ProtoMessageRequestFormatter` class is 2.63.1, and the page lists all prior versions back to 2.7.1, each with their own documentation link."],["The class implements the `HttpRequestFormatter` interface and includes methods for handling path templates, retrieving URL paths, managing query parameters, and getting the request body."],["The main purpose of the `ProtoMessageRequestFormatter` class is to format the request based off of the inputted message, specifically when it comes to the URL path and the parameters of that URL path."],["The `ProtoMessageRequestFormatter` can be created or modified through the use of the `newBuilder()` and `toBuilder()` static methods."]]],[]]