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-09 UTC."],[[["This document outlines the `ProtoMessageRequestFormatter` class, which is designed to construct parts of an HTTP request from a protobuf message."],["The class implements the `HttpRequestFormatter\u003cRequestT\u003e` interface and provides methods for managing path templates and extracting data from request objects."],["The latest version of the library is version `2.63.1`, and this document provides access to the documentation for various versions ranging from `2.63.1` to `2.7.1`."],["The `ProtoMessageRequestFormatter` offers static methods such as `newBuilder()` to generate instances and methods like `getPath()`, `getPathTemplate()`, and `getQueryParamNames()` to manage and create HTTP requests."],["There is a comprehensive list of inherited members from the `java.lang.Object` class, including methods like `clone()`, `equals()`, `hashCode()`, and others, allowing users to better understand the functionality of the `ProtoMessageRequestFormatter` class."]]],[]]