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 provides documentation for the `ProtoMessageRequestFormatter` class in the `com.google.api.gax.httpjson` package, with the current version being 2.51.0, although version 2.63.1 is the latest."],["The `ProtoMessageRequestFormatter` class implements `HttpRequestFormatter` and is used to create parts of an HTTP request from a protobuf message."],["The webpage also includes a complete history and links to past versions of the documentation, ranging from version 2.63.1 all the way down to version 2.7.1."],["The class offers methods such as `getPath`, `getPathTemplate`, `getAdditionalPathTemplates`, `getQueryParamNames`, and `getRequestBody`, allowing for manipulation and retrieval of HTTP request components."],["The class also has a `newBuilder` method for constructing a `ProtoMessageRequestFormatter.Builder`, along with a `toBuilder` method for creating a builder from an existing `ProtoMessageRequestFormatter` instance."]]],[]]