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 및 기존 행아웃의 측정항목을 집계합니다.

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)

쿼리할 수 있고 메시지가 0개가 아닌 계정의 총 개수입니다.

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)

쿼리할 수 있고 메시지가 0개가 아닌 계정의 총 개수입니다.

nonQueryableAccounts[]

string

DataScopeHELD_DATA인 경우 요청에 있는 이러한 계정은 보류되지 않으므로 쿼리되지 않습니다. 다른 데이터 범위의 경우 이 필드는 설정되지 않습니다.

accountCountErrors[]

object (AccountCountError)

이러한 계정을 쿼리하는 중에 오류가 발생했습니다.

accountCounts[]

object (AccountCount)

메일이 0개 이상인 일치하는 계정당 하위 총계 수입니다.