class Uris extends Resource (View source)

The "uris" collection of methods.

Typical usage is:

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

Methods

search(array $optParams = [])

This method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.

Details

This method is used to check whether a URI is on a given threatList. Multiple threatLists may be searched in a single query. The response will list all requested threatLists the URI was found to match. If the URI is not found on any of the requested ThreatList an empty response will be returned.

(uris.search)

Parameters

array $optParams

Optional parameters.

Return Value

GoogleCloudWebriskV1SearchUrisResponse

Exceptions

Exception