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-04-09 UTC."],[[["The latest version of the `RequestMutator` is 2.63.1, with a comprehensive list of prior versions available for review."],["`RequestMutator` is an interface used to modify a request message by applying a function to it, which, for example, will be used for request ID auto-population."],["The `apply(RequestT request)` method is used to apply a function to the given `request` message, returning the modified `request`."],["The `RequestT` parameter within this structure represents the request message being used."],["Implementation of this `RequestMutator` interface is expected to be autogenerated."]]],[]]