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-03-21 UTC."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter` class, which is used to create parts of HTTP requests from protobuf messages."],["The class implements the `HttpRequestFormatter\u003cRequestT\u003e` interface and has several methods for handling request paths, query parameters, and request bodies, all extracted from a given message."],["There are numerous available versions of the `ProtoMessageRequestFormatter`, with version 2.63.1 being the latest and available, while version 2.34.1 is also specified."],["`ProtoMessageRequestFormatter` includes methods like `getPath`, `getQueryParamNames`, and `getRequestBody` to construct different components of an HTTP request from a message object."],["It can handle multiple path templates, offering flexibility in matching URL paths through `getAdditionalPathTemplates`."]]],[]]