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, as indicated by the provided list of available versions."],["`ProtoMessageRequestFormatter` is a Java class that implements `HttpRequestFormatter\u003cRequestT\u003e` and is designed to create HTTP request components from a protobuf message."],["The class provides methods to manage URL paths through a default `PathTemplate` and a list of alternative `PathTemplate`s which it calls `getAdditionalPathTemplates()`."],["The `newBuilder()` static method is used to create instances of the `ProtoMessageRequestFormatter.Builder`, used to build a `ProtoMessageRequestFormatter` object."],["The class has methods such as `getPath`, `getQueryParamNames`, and `getRequestBody`, which are responsible for generating the path, query parameters, and request body of an HTTP request."]]],[]]