public sealed class SearchHashesResponse : IMessage<SearchHashesResponse>, IEquatable<SearchHashesResponse>, IDeepCloneable<SearchHashesResponse>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eSearchHashesResponse\u003c/code\u003e class is part of the \u003ccode\u003eGoogle.Cloud.WebRisk.V1Beta1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.WebRisk.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<SearchHashesResponse>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<SearchHashesResponse>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits from \u003ccode\u003eobject\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors: a default constructor, \u003ccode\u003eSearchHashesResponse()\u003c/code\u003e, and another that accepts another \u003ccode\u003eSearchHashesResponse\u003c/code\u003e object as a parameter.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eSearchHashesResponse\u003c/code\u003e contains two properties, \u003ccode\u003eNegativeExpireTime\u003c/code\u003e of type \u003ccode\u003eTimestamp\u003c/code\u003e indicating how long to cache non-matching entities, and \u003ccode\u003eThreats\u003c/code\u003e, of type \u003ccode\u003eRepeatedField<SearchHashesResponse.Types.ThreatHash>\u003c/code\u003e, which contains the matched threat hashes.\u003c/p\u003e\n"],["\u003cp\u003eThe available versions for \u003ccode\u003eSearchHashesResponse\u003c/code\u003e include the latest version \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, along with \u003ccode\u003e3.0.0-beta04\u003c/code\u003e and \u003ccode\u003e2.0.0-beta05\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Google Cloud Web Risk v1beta1 API - Class SearchHashesResponse (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.SearchHashesResponse)\n- [3.0.0-beta04](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/3.0.0-beta04/Google.Cloud.WebRisk.V1Beta1.SearchHashesResponse)\n- [2.0.0-beta05](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/2.0.0-beta05/Google.Cloud.WebRisk.V1Beta1.SearchHashesResponse) \n\n public sealed class SearchHashesResponse : IMessage\u003cSearchHashesResponse\u003e, IEquatable\u003cSearchHashesResponse\u003e, IDeepCloneable\u003cSearchHashesResponse\u003e, IBufferMessage, IMessage\n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SearchHashesResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SearchHashesResponse](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/latest/Google.Cloud.WebRisk.V1Beta1.SearchHashesResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SearchHashesResponse](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/latest/Google.Cloud.WebRisk.V1Beta1.SearchHashesResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SearchHashesResponse](/dotnet/docs/reference/Google.Cloud.WebRisk.V1Beta1/latest/Google.Cloud.WebRisk.V1Beta1.SearchHashesResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \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.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\nConstructors\n------------\n\n### SearchHashesResponse()\n\n public SearchHashesResponse()\n\n### SearchHashesResponse(SearchHashesResponse)\n\n public SearchHashesResponse(SearchHashesResponse other)\n\nProperties\n----------\n\n### NegativeExpireTime\n\n public Timestamp NegativeExpireTime { get; set; }\n\nFor requested entities that did not match the threat list, how long to\ncache the response until.\n\n### Threats\n\n public RepeatedField\u003cSearchHashesResponse.Types.ThreatHash\u003e Threats { get; }\n\nThe full hashes that matched the requested prefixes.\nThe hash will be populated in the key."]]