Show / Hide Table of Contents

Class ThreatListUpdatesResource.FetchRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>
ThreatListUpdatesResource.FetchRequest
Implements
IClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>
IClientServiceRequest
Inherited Members
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Xgafv
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.AccessToken
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Alt
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Callback
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Fields
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Key
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.OauthToken
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.PrettyPrint
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.QuotaUser
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.UploadType
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.UploadProtocol
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Execute()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ETagAction
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ModifyRequest
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ValidateParameters
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.ApiVersion
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.RequestParameters
ClientServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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()
Overrides
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FetchThreatListUpdatesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX