CountArtifactsResponse

topics.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)

Toplam ileti sayısı.

Birleştirme alanı corpus_count_result. Belirli hizmetler için ayrıntılı sayı metrikleri. corpus_count_result şunlardan yalnızca biri olabilir:
mailCountResult

object (MailCountResult)

Gmail ve klasik Hangouts için sayı metrikleri.

groupsCountResult

object (GroupsCountResult)

Gruplar için sayı metrikleri.

MailCountResult

Gmail ve klasik Hangouts'a özel 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)

Sorgulanabilecek ve sıfırdan fazla mesajı olan hesapların toplam sayısı.

nonQueryableAccounts[]

string

DataScope HELD_DATA olarak ayarlandığında ve hesap e-postaları açık bir şekilde iletildiğinde, istekteki olup sorguda tutulmayan hesapların listesi, konuda muhafazaya alınmadığından sorgulanır. Diğer veri kapsamları için bu alan ayarlanmaz.

accountCountErrors[]

object (AccountCountError)

Bu hesaplar sorgulanırken hatalar oluştu.

accountCounts[]

object (AccountCount)

Eşleşen hesap başına sıfırdan fazla ileti içeren ara toplam sayısı.

GroupsCountResult

Gruplara özel 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)

Sorgulanabilecek ve sıfırdan fazla mesajı olan hesapların toplam sayısı.

nonQueryableAccounts[]

string

DataScope HELD_DATA olduğunda istekteki bu hesaplar beklemede olmadığı için sorgulanmaz. Diğer veri kapsamı için bu alan ayarlanmaz.

accountCountErrors[]

object (AccountCountError)

Bu hesaplar sorgulanırken hata oluştu.

accountCounts[]

object (AccountCount)

Eşleşen hesap başına sıfırdan fazla ileti içeren ara toplam sayısı.