Show / Hide Table of Contents

Class ThreatMatchesResource

The "threatMatches" collection of methods.

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

Constructors

ThreatMatchesResource(IClientService)

Constructs a new resource.

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

Methods

Find(FindThreatMatchesRequest)

Finds the threat entries that match the Safe Browsing lists.

Declaration
public virtual ThreatMatchesResource.FindRequest Find(FindThreatMatchesRequest body)
Parameters
Type Name Description
FindThreatMatchesRequest body

The body of the request.

Returns
Type Description
ThreatMatchesResource.FindRequest
Back to top