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 एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eThis item is deprecated and users should utilize \u003ccode\u003epersonFields\u003c/code\u003e instead.\u003c/p\u003e\n"],["\u003cp\u003eIt describes which person fields to return in the response using a JSON representation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eincludeField\u003c/code\u003e requires a FieldMask format to specify desired fields.\u003c/p\u003e\n"],["\u003cp\u003eUsers must provide a comma-separated list of person fields, prefixed with \u003ccode\u003eperson.\u003c/code\u003e, to be included in the response.\u003c/p\u003e\n"]]],["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"],null,["# RequestMask\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| This item is deprecated!\n**DEPRECATED** (Please use `personFields` instead)\n\nDescribes which person fields to return in the response.\n\n| JSON representation |\n|------------------------------------|\n| ``` { \"includeField\": string } ``` |\n\n| Fields ||\n|----------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `includeField` | `string (`[FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask)` format)` Required. Comma-separated list of person fields to be included in the response. Each path should start with `person.`: for example, `person.names` or `person.photos`. |"]]