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

DataScopeHELD_DATA 且账号电子邮件地址以显式方式传入时,请求中因未处于暂停状态而未查询的账号的列表。对于其他数据范围,系统不会设置此字段。

accountCountErrors[]

object (AccountCountError)

查询这些账号时出错。

accountCounts[]

object (AccountCount)

每个包含不为零邮件的匹配账号的子总计数量。

GroupsCountResult

对特定计数指标进行分组。

JSON 表示法
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
字段
queriedAccountsCount

string (int64 format)

此计数操作涉及的账号总数。

matchingAccountsCount

string (int64 format)

可查询且包含消息数不为零的账号的总数。

nonQueryableAccounts[]

string

DataScopeHELD_DATA 时,系统不会查询请求中的这些账号,因为它们并未暂停。对于其他数据范围,此字段未设置。

accountCountErrors[]

object (AccountCountError)

查询这些账号时出错。

accountCounts[]

object (AccountCount)

每个包含不为零邮件的匹配账号的子总计数量。