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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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`."]]],[]]