NetworkBandwidthReport
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
네트워크 대역폭 보고서
- 세분화된 권한 필요: TELEMETRY_API_NETWORK_REPORT
JSON 표현 |
{
"reportTime": string,
"downloadSpeedKbps": string
} |
필드 |
reportTime |
string (Timestamp format)
출력 전용입니다. 보고서가 수집된 시점의 타임스탬프입니다. 생성된 출력은 항상 Z-정규화되고 소수점 이하 0, 3, 6 또는 9자리인 RFC 3339를 사용합니다. '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 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 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. |"]]