Show / Hide Table of Contents

Class ThreatMatchesResource.FindRequest

Finds the threat entries that match the Safe Browsing lists.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>
ThreatMatchesResource.FindRequest
Implements
IClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>
IClientServiceRequest
Inherited Members
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Xgafv
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.AccessToken
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Alt
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Callback
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Fields
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Key
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.OauthToken
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.PrettyPrint
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.QuotaUser
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.UploadType
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.UploadProtocol
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.Execute()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ExecuteAsync()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ETagAction
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ModifyRequest
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ValidateParameters
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.ApiVersion
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.RequestParameters
ClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.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 ThreatMatchesResource.FindRequest : SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>, IClientServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>, IClientServiceRequest

Constructors

FindRequest(IClientService, GoogleSecuritySafebrowsingV4FindThreatMatchesRequest)

Constructs a new Find request.

Declaration
public FindRequest(IClientService service, GoogleSecuritySafebrowsingV4FindThreatMatchesRequest body)
Parameters
Type Name Description
IClientService service
GoogleSecuritySafebrowsingV4FindThreatMatchesRequest 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.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.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.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.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.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.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.GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.GetBody()

InitParameters()

Initializes Find parameter list.

Declaration
protected override void InitParameters()
Overrides
SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindThreatMatchesResponse>.InitParameters()

Implements

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