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