Show / Hide Table of Contents

Class FullHashesResource

The "fullHashes" collection of methods.

Inheritance
object
FullHashesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
IClientService service

Methods

Find(GoogleSecuritySafebrowsingV4FindFullHashesRequest)

Finds the full hashes that match the requested hash prefixes.

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

The body of the request.

Returns
Type Description
FullHashesResource.FindRequest
In this article
Back to top Generated by DocFX