CountArtifactsResponse

Matter.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개 이상인 일치하는 계정당 소계 수입니다.