Method: threatMatches.find
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menemukan entri ancaman yang cocok dengan daftar Safe Browsing.
Permintaan HTTP
POST https://safebrowsing.googleapis.com/v4/threatMatches:find
URL menggunakan sintaksis gRPC Transcoding.
Isi permintaan
Isi permintaan memuat data dengan struktur berikut:
Kolom |
client |
object (ClientInfo )
Metadata klien.
|
threatInfo |
object (ThreatInfo )
Daftar dan entri yang akan diperiksa kecocokannya.
|
Isi respons
Jika berhasil, isi respons memuat data dengan struktur berikut:
Representasi JSON |
{
"matches": [
{
object (ThreatMatch )
}
]
} |
Kolom |
matches[] |
object (ThreatMatch )
Daftar ancaman cocok.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2024-09-07 UTC.
[[["Mudah dipahami","easyToUnderstand","thumb-up"],["Memecahkan masalah saya","solvedMyProblem","thumb-up"],["Lainnya","otherUp","thumb-up"]],[["Informasi yang saya butuhkan tidak ada","missingTheInformationINeed","thumb-down"],["Terlalu rumit/langkahnya terlalu banyak","tooComplicatedTooManySteps","thumb-down"],["Sudah usang","outOfDate","thumb-down"],["Masalah terjemahan","translationIssue","thumb-down"],["Masalah kode / contoh","samplesCodeIssue","thumb-down"],["Lainnya","otherDown","thumb-down"]],["Terakhir diperbarui pada 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."]]],[]]