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."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter` class, which is used to create HTTP requests from protobuf messages."],["The latest version available is 2.63.1, with a comprehensive list of previous versions going back to 2.7.1."],["`ProtoMessageRequestFormatter` inherits from `java.lang.Object` and implements `HttpRequestFormatter`, including methods for creating paths, query parameters, and request bodies."],["The class offers static methods, such as `newBuilder()`, to instantiate and utilize its functionalities, along with member methods like `getPath`, `getRequestBody` and more."],["The `RequestT` parameter within the `ProtoMessageRequestFormatter` class signifies a placeholder for the type of request object that is being handled."]]],[]]