Class UrlsResource
The "urls" collection of methods.
Inherited Members
Namespace: Google.Apis.Safebrowsing.v5
Assembly: Google.Apis.Safebrowsing.v5.dll
Syntax
public class UrlsResource
Constructors
UrlsResource(IClientService)
Constructs a new resource.
Declaration
public UrlsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Search()
Searches for URLs matching known threats. Each URL and it's host-suffix and path-prefix expressions (up to a limited depth) are checked. This means that the response may contain URLs that were not included in the request, but are expressions of the requested URLs.
Declaration
public virtual UrlsResource.SearchRequest Search()
Returns
| Type | Description |
|---|---|
| UrlsResource.SearchRequest |