public virtual Task<SearchHashesResponse> SearchHashes(SearchHashesRequest request, ServerCallContext context)
Gets the full hashes that match the requested hash prefix.
This is used after a hash prefix is looked up in a threatList
and there is a match. The client side threatList only holds partial hashes
so the client must query this method to determine if there is a full
hash match of a threat.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eWebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base\u003c/code\u003e class serves as the foundation for server-side implementations of the Google Cloud Web Risk v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis documentation covers the latest version, 3.0.0-beta05, along with previous beta releases of the \u003ccode\u003eWebRiskServiceV1Beta1\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eThe class offers methods like \u003ccode\u003eComputeThreatListDiff\u003c/code\u003e, \u003ccode\u003eSearchHashes\u003c/code\u003e, and \u003ccode\u003eSearchUris\u003c/code\u003e to handle threat list differences, hash lookups, and URI checks against threat lists, respectively.\u003c/p\u003e\n"],["\u003cp\u003eEach of the available methods returns a \u003ccode\u003eTask\u003c/code\u003e that wraps a response object, which will be used as a response back to the client.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWebRiskServiceV1Beta1Base\u003c/code\u003e class inherits from the base \u003ccode\u003eobject\u003c/code\u003e class, and consequently inherits multiple members like \u003ccode\u003eGetHashCode()\u003c/code\u003e, \u003ccode\u003eGetType()\u003c/code\u003e, \u003ccode\u003eMemberwiseClone()\u003c/code\u003e, and \u003ccode\u003eToString()\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Web Risk v1beta1 API - Class WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base (3.0.0-beta05)\n\nVersion latestkeyboard_arrow_down\n\n- [3.0.0-beta05 (latest)](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/latest/Google.Cloud.WebRisk.V1Beta1.WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/3.0.0-beta04/Google.Cloud.WebRisk.V1Beta1.WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/2.0.0-beta05/Google.Cloud.WebRisk.V1Beta1.WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base) \n\n [BindServiceMethod(typeof(WebRiskServiceV1Beta1), \"BindService\")]\n public abstract class WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base\n\nReference documentation and code samples for the Google Cloud Web Risk v1beta1 API class WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base.\n\nBase class for server-side implementations of WebRiskServiceV1Beta1 \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e WebRiskServiceV1Beta1.WebRiskServiceV1Beta1Base \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.WebRisk.V1Beta1](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/latest/Google.Cloud.WebRisk.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.WebRisk.V1Beta1.dll\n\nMethods\n-------\n\n### ComputeThreatListDiff(ComputeThreatListDiffRequest, ServerCallContext)\n\n public virtual Task\u003cComputeThreatListDiffResponse\u003e ComputeThreatListDiff(ComputeThreatListDiffRequest request, ServerCallContext context)\n\nGets the most recent threat list diffs.\n\n### SearchHashes(SearchHashesRequest, ServerCallContext)\n\n public virtual Task\u003cSearchHashesResponse\u003e SearchHashes(SearchHashesRequest request, ServerCallContext context)\n\nGets the full hashes that match the requested hash prefix.\nThis is used after a hash prefix is looked up in a threatList\nand there is a match. The client side threatList only holds partial hashes\nso the client must query this method to determine if there is a full\nhash match of a threat.\n\n### SearchUris(SearchUrisRequest, ServerCallContext)\n\n public virtual Task\u003cSearchUrisResponse\u003e SearchUris(SearchUrisRequest request, ServerCallContext context)\n\nThis method is used to check whether a URI is on a given threatList."]]