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."],[[["The `SearchHashesRequest` class is used to request full hashes that match the provided hash prefixes in the Google Cloud Web Risk API, within the `Google.Cloud.WebRisk.V1` namespace."],["This class, found in the `Google.Cloud.WebRisk.V1.dll` assembly, inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SearchHashesRequest` class includes two constructors, one empty and one that accepts another `SearchHashesRequest` object as a parameter for copying."],["It has two primary properties: `HashPrefix`, which stores the hash prefix as a `ByteString`, and `ThreatTypes`, which stores a list of `ThreatType` values in a `RepeatedField`."],["This document covers version 1.3.0, but also references other versions, including the most recent 2.6.0, which has a link at the top of the document."]]],[]]