NetworkBandwidthReport
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
नेटवर्क बैंडविड्थ रिपोर्ट.
- ज़्यादा जानकारी वाली अनुमति ज़रूरी है: TELEMETRY_API_NETWORK_REPORT
JSON के काेड में दिखाना |
{
"reportTime": string,
"downloadSpeedKbps": string
} |
फ़ील्ड |
reportTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. रिपोर्ट इकट्ठा करने का टाइमस्टैंप. आरएफ़सी 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 और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया."],[[["\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. |"]]