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 `ProtoMessageRequestFormatter`, a class that creates parts of an HTTP request from a protobuf message, with the current version being 2.58.0."],["The latest available version of `ProtoMessageRequestFormatter` is 2.63.1, and the page also lists previous versions, ranging from 2.62.0 down to 2.7.1."],["`ProtoMessageRequestFormatter` implements the `HttpRequestFormatter` interface and extends `java.lang.Object`, inheriting standard object methods."],["The class includes methods such as `getPath()`, `getAdditionalPathTemplates()`, `getPathTemplate()`, `getQueryParamNames()`, and `getRequestBody()` for constructing different parts of the HTTP request and can also be built or have its data turned into a builder."],["It can make use of path templates to match specific valid URLs and can be modified to include extra path templates for additional URL options."]]],[]]