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(GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest)

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

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

The body of the request.

Returns
Type Description
ThreatListUpdatesResource.FetchRequest
In This Article
Back to top