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

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)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleSecuritySafebrowsingV5SearchHashesResponse

Exceptions

Exception