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-02 UTC."],[[["This webpage provides documentation for the `ProtoMessageRequestFormatter` class in the `com.google.api.gax.httpjson` package, specifically for version 2.61.0 of the Java library, along with links to documentation for other versions."],["The `ProtoMessageRequestFormatter` class is designed to construct HTTP request components from a protobuf message, as it implements the `HttpRequestFormatter` interface."],["Key functionalities of this class include methods to retrieve the URL path, query parameter names, and request body, as well as providing path template management for constructing endpoint URLs."],["The class offers a static method `newBuilder()` to create a `Builder` instance for configuring the formatter and the method `toBuilder()` to create a configured builder."],["It inherits members from the base `Object` class, such as `clone`, `equals`, and `toString`, and provides methods for managing additional path templates with `getAdditionalPathTemplates`."]]],[]]