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
警告的人类可读消息如下: - 数据不可用警告 - 很抱歉,应用“
application
name ”的日期 yyyy-mm-dd 的数据不可用。 - “部分数据可用”警告 - 应用“
application name ”的 yyyy-mm-dd 日期的数据目前不可用,请几小时后重试。
|
warnings[].data[] |
object
用于提供警告详细信息的键值对。
|
warnings[].data[].key |
string
与键值对关联的键,用于提供有关警告的详细信息。
|
warnings[].data[].value |
string
与键值对关联的值,用于提供有关警告的详细信息。
|
usageReports[] |
object (UsageReport )
各种应用参数记录。
|
nextPageToken |
string
用于指定下一页的令牌。包含多个页面的报告在响应中具有 nextPageToken 属性。对于用于获取报告所有页面的后续请求,请在 pageToken 查询字符串中输入 nextPageToken 值。
|
方法 |
|
检索报告,该报告包含账号中一组用户的媒体资源和统计信息。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-03-25。
[null,null,["最后更新时间 (UTC):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. |"]]