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-02 UTC."],[[["This webpage lists different versions of `RequestMutator`, a component within the Google API Client Libraries for Java, with version 2.63.1 being the latest available."],["The `RequestMutator` interface is designed to modify request messages, primarily used for functionalities like request ID autopopulation."],["Each listed version links to the documentation for `RequestMutator` in that specific release, allowing users to access historical changes."],["`RequestMutator` uses an apply method to apply a function to a given request message."],["`RequestT` is the type parameter which denotes the request message type."]]],[]]