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."],[[["This webpage lists the versions of `ProtoMessageRequestFormatter`, ranging from the latest version `2.63.1` down to `2.7.1`."],["The `ProtoMessageRequestFormatter` class, which implements `HttpRequestFormatter`, is used to create parts of an HTTP request from a protobuf message."],["The class offers methods like `getPath()`, which returns a URL path derived from message parameters, and `getRequestBody()`, which retrieves the request body."],["`ProtoMessageRequestFormatter` has static methods like `newBuilder()`, which is used to create a new `Builder` instance for the `ProtoMessageRequestFormatter`."],["It contains methods such as `getAdditionalPathTemplates()`, `getPathTemplate()`, and `getQueryParamNames(RequestT apiMessage)`, that deal with PathTemplates and query parameters."]]],[]]