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."],[[["This webpage details the `ProtoMessageRequestFormatter` class, which is a part of the `com.google.api.gax.httpjson` package, and is responsible for creating HTTP request parts from a protobuf message."],["The latest version available is 2.63.1, and the page is currently documenting version 2.53.0, but a comprehensive list of previous versions from 2.62.0 down to 2.7.1 is available."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter\u003cRequestT\u003e` interface and is primarily used to generate the URL path, query parameters, and request body from a given API message."],["The class offers static methods for creating a builder, which can be used to build the formatter, as well as non-static methods for retrieving path templates, extracting path and query information, and getting the request body."],["ProtoMessageRequestFormatter inherits methods from the Object class, including methods like clone(), equals(), finalize(), getClass(), hashCode(), notify(), notifyAll(), toString(), and wait(), which can be used in instances of the class."]]],[]]