Class ThreatListUpdatesResource.FetchRequest
Fetches the most recent threat list updates. A client can request updates for multiple lists at once.
Inheritance
ThreatListUpdatesResource.FetchRequest
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class ThreatListUpdatesResource.FetchRequest : SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>, IClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>, IClientServiceRequest
Constructors
FetchRequest(IClientService, GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest)
Constructs a new Fetch request.
Declaration
public FetchRequest(IClientService service, GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleSecuritySafebrowsingV4FetchThreatListUpdatesRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Safebrowsing.v4.Data.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Safebrowsing.v4.Data.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Safebrowsing.v4.Data.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Safebrowsing.v4.Data.GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.GetBody()
InitParameters()
Initializes Fetch parameter list.
Declaration
protected override void InitParameters()