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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter` class, which is used to create parts of an HTTP request from a protobuf message, and is currently at version 2.60.0."],["There are multiple versions of the `ProtoMessageRequestFormatter` available, starting from version 2.7.1 and going up to the latest version 2.63.1, each with its own documentation link."],["`ProtoMessageRequestFormatter` implements the `HttpRequestFormatter` interface and inherits from the `java.lang.Object` class."],["The class provides methods to get path templates, retrieve the URL path from a request message, manage query parameter names, and access the request body, among other functionalities."],["The `newBuilder()` and `toBuilder()` static methods allow you to create and modify instances of `ProtoMessageRequestFormatter.Builder\u003cRequestT\u003e`."]]],[]]