CountArtifactsResponse

तरीके के लिए रिस्पॉन्स की परिभाषा.count.

जेएसओएन के काेड में दिखाना
{
  "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 और Hangouts के क्लासिक वर्शन के लिए गिनती की मेट्रिक.

groupsCountResult

object (GroupsCountResult)

Groups के लिए गिनती मेट्रिक.

MailCountResult

खास तौर पर, Gmail और Hangouts के क्लासिक वर्शन की संख्या से जुड़ी मेट्रिक.

जेएसओएन के काेड में दिखाना
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
फ़ील्ड
queriedAccountsCount

string (int64 format)

गिनती के इस काम में शामिल खातों की कुल संख्या.

matchingAccountsCount

string (int64 format)

उन खातों की कुल संख्या जिनके लिए क्वेरी की जा सकती है और जिनमें शून्य से ज़्यादा मैसेज हैं.

nonQueryableAccounts[]

string

जब DataScope, HELD_DATA होता है और जब खाते के ईमेल खास तौर पर पास किए जाते हैं, तो अनुरोध में शामिल खातों की ऐसी सूची जिनके बारे में क्वेरी नहीं की जाती, क्योंकि वे मामले में होल्ड पर नहीं होते. अन्य डेटा स्कोप के लिए, यह फ़ील्ड सेट नहीं है.

accountCountErrors[]

object (AccountCountError)

इन खातों से क्वेरी करते समय गड़बड़ियां हुईं.

accountCounts[]

object (AccountCount)

मिलते-जुलते हर खाते की कुल संख्या, जिसमें शून्य से ज़्यादा मैसेज हैं.

GroupsCountResult

ग्रुप की खास काउंट मेट्रिक.

जेएसओएन के काेड में दिखाना
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
फ़ील्ड
queriedAccountsCount

string (int64 format)

गिनती के इस काम में शामिल खातों की कुल संख्या.

matchingAccountsCount

string (int64 format)

उन खातों की कुल संख्या जिनके लिए क्वेरी की जा सकती है और जिनमें शून्य से ज़्यादा मैसेज हैं.

nonQueryableAccounts[]

string

जब DataScope HELD_DATA के तौर पर होता है, तो अनुरोध में शामिल इन खातों से क्वेरी नहीं की जाती, क्योंकि ये होल्ड पर नहीं होते हैं. डेटा के अन्य स्कोप के लिए, यह फ़ील्ड सेट नहीं है.

accountCountErrors[]

object (AccountCountError)

इन खातों से क्वेरी करते समय गड़बड़ी हुई.

accountCounts[]

object (AccountCount)

मिलते-जुलते हर खाते की कुल संख्या, जिसमें शून्य से ज़्यादा मैसेज हैं.