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."],[[["The latest version available is 2.63.1, as indicated by the `(latest)` tag in the version list."],["This document provides the reference for `ProtoMessageRequestFormatter`, a Java class within the `com.google.api.gax.httpjson` package, which is used for creating HTTP requests from protobuf messages."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter` interface and extends `java.lang.Object`, enabling the creation of parts of an HTTP request from a protobuf message."],["The class provides methods for obtaining path templates, paths, query parameter names, and request bodies, all of which are derived from a provided request message (`RequestT`)."],["It also includes static methods and the ability to use a Builder pattern to construct and customize the `ProtoMessageRequestFormatter` object."]]],[]]