Class UrisResource
The "uris" collection of methods.
Inherited Members
Namespace: Google.Apis.WebRisk.v1
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class UrisResource
Constructors
UrisResource(IClientService)
Constructs a new resource.
Declaration
public UrisResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Search()
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.
Declaration
public virtual UrisResource.SearchRequest Search()
Returns
Type | Description |
---|---|
UrisResource.SearchRequest |