Hashes
class Hashes extends Resource (View source)
The "hashes" collection of methods.
Typical usage is:
$safebrowsingService = new Google\Service\Safebrowsing(...);
$hashes = $safebrowsingService->hashes;
Methods
search(array $optParams = [])
Search for full hashes matching the specified prefixes. This is a custom method as defined by https://google.aip.dev/136 (the custom method refers to this method having a custom name within Google's general API development nomenclature; it does not refer to using a custom HTTP method).
Details
GoogleSecuritySafebrowsingV5SearchHashesResponse
search(array $optParams = [])
Search for full hashes matching the specified prefixes. This is a custom method as defined by https://google.aip.dev/136 (the custom method refers to this method having a custom name within Google's general API development nomenclature; it does not refer to using a custom HTTP method).
(hashes.search)