ThreatInfo
检查威胁列表中的匹配项时,客户端提交的一个或多个威胁的相关信息。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-12。
[null,null,["最后更新时间 (UTC):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"]]