Method: threatMatches.find
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Güvenli Tarama listeleriyle eşleşen tehdit girişlerini bulur.
HTTP isteği
POST https://safebrowsing.googleapis.com/v4/threatMatches:find
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
İstek içeriği
İstek gövdesi, aşağıdaki yapıya sahip verileri içerir:
Alanlar |
client |
object (ClientInfo )
İstemci meta verileri.
|
threatInfo |
object (ThreatInfo )
Eşleşmeler için kontrol edilecek listeler ve girişler.
|
Yanıt gövdesi
Başarılı olursa yanıt metni aşağıdaki yapıyla birlikte verileri içerir:
JSON gösterimi |
{
"matches": [
{
object (ThreatMatch )
}
]
} |
Alanlar |
matches[] |
object (ThreatMatch )
Tehdit listesi eşleşiyor.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-07 UTC.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-09-07 UTC."],[[["This API endpoint allows you to find threat entries that match Safe Browsing lists using an HTTP POST request."],["The request body requires client metadata and information about the threats to be checked, sent as a JSON object."],["A successful response returns a JSON object containing a list of any matches found in the Safe Browsing lists."],["You can find details about the request and response structures by referencing `ClientInfo`, `ThreatInfo`, and `ThreatMatch` in the provided documentation links."]]],[]]