CountArtifactsResponse

items.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 と従来のハングアウトの指標をカウントします。

groupsCountResult

object (GroupsCountResult)

グループの指標をカウントします。

MailCountResult

Gmail と従来のハングアウト固有のカウント指標。

JSON 表現
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
フィールド
queriedAccountsCount

string (int64 format)

このカウント オペレーションに関連するアカウントの合計数。

matchingAccountsCount

string (int64 format)

クエリが可能で、1 件以上のメールがあるアカウントの合計数。

nonQueryableAccounts[]

string

DataScopeHELD_DATA で、アカウントのメールが明示的に渡された場合、案件で記録保持(リティゲーション ホールド)の対象でないため、クエリの対象とならないアカウントのリスト。他のデータスコープでは、このフィールドは設定されません。

accountCountErrors[]

object (AccountCountError)

これらのアカウントのクエリ中にエラーが発生しました。

accountCounts[]

object (AccountCount)

メールが 0 件を超えている、一致するアカウントごとの小計数。

GroupsCountResult

特定のカウント指標をグループ化します。

JSON 表現
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
フィールド
queriedAccountsCount

string (int64 format)

このカウント オペレーションに関連するアカウントの合計数。

matchingAccountsCount

string (int64 format)

クエリが可能で、1 件以上のメールがあるアカウントの合計数。

nonQueryableAccounts[]

string

DataScopeHELD_DATA である場合、リクエスト内のこれらのアカウントは記録保持の対象でないため、クエリの対象になりません。他のデータスコープでは、このフィールドは設定されません。

accountCountErrors[]

object (AccountCountError)

これらのアカウントのクエリ中にエラーが発生しました。

accountCounts[]

object (AccountCount)

メールが 0 件を超えている、一致するアカウントごとの小計数。