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."],[[["The latest version of the `ProtoMessageRequestFormatter` is 2.63.1, which can be found through the provided link, and there is a list of previous versions dating back to 2.7.1."],["The `ProtoMessageRequestFormatter` class creates parts of an HTTP request from a protobuf message, implementing the `HttpRequestFormatter` interface."],["The `ProtoMessageRequestFormatter` class provides methods such as `getPath`, `getQueryParamNames`, and `getRequestBody` to handle different aspects of HTTP request creation."],["The `newBuilder()` method is a static method that returns a `ProtoMessageRequestFormatter.Builder` to construct instances of the formatter."],["`ProtoMessageRequestFormatter` class inherits from java.lang.Object and provides methods such as `getAdditionalPathTemplates` and `getPathTemplate` for working with URL paths and path templates."]]],[]]