CountArtifactsResponse

matters.count yöntemi için yanıtın tanımı.

JSON gösterimi
{
  "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.
}
Alanlar
totalCount

string (int64 format)

Mesajların toplam sayısı.

Birlik alanı corpus_count_result. Belirli hizmetler için ayrıntılı sayı metrikleri. corpus_count_result yalnızca aşağıdakilerden biri olabilir:
mailCountResult

object (MailCountResult)

Gmail ve klasik Hangouts için metrikleri sayma

groupsCountResult

object (GroupsCountResult)

Gruplar için sayı metrikleri.

MailCountResult

Gmail ve klasik Hangouts'a özgü sayı metrikleri.

JSON gösterimi
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
Alanlar
queriedAccountsCount

string (int64 format)

Bu sayma işlemine dahil olan toplam hesap sayısı.

matchingAccountsCount

string (int64 format)

Sorgulanabilir ve sıfırdan fazla iletisi olan hesapların toplam sayısı.

nonQueryableAccounts[]

string

DataScope HELD_DATA olduğunda ve hesap e-postaları açıkça iletildiğinde, konuyla ilgili olarak beklemede olmadıkları için sorgulanmayan, istekteki hesapların listesi. Diğer veri kapsamları için bu alan ayarlanmamıştır.

accountCountErrors[]

object (AccountCountError)

Bu hesaplar sorgulanırken hatalar oluştu.

accountCounts[]

object (AccountCount)

Sıfırdan fazla iletisi olan eşleşen hesap başına alt toplam sayısı.

GroupsCountResult

Gruplara özel sayı metriklerini gruplandırır.

JSON gösterimi
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
Alanlar
queriedAccountsCount

string (int64 format)

Bu sayma işlemine dahil olan toplam hesap sayısı.

matchingAccountsCount

string (int64 format)

Sorgulanabilir ve sıfırdan fazla iletisi olan hesapların toplam sayısı.

nonQueryableAccounts[]

string

DataScope HELD_DATA olduğunda, beklemede olmadıkları için istekteki bu hesaplar sorgulanmamaktadır. Diğer veri kapsamı için bu alan ayarlanmamıştır.

accountCountErrors[]

object (AccountCountError)

Bu hesaplar sorgulanırken hata oluştu.

accountCounts[]

object (AccountCount)

Sıfırdan fazla ileti içeren eşleşen hesap başına alt toplam sayısı.