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 และ 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 ข้อความ