CountArtifactsResponse

メソッド needs.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 個を超える小計の数。