PersonResponse
Biểu diễn dưới dạng JSON |
{
"httpStatusCode": integer,
"person": {
object (Person )
},
"requestedResourceName": string,
"status": {
object (Status )
}
} |
Trường |
httpStatusCode (deprecated) |
integer
KHÔNG DÙNG NỮA (Vui lòng sử dụng trạng thái) Mã trạng thái HTTP 1.1.
|
person |
object (Person )
Người đó.
|
requestedResourceName |
string
Tên tài nguyên được yêu cầu ban đầu. Có thể khác với tên tài nguyên trên người được trả về. Tên tài nguyên có thể thay đổi khi thêm hoặc xóa các trường liên kết người liên hệ và hồ sơ, chẳng hạn như email được xác minh, số điện thoại đã xác minh hoặc URL hồ sơ.
|
status |
object (Status )
Trạng thái của phản hồi.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2024-08-21 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2024-08-21 UTC."],[[["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"]]