Class FullHashesResource.FindRequest
Finds the full hashes that match the requested hash prefixes.
Inheritance
FullHashesResource.FindRequest
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class FullHashesResource.FindRequest : SafebrowsingBaseServiceRequest<GoogleSecuritySafebrowsingV4FindFullHashesResponse>, IClientServiceRequest<GoogleSecuritySafebrowsingV4FindFullHashesResponse>, IClientServiceRequest
Constructors
FindRequest(IClientService, GoogleSecuritySafebrowsingV4FindFullHashesRequest)
Constructs a new Find request.
Declaration
public FindRequest(IClientService service, GoogleSecuritySafebrowsingV4FindFullHashesRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
GoogleSecuritySafebrowsingV4FindFullHashesRequest | 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.GoogleSecuritySafebrowsingV4FindFullHashesResponse>.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.GoogleSecuritySafebrowsingV4FindFullHashesResponse>.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.GoogleSecuritySafebrowsingV4FindFullHashesResponse>.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.GoogleSecuritySafebrowsingV4FindFullHashesResponse>.GetBody()
InitParameters()
Initializes Find parameter list.
Declaration
protected override void InitParameters()