NetworkBandwidthReport
ネットワーク帯域幅レポート。
- 必要なきめ細かい権限: TELEMETRY_API_NETWORK_REPORT
JSON 表現 |
{
"reportTime": string,
"downloadSpeedKbps": string
} |
フィールド |
reportTime |
string (Timestamp format)
出力専用。レポートが収集されたときのタイムスタンプ。 RFC3339 UTC「Zulu」形式のタイムスタンプ。精度はナノ秒まで、小数点以下は最大 9 桁。例: "2014-10-02T15:01:23Z" 、"2014-10-02T15:01:23.045123456Z" 。
|
downloadSpeedKbps |
string (int64 format)
出力専用。ダウンロード速度(キロビット/秒)。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-14 UTC。
[null,null,["最終更新日 2024-11-14 UTC。"],[[["The network bandwidth report provides download speed in kilobits per second and the timestamp of report collection."],["This report requires `TELEMETRY_API_NETWORK_REPORT` permission and uses JSON format for representation."],["Report time is given in RFC3339 UTC \"Zulu\" format with nanosecond resolution."]]],[]]