A request params extractor takes arequestmessage, extracts specific field values from
it, converts them in strings and returns them as key-value pairs, where a key is a request field
name and a value is a string representation of a field value. Nested fields should also be
extractable, in such case the "dot notation" can be used to represent a nested field name, for
example"field_name.nested_field_name".
Implementations of this interface are expected to be autogenerated.
Extracts specific fields from therequestand returns them in a form of key-value
pairs, where a key is a field name and a value is a field's string representation. To represent
nested field names the "dot notation" can be used.
[[["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-09-04 UTC."],[[["\u003cp\u003eThis webpage provides documentation for the \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface within the Google API Client Library for Java (GAX), offering a comprehensive overview of its functionality.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface is used to extract specific field values from a request message, convert them to strings, and return them as key-value pairs, where keys are field names and values are string representations of those field values.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes a list of available versions, with the latest version being 2.63.1, and offers links to documentation for various previous versions, going as far back as version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eextract(RequestT request)\u003c/code\u003e method is detailed, describing its role in retrieving the request message's fields and returning them as string-based key-value pairs, and it also indicates that nested fields are able to be extracted as well.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation indicates that the implementations of this interface are expected to be autogenerated.\u003c/p\u003e\n"]]],[],null,[]]