Show / Hide Table of Contents

Class EncodedFullHashesResource

The "encodedFullHashes" collection of methods.

Inheritance
System.Object
EncodedFullHashesResource
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 EncodedFullHashesResource

Constructors

EncodedFullHashesResource(IClientService)

Constructs a new resource.

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

Methods

Get(String)

Declaration
public virtual EncodedFullHashesResource.GetRequest Get(string encodedRequest)
Parameters
Type Name Description
System.String encodedRequest

A serialized FindFullHashesRequest proto.

Returns
Type Description
EncodedFullHashesResource.GetRequest
In This Article
Back to top