HttpsLatencyRoutineData
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
描述 HTTPS 延迟时间诊断例程的结果的数据,其中包含向 Google 网站发出的 HTTPS 请求。
字段 |
problem |
enum (HttpsLatencyProblem )
仅限输出。如果出现问题,则会发生 HTTPS 延迟例行问题。
|
latency |
string (Duration format)
仅限输出。例程因 HIGH_LATENCY 或 VERY_HIGH_LATENCY 而成功或失败时的 HTTPS 延迟时间。 该时长以秒为单位,最多包含九个小数位,以“s ”结尾。示例:"3.5s" 。
|
HttpsLatencyProblem
枚举 |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
未指定 HTTPS 延迟问题。 |
FAILED_DNS_RESOLUTIONS |
一项或多项 DNS 解析失败。 |
FAILED_HTTPS_REQUESTS |
一项或多项 HTTPS 请求失败。 |
HIGH_LATENCY |
HTTPS 请求的平均延迟时间较长,在 500 毫秒到 1,000 毫秒之间。 |
VERY_HIGH_LATENCY |
HTTPS 请求的平均延迟时间非常长,超过了 1,000 毫秒。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-07-25。"],[[["This data describes the results of HTTPS latency diagnostics performed by issuing HTTPS requests to Google websites."],["The 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."],["`HttpsLatencyProblem` 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."]]],[]]