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."],[[["The latest version of the `RequestMutator` is 2.63.1, with a wide range of prior versions available, starting from 2.7.1."],["The `RequestMutator` interface is designed to modify a request message by applying a function to it, commonly used for autopopulating the request ID."],["This interface expects to be autogenerated and features one method, `apply(RequestT request)`, that takes a request message and returns a modified version."],["The type parameter `RequestT` is used in the apply method to refer to the request message type."]]],[]]