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."],[[["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 `ProtoMessageRequestFormatter` is 2.63.1, and the page lists a comprehensive history of versions dating back to 2.7.1."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter` interface and includes methods for handling path templates, URL paths, query parameters, and request bodies."],["Static method `newBuilder()` can be used to construct a new `ProtoMessageRequestFormatter.Builder`, and the `toBuilder()` method can be used to construct a new builder based on this object."],["`ProtoMessageRequestFormatter` includes methods such as: `getPath`, `getPathTemplate`, `getQueryParamNames`, `getRequestBody`, and `getAdditionalPathTemplates`."]]],[]]