Show / Hide Table of Contents

Class ThreatListUpdatesResource

The "threatListUpdates" collection of methods.

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

Constructors

ThreatListUpdatesResource(IClientService)

Constructs a new resource.

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

Methods

Fetch(FetchThreatListUpdatesRequest)

Fetches the most recent threat list updates. A client can request updates for multiple lists at once.

Declaration
public virtual ThreatListUpdatesResource.FetchRequest Fetch(FetchThreatListUpdatesRequest body)
Parameters
Type Name Description
FetchThreatListUpdatesRequest body

The body of the request.

Returns
Type Description
ThreatListUpdatesResource.FetchRequest
Back to top