CountArtifactsResponse
পদ্ধতি matters.count এর প্রতিক্রিয়ার সংজ্ঞা।
JSON প্রতিনিধিত্ব |
---|
{
"totalCount": string,
// Union field corpus_count_result can be only one of the following:
"mailCountResult": {
object (MailCountResult )
},
"groupsCountResult": {
object (GroupsCountResult )
}
// End of list of possible types for union field corpus_count_result .
} |
ক্ষেত্র |
---|
totalCount | string ( int64 format) বার্তার মোট সংখ্যা। |
ইউনিয়ন ফিল্ড corpus_count_result । নির্দিষ্ট পরিষেবার জন্য বিস্তারিত গণনা মেট্রিক্স। corpus_count_result নিম্নলিখিতগুলির মধ্যে একটি হতে পারে: |
mailCountResult | object ( MailCountResult ) Gmail এবং ক্লাসিক Hangouts-এর জন্য মেট্রিক গণনা করুন। |
groupsCountResult | object ( GroupsCountResult ) গ্রুপের জন্য মেট্রিক্স গণনা করুন। |
MailCountResult
Gmail এবং ক্লাসিক Hangouts-নির্দিষ্ট গণনা মেট্রিক্স।
JSON প্রতিনিধিত্ব |
---|
{
"queriedAccountsCount": string,
"matchingAccountsCount": string,
"nonQueryableAccounts": [
string
],
"accountCountErrors": [
{
object (AccountCountError )
}
],
"accountCounts": [
{
object (AccountCount )
}
]
} |
ক্ষেত্র |
---|
queriedAccountsCount | string ( int64 format) এই গণনা অপারেশন জড়িত অ্যাকাউন্টের মোট সংখ্যা. |
matchingAccountsCount | string ( int64 format) মোট অ্যাকাউন্টের সংখ্যা যা জিজ্ঞাসা করা যেতে পারে এবং শূন্যেরও বেশি বার্তা রয়েছে৷ |
nonQueryableAccounts[] | string যখন DataScope HELD_DATA হয় এবং যখন অ্যাকাউন্টের ইমেলগুলি স্পষ্টভাবে পাস করা হয়, তখন অনুরোধের অ্যাকাউন্টগুলির তালিকা যা জিজ্ঞাসা করা হয় না কারণ সেগুলি এই বিষয়ে হোল্ডে নেই৷ অন্যান্য ডেটা স্কোপের জন্য, এই ক্ষেত্রটি সেট করা নেই। |
accountCountErrors[] | object ( AccountCountError ) এই অ্যাকাউন্টগুলি অনুসন্ধান করার সময় ত্রুটি ঘটেছে৷ |
accountCounts[] | object ( AccountCount ) শূন্যের বেশি মেসেজ আছে এমন অ্যাকাউন্টের প্রতি সাবটোটাল গণনা। |
গোষ্ঠীগণনা ফলাফল
গ্রুপ নির্দিষ্ট গণনা মেট্রিক.
JSON প্রতিনিধিত্ব |
---|
{
"queriedAccountsCount": string,
"matchingAccountsCount": string,
"nonQueryableAccounts": [
string
],
"accountCountErrors": [
{
object (AccountCountError )
}
],
"accountCounts": [
{
object (AccountCount )
}
]
} |
ক্ষেত্র |
---|
queriedAccountsCount | string ( int64 format) এই গণনা অপারেশন জড়িত অ্যাকাউন্টের মোট সংখ্যা. |
matchingAccountsCount | string ( int64 format) মোট অ্যাকাউন্টের সংখ্যা যা জিজ্ঞাসা করা যেতে পারে এবং শূন্যেরও বেশি বার্তা রয়েছে৷ |
nonQueryableAccounts[] | string যখন DataScope HELD_DATA হয়, তখন অনুরোধে থাকা এই অ্যাকাউন্টগুলিকে জিজ্ঞাসা করা হয় না কারণ সেগুলি হোল্ডে নেই৷ অন্যান্য ডেটা সুযোগের জন্য, এই ক্ষেত্রটি সেট করা নেই। |
accountCountErrors[] | object ( AccountCountError ) এই অ্যাকাউন্টগুলি অনুসন্ধান করার সময় ত্রুটি ঘটেছে৷ |
accountCounts[] | object ( AccountCount ) শূন্যের বেশি মেসেজ আছে এমন অ্যাকাউন্টের প্রতি সাবটোটাল গণনা। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-02-27 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["The `matters.count` method returns the total count of messages and detailed count metrics, potentially broken down by Gmail, classic Hangouts, and Groups."],["Count results include the total number of accounts queried, the number of accounts with matching messages, and any errors encountered during the process."],["When using the `HELD_DATA` data scope, results specify accounts that are not on hold and were therefore excluded from the query."],["`MailCountResult` provides detailed count metrics specific to Gmail and classic Hangouts accounts."],["`GroupsCountResult` offers detailed count metrics specific to Groups accounts."]]],["The document outlines the `matters.count` method response, which provides count metrics for messages. The response includes `totalCount` and a `corpus_count_result`, which can be either `mailCountResult` (for Gmail/Hangouts) or `groupsCountResult` (for Groups). Both `mailCountResult` and `groupsCountResult` detail `queriedAccountsCount`, `matchingAccountsCount`, `nonQueryableAccounts`, `accountCountErrors`, and `accountCounts`, offering insights into account-specific counts and potential query issues. The document defines each field's data type and purpose.\n"]]