Method: threatLists.list
רשימה של רשימות האיומים של 'גלישה בטוחה' שזמינות להורדה.
בקשת HTTP
GET https://safebrowsing.googleapis.com/v4/threatLists
בכתובת ה-URL נעשה שימוש בתחביר המרת קידוד של gRPC.
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה בוצעה ללא שגיאות, גוף התגובה יכיל נתונים במבנה הבא:
שדות |
threatLists[] |
object (ThreatListDescriptor )
הרשימות שהלקוח יכול להוריד.
|
ThreatListDescriptor
מתארת רשימה של איומים ספציפיים. רשימה מוגדרת לפי שלושה פרמטרים: סוג האיום, סוג הפלטפורמה שאליה האיום מכוון וסוג הרשומות שברשימה.
שדות |
threatType |
enum (ThreatType )
סוג האיום לפי רשומות הרשימה.
|
platformType |
enum (PlatformType )
סוג הפלטפורמה שהרשומות ברשימה מטרגטת.
|
threatEntryType |
enum (ThreatEntryType )
סוגי הערכים שכלולים ברשימה.
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-09-12 (שעון UTC).
[null,null,["עדכון אחרון: 2024-09-12 (שעון UTC)."],[[["This API lists the Safe Browsing threat lists available for download."],["It uses a GET request to `https://safebrowsing.googleapis.com/v4/threatLists` with an empty request body."],["The response provides a list of `ThreatListDescriptor` objects, each describing a threat list with its type, platform, and entry type."],["Each `ThreatListDescriptor` helps identify the specific threats, platforms affected, and the kind of entries within each list."]]],["This document outlines how to retrieve a list of available Safe Browsing threat lists. A `GET` request to `https://safebrowsing.googleapis.com/v4/threatLists` is used, with an empty request body. The successful response contains a JSON array of `threatLists`, each described by a `ThreatListDescriptor` object. This descriptor specifies the `threatType`, `platformType`, and `threatEntryType` of each list, defining the characteristics of the threats it contains.\n"]]