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)

쿼리할 수 있고 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개를 초과하는 소계 수입니다.