ThreatInfo
當用戶端在威脅清單中檢查是否有相符項目時,提交的與一或多個威脅相關的資訊。
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["`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"]]