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."],[[["This webpage documents the `RequestMutator` interface, which is used to modify request messages, and currently only used for autopopulating request IDs."],["The latest version of the `RequestMutator` documentation is 2.63.1, with an exhaustive list of older versions for reference all the way back to version 2.7.1."],["The `RequestMutator` interface has one method, `apply(RequestT request)`, that takes a request message and returns the modified request after applying a specific function."],["The `RequestMutator` interface is used to apply a function to a `request` message, and the implementation of the interface is expected to be autogenerated."]]],[]]