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 latest version being 2.63.1 and many other past versions available."],["`ProtoMessageRequestFormatter` is a class that implements `HttpRequestFormatter` and creates HTTP request parts from a protobuf message."],["The `ProtoMessageRequestFormatter` class provides methods such as `getPath`, `getAdditionalPathTemplates`, `getPathTemplate`, `getQueryParamNames`, and `getRequestBody` to handle different aspects of HTTP request formatting."],["The class includes a `newBuilder()` static method to create a builder instance for constructing a `ProtoMessageRequestFormatter`."],["This class inherits standard methods from `java.lang.Object`, such as `clone()`, `equals()`, `getClass()`, `hashCode()`, `toString()`, `notify()`, and `wait()`."]]],[]]