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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 UTC."],[[["The latest version available is 2.63.1, representing the most up-to-date release of the `com.google.api.gax.rpc.RequestMutator`."],["This webpage contains an extensive list of versions for `com.google.api.gax.rpc.RequestMutator`, starting from the latest 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, primarily for use cases such as the autopopulation of the request ID."],["The `apply` method in the `RequestMutator` interface takes a `RequestT` request message as input and returns a modified `RequestT` message after the function is applied."]]],[]]