CountArtifactsResponse

คำจำกัดความของการตอบกลับสำหรับ MethodTYPE.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 ข้อความ