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"]],[["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."],[[["This webpage provides a comprehensive list of versions for `RequestMutator`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`RequestMutator` is an interface that modifies a request message by applying a function to it, with its primary current use being the auto-population of the request ID."],["The interface has a method called `apply(RequestT request)`, which takes a `RequestT` request message as input and returns the modified `RequestT` message after applying the specific function."],["The class implementations are expected to be autogenerated."]]],[]]