CountArtifactsResponse

คําจํากัดความของการตอบกลับสําหรับเมธอด matters.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 และ Hangouts แบบคลาสสิก

groupsCountResult

object (GroupsCountResult)

นับเมตริกสําหรับกลุ่ม

MailCountResult

เมตริกจำนวนเฉพาะของ Gmail และ Hangouts แบบคลาสสิก

การแสดง JSON
{
  "queriedAccountsCount": string,
  "matchingAccountsCount": string,
  "nonQueryableAccounts": [
    string
  ],
  "accountCountErrors": [
    {
      object (AccountCountError)
    }
  ],
  "accountCounts": [
    {
      object (AccountCount)
    }
  ]
}
ช่อง
queriedAccountsCount

string (int64 format)

จำนวนบัญชีทั้งหมดที่เกี่ยวข้องกับการดำเนินการนับนี้

matchingAccountsCount

string (int64 format)

จำนวนบัญชีทั้งหมดที่สามารถค้นหาได้และมีข้อความมากกว่า 0 ข้อความ

nonQueryableAccounts[]

string

เมื่อ DataScope เป็น HELD_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

เมื่อ DataScope เป็น HELD_DATA ระบบจะไม่ค้นหาบัญชีเหล่านี้ในคำขอเนื่องจากไม่ได้ถูกระงับ สำหรับขอบเขตข้อมูลอื่นๆ ไม่ได้ตั้งค่าช่องนี้

accountCountErrors[]

object (AccountCountError)

เกิดข้อผิดพลาดขณะค้นหาบัญชีเหล่านี้

accountCounts[]

object (AccountCount)

จำนวนรวมย่อยต่อบัญชีที่ตรงกันซึ่งมีข้อความมากกว่า 0 ข้อความ