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 document outlines the `ProtoMessageRequestFormatter` class, which is designed to construct parts of an HTTP request from a protobuf message, within the `com.google.api.gax.httpjson` package."],["The latest version available is 2.63.1, with a detailed list of versions ranging back to 2.7.1, each providing documentation links."],["The `ProtoMessageRequestFormatter` class implements the `HttpRequestFormatter\u003cRequestT\u003e` interface and offers methods like `getPath`, `getQueryParamNames`, and `getRequestBody` for managing the HTTP request elements."],["It also provides functionality to work with path templates for endpoint URLs, including the ability to define both default and additional templates through `getPathTemplate` and `getAdditionalPathTemplates`."],["A `newBuilder` static method is available to create instances of the ProtoMessageRequestFormatter, and a `toBuilder` instance method provides a builder with the current configuration."]]],[]]