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 )

تعداد خرده کل در هر حساب منطبق که بیش از صفر پیام دارد.