ThreatMatches
class ThreatMatches extends Resource (View source)
The "threatMatches" collection of methods.
Typical usage is:
$safebrowsingService = new Google\Service\Safebrowsing(...);
$threatMatches = $safebrowsingService->threatMatches;
Methods
find(GoogleSecuritySafebrowsingV4FindThreatMatchesRequest $postBody, array $optParams = [])
Finds the threat entries that match the Safe Browsing lists.
Details
GoogleSecuritySafebrowsingV4FindThreatMatchesResponse
find(GoogleSecuritySafebrowsingV4FindThreatMatchesRequest $postBody, array $optParams = [])
Finds the threat entries that match the Safe Browsing lists.
(threatMatches.find)