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-02 UTC."],[[["The latest version available for `ProtoMessageRequestFormatter` is 2.63.1, as shown in the provided list of version numbers."],["`ProtoMessageRequestFormatter` is a Java class that implements `HttpRequestFormatter`, creating parts of an HTTP request from a protobuf message."],["This class provides methods for getting the path, query parameters, and request body of an HTTP request, such as `getPath`, `getQueryParamNames`, and `getRequestBody`."],["The `newBuilder()` method can be used to create a builder for the `ProtoMessageRequestFormatter`, and the `toBuilder()` method returns a new builder instance initialized with the current state of the formatter."],["The `ProtoMessageRequestFormatter` allows for the use of additional path templates, available by using `getAdditionalPathTemplates()`, in addition to the default path template available from `getPathTemplate()`."]]],[]]