REST Resource: userUsageReport
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: UsageReports
การแสดง JSON |
{
"kind": string,
"etag": string,
"warnings": [
{
"code": string,
"message": string,
"data": [
{
"key": string,
"value": string
}
]
}
],
"usageReports": [
{
object (UsageReport )
}
],
"nextPageToken": string
} |
ช่อง |
kind |
string
ประเภททรัพยากร API สําหรับรายงานการใช้งาน ค่าจะเป็น admin#reports#usageReports
|
etag |
string
ETag ของทรัพยากร
|
warnings[] |
object
คำเตือน (หากมี)
|
warnings[].code |
string
ประเภทคำเตือนหรือโค้ดที่เครื่องอ่านได้ ค่ารหัสคำเตือนคือ 200
|
warnings[].message |
string
ข้อความที่มนุษย์อ่านได้สำหรับคำเตือนมีดังนี้ - คำเตือนว่าไม่มีข้อมูล - ขออภัย ข้อมูลสำหรับวันที่ yyyy-mm-dd ของใบสมัคร "
application
name " ไม่พร้อมใช้งาน - คำเตือนว่ามีข้อมูลบางส่วน - ข้อมูลสำหรับวันที่ yyyy-mm-dd ของแอปพลิเคชัน "
application name " ไม่พร้อมใช้งานในขณะนี้ โปรดลองอีกครั้งในอีก 2-3 ชั่วโมง
|
warnings[].data[] |
object
คู่คีย์-ค่าเพื่อแสดงรายละเอียดเกี่ยวกับคำเตือน
|
warnings[].data[].key |
string
คีย์ที่เชื่อมโยงกับคู่คีย์-ค่าเพื่อแสดงข้อมูลโดยละเอียดเกี่ยวกับคำเตือน
|
warnings[].data[].value |
string
ค่าที่เชื่อมโยงกับคู่คีย์-ค่าเพื่อแสดงข้อมูลโดยละเอียดเกี่ยวกับคำเตือน
|
usageReports[] |
object (UsageReport )
ระเบียนพารามิเตอร์แอปพลิเคชันต่างๆ
|
nextPageToken |
string
โทเค็นเพื่อระบุหน้าถัดไป รายงานที่มีหลายหน้าจะมีพร็อพเพอร์ตี้ nextPageToken ในการตอบกลับ สําหรับคําขอติดตามผลเพื่อรับหน้าทั้งหมดของรายงาน ให้ป้อนค่า nextPageToken ในสตริงการค้นหา pageToken
|
เมธอด |
|
ดึงข้อมูลรายงานซึ่งเป็นคอลเล็กชันพร็อพเพอร์ตี้และสถิติสําหรับกลุ่มผู้ใช้ที่มีบัญชี |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-25 UTC
[null,null,["อัปเดตล่าสุด 2025-03-25 UTC"],[],[],null,["# REST Resource: userUsageReport\n\n- [Resource: UsageReports](#UsageReports)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION)\n - [JSON representation](#UsageReports.SCHEMA_REPRESENTATION.warnings.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: UsageReports\n----------------------\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"kind\": string, \"etag\": string, \"warnings\": [ { \"code\": string, \"message\": string, \"data\": [ { \"key\": string, \"value\": string } ] } ], \"usageReports\": [ { object (/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|---------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `kind` | `string` The type of API resource. For a usage report, the value is `admin#reports#usageReports`. |\n| `etag` | `string` ETag of the resource. |\n| `warnings[]` | `object` Warnings, if any. |\n| `warnings[].code` | `string` Machine readable code or warning type. The warning code value is `200`. |\n| `warnings[].message` | `string` The human readable messages for a warning are: - Data is not available warning - Sorry, data for date yyyy-mm-dd for application \"`application name`\" is not available. - Partial data is available warning - Data for date yyyy-mm-dd for application \"`application name`\" is not available right now, please try again after a few hours. \u003cbr /\u003e |\n| `warnings[].data[]` | `object` Key-value pairs to give detailed information on the warning. |\n| `warnings[].data[].key` | `string` Key associated with a key-value pair to give detailed information on the warning. |\n| `warnings[].data[].value` | `string` Value associated with a key-value pair to give detailed information on the warning. |\n| `usageReports[]` | `object (`[UsageReport](/workspace/admin/reports/reference/rest/v1/customerUsageReports#UsageReports.UsageReport)`)` Various application parameter records. |\n| `nextPageToken` | `string` Token to specify next page. A report with multiple pages has a `nextPageToken` property in the response. For your follow-on requests getting all of the report's pages, enter the `nextPageToken` value in the `pageToken` query string. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------|\n| ### [get](/workspace/admin/reports/reference/rest/v1/userUsageReport/get) | Retrieves a report which is a collection of properties and statistics for a set of users with the account. |"]]