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 documents the `RequestMutator` interface, which is part of the Google API Client Libraries for Java (gax) and is used for modifying request messages."],["The interface's primary method, `apply(RequestT request)`, takes a request message and returns a modified version after applying a specified function."],["The latest version of this documentation is 2.63.1, although this page is showing version 2.55.0."],["The webpage provides a comprehensive list of available documentation versions for the `RequestMutator` class, ranging from version 2.63.1 down to 2.7.1."],["The main purpose of `RequestMutator` appears to be the auto-population of the request ID."]]],[]]