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."],[[["This page provides documentation for the `RequestMutator` interface within the Google API Client Libraries for Java (gax), specifically version 2.62.0."],["The `RequestMutator` interface is designed to modify a request message by applying a function, typically for autopopulating the request ID."],["The latest version of the `RequestMutator` interface is 2.63.1, with this page showing a history and documentation of various past versions all the way back to 2.7.1."],["The interface has one method, `apply(RequestT request)`, that takes a request message and returns the modified message after applying the function."],["The documentation details that this interface is expected to be autogenerated and explains its use in the context of autopopulating request IDs."]]],[]]