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, within the Google Cloud Web Risk service."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the .NET ecosystem."],["The `SearchHashesRequest` class includes constructors for creating new instances, either empty or as a copy of another `SearchHashesRequest` object."],["Key properties of `SearchHashesRequest` are `HashPrefix`, which represents the initial part of a SHA256 hash, and `ThreatTypes`, which is a list specifying the threat categories to be searched."],["The latest version of this API is 2.6.0 and this page references version 1.2.0 while also including previous versions up to 2.0.0, which demonstrates the evolution of the API over time."]]],[]]