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 و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["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"]]