PersonResponse
تمثيل JSON |
{
"httpStatusCode": integer,
"person": {
object (Person )
},
"requestedResourceName": string,
"status": {
object (Status )
}
} |
الحقول |
httpStatusCode (deprecated) |
integer
تم الإيقاف (يُرجى استخدام الحالة بدلاً من ذلك) رمز حالة HTTP 1.1.
|
person |
object (Person )
الشخص.
|
requestedResourceName |
string
اسم المورد الأصلي المطلوب. قد يختلف اسم المورد عن اسم المورد المستخدَم للمستخدم الذي تم إرجاعه. يمكن أن يتغيّر اسم المورد عند إضافة أو إزالة الحقول التي تربط جهة اتصال وملفًا شخصيًا، مثل عنوان بريد إلكتروني تم إثبات ملكيته أو رقم هاتف تم إثبات ملكيته أو عنوان URL لملف شخصي.
|
status |
object (Status )
حالة الردّ.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The API response provides comprehensive information about a person, including their details, HTTP status, and the requested resource name."],["The `httpStatusCode` field is deprecated and replaced by the more informative `status` object."],["The `person` field contains detailed information about the individual, adhering to the Person object structure."],["The `requestedResourceName` field clarifies the original resource request, which might differ from the returned person's resource name due to dynamic linking of fields like verified emails or profile URLs."],["The response includes a dedicated `status` object offering insights into the success or failure of the request."]]],["The JSON response represents data for a single person. It includes a `person` object, detailed under a separate schema. The response also contains `status` information, and the `requestedResourceName`, which might differ from the person's actual resource name due to field changes. The `httpStatusCode` field is deprecated and should be replaced with `status`. These fields provide details about the request and the returned person's data.\n"]]