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 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`."]]],[]]