Show / Hide Table of Contents

Class ThreatListsResource

The "threatLists" collection of methods.

Inheritance
object
ThreatListsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebRisk.v1
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class ThreatListsResource

Constructors

ThreatListsResource(IClientService)

Constructs a new resource.

Declaration
public ThreatListsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

ComputeDiff()

Gets the most recent threat list diffs. These diffs should be applied to a local database of hashes to keep it up-to-date. If the local database is empty or excessively out-of-date, a complete snapshot of the database will be returned. This Method only updates a single ThreatList at a time. To update multiple ThreatList databases, this method needs to be called once for each list.

Declaration
public virtual ThreatListsResource.ComputeDiffRequest ComputeDiff()
Returns
Type Description
ThreatListsResource.ComputeDiffRequest
In This Article
Back to top Generated by DocFX