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
نوع مورد واجهة برمجة التطبيقات بالنسبة إلى تقرير الاستخدام، تكون القيمة 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 " في الوقت الحالي، يُرجى المحاولة مرة أخرى بعد بضع ساعات.
|
warnings[].data[] |
object
أزواج مفاتيح وقِيم لتقديم معلومات مفصّلة عن التحذير
|
warnings[].data[].key |
string
مفتاح مرتبط بزوج مفتاح/قيمة لتقديم معلومات تفصيلية عن التحذير
|
warnings[].data[].value |
string
القيمة المرتبطة بزوج مفتاح/قيمة لتقديم معلومات مفصّلة عن التحذير
|
usageReports[] |
object (UsageReport )
سجلّات متعدّدة لمَعلمات التطبيق
|
nextPageToken |
string
رمز مميّز لتحديد الصفحة التالية يحتوي التقرير الذي يتضمّن صفحات متعددة على سمة nextPageToken في الاستجابة. بالنسبة إلى طلبات المتابعة التي تحصل على جميع صفحات التقرير، أدخِل القيمة nextPageToken في سلسلة طلب البحث pageToken .
|
الطُرق |
|
يسترجع هذا الإجراء تقريرًا يضمّ مجموعة من المواقع والإحصاءات لمجموعة من المستخدِمين الذين لديهم الحساب. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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. |"]]