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 )
レスポンスのステータス。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-21 UTC。
[null,null,["最終更新日 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."]]],[]]