A request mutator takes a request message, applies some Function to it, and then returns
the modified request message. This is currently only used for autopopulation of the
request ID.
Implementations of this interface are expected to be autogenerated.
[[["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-03-21 UTC."],[[["This page provides a comprehensive list of versions for the `RequestMutator` interface, ranging from the latest version 2.63.1 down to version 2.7.1."],["The `RequestMutator` interface is designed to modify a request message by applying a function to it, with the current primary use being the autopopulation of the request ID."],["The `apply` method, part of the `RequestMutator` interface, is an abstract method that takes a `RequestT` message and returns a modified `RequestT` message."],["Each version listed contains the relative path to the docs for that version, allowing easy access to each version of the interface's documentation."]]],[]]