class Hashes extends Resource (View source)

The "hashes" collection of methods.

Typical usage is:

 $webriskService = new Google\Service\WebRisk(...);
 $hashes = $webriskService->hashes;

Methods

search(array $optParams = [])

Gets the full hashes that match the requested hash prefix. This is used after a hash prefix is looked up in a threatList and there is a match. The client side threatList only holds partial hashes so the client must query this method to determine if there is a full hash match of a threat.

Details

Gets the full hashes that match the requested hash prefix. This is used after a hash prefix is looked up in a threatList and there is a match. The client side threatList only holds partial hashes so the client must query this method to determine if there is a full hash match of a threat.

(hashes.search)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleCloudWebriskV1SearchHashesResponse

Exceptions

Exception