HttpsLatencyRoutineData
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTPS レイテンシ診断ルーチンの結果と、Google ウェブサイトに発行された HTTPS リクエストを示すデータ。
フィールド |
problem |
enum (HttpsLatencyProblem )
出力専用。HTTPS レイテンシ ルーチンに関する問題が発生した(問題が発生した場合)。
|
latency |
string (Duration format)
出力専用。HIGH_LATENCY または VERY_HIGH_LATENCY が原因でルーティンが成功または失敗した場合の HTTPS レイテンシ。 s で終わる小数 9 桁までの秒単位の期間。例: "3.5s" 。
|
HttpsLatencyProblem
列挙型 |
HTTPS_LATENCY_PROBLEM_UNSPECIFIED |
HTTPS レイテンシの問題は指定されていません。 |
FAILED_DNS_RESOLUTIONS |
1 つ以上の DNS 解決が失敗しました。 |
FAILED_HTTPS_REQUESTS |
1 つ以上の HTTPS リクエストが失敗しました。 |
HIGH_LATENCY |
HTTPS リクエストの平均レイテンシ時間は 500 ~ 1,000 ミリ秒で、長くなっています。 |
VERY_HIGH_LATENCY |
HTTPS リクエストの平均レイテンシ時間は 1,000 ミリ秒以上で、非常に長くなっています。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[[["わかりやすい","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"]],["最終更新日 2025-07-25 UTC。"],[[["\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. |"]]