CountArtifactsResponse
تعریف پاسخ برای موضوعات روش. تعداد.
نمایندگی 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 ) تعداد خرده کل در هر حساب منطبق که بیش از صفر پیام دارد. |
GroupsCount نتیجه
معیارهای شمارش خاص گروه ها.
نمایندگی 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 مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی."],[[["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"]]