RequestMask
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
बहिष्कृत (कृपया इसके बजाय personFields
का उपयोग करें)
इससे पता चलता है कि जवाब में किस व्यक्ति को जवाब देना है.
JSON के काेड में दिखाना |
{
"includeField": string
} |
फ़ील्ड |
includeField |
string (FieldMask format)
ज़रूरी है. जवाब में शामिल किए जाने वाले व्यक्ति के फ़ील्ड की कॉमा-सेपरेटेड लिस्ट. हर पाथ person. से शुरू होना चाहिए: उदाहरण के लिए, person.names या person.photos .
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2024-08-21 (UTC) को अपडेट किया गया."],[[["This item is deprecated and users should utilize `personFields` instead."],["It describes which person fields to return in the response using a JSON representation."],["The `includeField` requires a FieldMask format to specify desired fields."],["Users must provide a comma-separated list of person fields, prefixed with `person.`, to be included in the response."]]],["The deprecated item describes the `includeField` for specifying which person fields to return in a response. It is represented in JSON as `{\"includeField\": string}`. The `includeField` is a required string containing a comma-separated list of person fields, formatted as `person.field`, using the FieldMask format. This has been deprecated in favor of `personFields`.\n"]]