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.55.0."],["The latest available version of `ProtoMessageRequestFormatter` is 2.63.1, and the page lists numerous older versions ranging from 2.62.0 down to 2.7.1."],["`ProtoMessageRequestFormatter` implements `HttpRequestFormatter\u003cRequestT\u003e` and inherits from `java.lang.Object`, having several methods like `getPath`, `getRequestBody`, `getQueryParamNames`, and others, to manipulate HTTP requests."],["The class offers static and non-static methods, such as `newBuilder()` and `toBuilder()`, which are used to create or modify instances of the `ProtoMessageRequestFormatter` with a builder pattern."],["The `getPath()` method returns a relative URL path generated from the path parameters of the given request message, trying to match with either the default `PathTemplate` or the ones in `additionalPathTemplates`."]]],[]]