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 various versions of 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."],["The primary use case of the `RequestMutator` is for the automatic population of request IDs."],["The `apply(RequestT request)` method is used to apply a function to a given request message of type `RequestT`, and returns the modified request message of the same type."],["Implementations of the interface are expected to be autogenerated, and there is a parameter `RequestT` which has no further description."]]],[]]