Show / Hide Table of Contents

Class FullHashesResource

The "fullHashes" collection of methods.

Inheritance
System.Object
FullHashesResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Safebrowsing.v4
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class FullHashesResource

Constructors

FullHashesResource(IClientService)

Constructs a new resource.

Declaration
public FullHashesResource(IClientService service)
Parameters
Type Name Description
Google.Apis.Services.IClientService service

Methods

Find(FindFullHashesRequest)

Finds the full hashes that match the requested hash prefixes.

Declaration
public virtual FullHashesResource.FindRequest Find(FindFullHashesRequest body)
Parameters
Type Name Description
FindFullHashesRequest body

The body of the request.

Returns
Type Description
FullHashesResource.FindRequest
Back to top