REST Resource: userUsageReport
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Resource: UsageReports
Representasi JSON |
{
"kind": string,
"etag": string,
"warnings": [
{
"code": string,
"message": string,
"data": [
{
"key": string,
"value": string
}
]
}
],
"usageReports": [
{
object (UsageReport )
}
],
"nextPageToken": string
} |
Kolom |
kind |
string
Jenis resource API. Untuk laporan penggunaan, nilainya adalah admin#reports#usageReports .
|
etag |
string
ETag resource.
|
warnings[] |
object
Peringatan, jika ada.
|
warnings[].code |
string
Jenis peringatan atau kode yang dapat dibaca mesin. Nilai kode peringatan adalah 200 .
|
warnings[].message |
string
Pesan yang dapat dibaca manusia untuk peringatan adalah: - Peringatan data tidak tersedia - Maaf, data untuk tanggal yyyy-mm-dd untuk aplikasi "
application
name " tidak tersedia. - Peringatan data parsial tersedia - Data untuk tanggal yyyy-mm-dd untuk aplikasi "
application name " saat ini tidak tersedia. Coba lagi setelah beberapa jam.
|
warnings[].data[] |
object
Pasangan nilai kunci untuk memberikan informasi mendetail tentang peringatan.
|
warnings[].data[].key |
string
Kunci yang terkait dengan key-value pair untuk memberikan informasi mendetail tentang peringatan.
|
warnings[].data[].value |
string
Nilai yang terkait dengan pasangan nilai kunci untuk memberikan informasi mendetail tentang peringatan.
|
usageReports[] |
object (UsageReport )
Berbagai data parameter aplikasi.
|
nextPageToken |
string
Token untuk menentukan halaman berikutnya. Laporan dengan beberapa halaman memiliki properti nextPageToken dalam respons. Untuk permintaan lanjutan yang mendapatkan semua halaman laporan, masukkan nilai nextPageToken di string kueri pageToken .
|
Metode |
|
Mengambil laporan yang merupakan kumpulan properti dan statistik untuk sekumpulan pengguna dengan akun. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-25 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]