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 documents the \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface for the Google API Client Library for Java (gax), which is currently at version 2.7.1.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e is 2.63.1, with numerous prior versions ranging from 2.62.0 to 2.7.1 also being listed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface is used to extract specific field values from a request message and return them as key-value pairs, with keys representing field names and values representing string versions of the field values.\u003c/p\u003e\n"],["\u003cp\u003eNested field values are extractable and can be represented using "dot notation" within the field names in key-value pairs, such as \u003ccode\u003e"field_name.nested_field_name"\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eImplementations of the \u003ccode\u003eRequestParamsExtractor\u003c/code\u003e interface are intended to be autogenerated, and it has an abstract \u003ccode\u003eextract\u003c/code\u003e method that takes a request message and returns a \u003ccode\u003eMap\u003c/code\u003e of \u003ccode\u003eString\u003c/code\u003e keys and \u003ccode\u003eString\u003c/code\u003e values.\u003c/p\u003e\n"]]],[],null,[]]