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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]