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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-11-11 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-11-11 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"]]