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.Safebrowsing.v5
Assembly: Google.Apis.Safebrowsing.v5.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()

Search for full hashes matching the specified prefixes. This is a custom method as defined by https://google.aip.dev/136 (the custom method refers to this method having a custom name within Google's general API development nomenclature; it does not refer to using a custom HTTP method).

Declaration
public virtual HashesResource.SearchRequest Search()
Returns
Type Description
HashesResource.SearchRequest
In this article
Back to top Generated by DocFX