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 および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[],["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"]]