HttpsLatencyRoutineData
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
這個資料會說明 HTTPS 延遲診斷日常安排的結果,以及向 Google 網站發出的 HTTPS 要求。
欄位 |
problem |
enum (HttpsLatencyProblem )
僅供輸出。發生問題時發生 HTTPS 延遲日常問題。
|
latency |
string (Duration format)
僅供輸出。如果處理常式因 HIGH_LATENCY 或 VERY_HIGH_LATENCY 而失敗或失敗,會延遲 HTTPS 延遲時間。 持續時間以秒為單位,最多 9 個小數位數,結尾為「s 」。範例:"3.5s" 。
|
HttpsLatencyProblem
列舉 |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
未指定 HTTPS 延遲問題。 |
FAILED_DNS_RESOLUTIONS |
因一或多項 DNS 解析而失敗。 |
FAILED_HTTPS_REQUESTS |
因一或多項 HTTPS 要求而失敗。 |
HIGH_LATENCY |
HTTPS 要求平均延遲時間介於 500 毫秒至 1000 毫秒,屬於高延遲。 |
VERY_HIGH_LATENCY |
HTTPS 要求平均延遲時間超過 1000 毫秒,屬於極高延遲。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-07-25 (世界標準時間)。
[null,null,["上次更新時間:2025-07-25 (世界標準時間)。"],[[["\u003cp\u003eThis data describes the results of HTTPS latency diagnostics performed by issuing HTTPS requests to Google websites.\u003c/p\u003e\n"],["\u003cp\u003eThe data includes a "problem" field indicating any latency issues encountered (e.g., DNS resolution failures, request failures, or high latency) and a "latency" field providing the average request latency time if the routine succeeded or failed due to specific latency thresholds.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eHttpsLatencyProblem\u003c/code\u003e is an enum that defines the different types of HTTPS latency issues that could be encountered, such as unspecified problems, DNS resolution failures, failed HTTPS requests, and high or very high latency.\u003c/p\u003e\n"]]],[],null,["# HttpsLatencyRoutineData\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [HttpsLatencyProblem](#HttpsLatencyProblem)\n\nData that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"problem\": enum (/chrome/management/reference/rest/v1/HttpsLatencyRoutineData#HttpsLatencyProblem), \"latency\": string } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `problem` | `enum (`[HttpsLatencyProblem](/chrome/management/reference/rest/v1/HttpsLatencyRoutineData#HttpsLatencyProblem)`)` Output only. HTTPS latency routine problem if a problem occurred. |\n| `latency` | `string (`[Duration](https://protobuf.dev/reference/protobuf/google.protobuf/#duration)` format)` Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY. A duration in seconds with up to nine fractional digits, ending with '`s`'. Example: `\"3.5s\"`. |\n\nHttpsLatencyProblem\n-------------------\n\nHTTPS latency problems.\n\n| Enums ||\n|-------------------------------------|----------------------------------------------------------------------|\n| `HTTPS_LATENCY_PROBLEM_UNSPECIFIED` | HTTPS latency problem not specified. |\n| `FAILED_DNS_RESOLUTIONS` | One or more DNS resolutions resulted in a failure. |\n| `FAILED_HTTPS_REQUESTS` | One or more HTTPS requests resulted in a failure. |\n| `HIGH_LATENCY` | Average HTTPS request latency time between 500ms and 1000ms is high. |\n| `VERY_HIGH_LATENCY` | Average HTTPS request latency time greater than 1000ms is very high. |"]]