Class ThreatMatchesResource.FindRequest
Finds the threat entries that match the Safe Browsing lists.
Inheritance
ThreatMatchesResource.FindRequest
Implements
Inherited Members
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()