ThreatInfo
脅威リストの一致を確認する際にクライアントが送信する 1 つ以上の脅威に関する情報。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 2024-09-12 UTC。"],[[["`ThreatInfo` describes the threats a client wants to check against threat lists, including threat types, platform types, and threat entry types."],["The `threatEntries` field contains a list of `ThreatEntry` objects that provide details about the specific threats being checked."],["Clients use `ThreatInfo` to specify the parameters of their threat checks when interacting with the Safe Browsing API."]]],["Clients submit threat information to check for matches in threat lists. This information, represented in JSON, includes four key fields: `threatTypes`, specifying the types of threats; `platformTypes`, indicating the relevant platforms; `threatEntryTypes`, defining the types of entries; and `threatEntries`, listing the specific entries to be checked. Each of the types are defined in an enum. These parameters collectively determine the scope and nature of the threat list check.\n"]]