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 latest version available for `ProtoMessageRequestFormatter` is 2.63.1, while version 2.24.0 is also documented."],["`ProtoMessageRequestFormatter` is a class that implements `HttpRequestFormatter` and is used to create parts of an HTTP request from a protobuf message."],["This class offers methods like `getPath`, `getQueryParamNames`, and `getRequestBody` to extract information and parameters from a request message for HTTP request formatting."],["`ProtoMessageRequestFormatter` uses path templates to determine the endpoint URL path, supporting both a default path template and additional, alternative templates."],["The class provides static and instance methods for building and manipulating instances of `ProtoMessageRequestFormatter`, including a `newBuilder` method and a `toBuilder` instance method."]]],[]]