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."],[[["The webpage provides documentation for the `ProtoMessageRequestFormatter` class in the `com.google.api.gax.httpjson` package, with the current version being 2.39.0."],["It lists various versions of the `ProtoMessageRequestFormatter` class, ranging from the latest 2.63.1 down to 2.7.1, allowing access to older releases."],["The `ProtoMessageRequestFormatter` class, which implements `HttpRequestFormatter`, is designed to generate parts of HTTP requests from a protobuf message, including the URL path, query parameters, and request body."],["The class offers methods such as `getPath`, `getQueryParamNames`, and `getRequestBody` to construct specific parts of an HTTP request, as well as static methods such as `newBuilder` and `toBuilder` to create and modify an instance of the formatter."],["The `ProtoMessageRequestFormatter` includes functionality to support multiple path templates for the URL, including a default one and additional alternatives."]]],[]]