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-02 UTC."],[[["This webpage provides documentation for the `ProtoMessageRequestFormatter` class, which is used to create parts of an HTTP request from a protobuf message."],["The latest version of the documentation available is 2.63.1, but the page also lists documentation for a range of past versions, all the way down to 2.7.1."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter` interface and provides methods to extract the path, query parameters, and request body from an API message."],["The class also includes static and instance methods such as `newBuilder()`, `getPath()`, `getPathTemplate()`, `getQueryParamNames()`, and `getRequestBody()` for configuring and formatting HTTP requests."],["Inheritance details and methods from `java.lang.Object` are also documented, such as `clone()`, `equals()`, `getClass()`, `hashCode()` and others."]]],[]]