Show / Hide Table of Contents

Class HashesResource

The "hashes" collection of methods.

Inheritance
object
HashesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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
In this article
Back to top Generated by DocFX