NetworkBandwidthReport
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
گزارش پهنای باند شبکه
- مجوز کلی مورد نیاز: TELEMETRY_API_NETWORK_REPORT
نمایندگی JSON |
---|
{
"reportTime": string,
"downloadSpeedKbps": string
} |
فیلدها |
---|
reportTime | string ( Timestamp format) فقط خروجی مهر زمانی از زمان جمعآوری گزارش. از RFC 3339 استفاده می کند، که در آن خروجی تولید شده همیشه با Z نرمال می شود و از 0، 3، 6 یا 9 رقم کسری استفاده می کند. افست های غیر از "Z" نیز پذیرفته می شود. مثالها: "2014-10-02T15:01:23Z" ، "2014-10-02T15:01:23.045123456Z" یا "2014-10-02T15:01:23+05:30" . |
downloadSpeedKbps | string ( int64 format) فقط خروجی سرعت دانلود بر حسب کیلوبیت بر ثانیه |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-25 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eThe network bandwidth report provides download speed in kilobits per second and the timestamp of report collection.\u003c/p\u003e\n"],["\u003cp\u003eThis report requires \u003ccode\u003eTELEMETRY_API_NETWORK_REPORT\u003c/code\u003e permission and uses JSON format for representation.\u003c/p\u003e\n"],["\u003cp\u003eReport time is given in RFC3339 UTC "Zulu" format with nanosecond resolution.\u003c/p\u003e\n"]]],[],null,["# NetworkBandwidthReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nNetwork bandwidth report.\n\n- Granular permission needed: TELEMETRY_API_NETWORK_REPORT\n\n| JSON representation |\n|---------------------------------------------------------------|\n| ``` { \"reportTime\": string, \"downloadSpeedKbps\": string } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reportTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp of when the report was collected. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `downloadSpeedKbps` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Output only. Download speed in kilobits per second. |"]]