public sealed class SearchHashesRequest : IMessage<SearchHashesRequest>, IEquatable<SearchHashesRequest>, IDeepCloneable<SearchHashesRequest>, IBufferMessage, IMessage
Request to return full hashes matched by the provided hash prefixes.
[[["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-03-21 UTC."],[[["This webpage details the `SearchHashesRequest` class within the `Google.Cloud.WebRisk.V1` namespace, used for requesting full hashes based on provided hash prefixes."],["The latest version available is 2.6.0, with versions ranging down to 1.2.0, and the class documentation provided is for version 2.0.0."],["`SearchHashesRequest` inherits from `Object` and implements `IMessage\u003cSearchHashesRequest\u003e`, `IEquatable\u003cSearchHashesRequest\u003e`, `IDeepCloneable\u003cSearchHashesRequest\u003e`, `IBufferMessage`, and `IMessage`."],["The class has two constructors, a default constructor `SearchHashesRequest()` and a copy constructor `SearchHashesRequest(SearchHashesRequest other)`."],["Key properties of the class include `HashPrefix` of type `ByteString`, representing the SHA256 hash prefix, and `ThreatTypes` of type `RepeatedField\u003cThreatType\u003e`, specifying the threat lists to search in."]]],[]]