public sealed class SearchHashesRequest : IMessage<SearchHashesRequest>, IEquatable<SearchHashesRequest>, IDeepCloneable<SearchHashesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1beta1 API class SearchHashesRequest.
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 part of the Google Cloud Web Risk v1beta1 API and is used to request full hashes that match provided hash prefixes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling it to work within the Google Protocol Buffers framework."],["`SearchHashesRequest` has two constructors: a default constructor and one that accepts another `SearchHashesRequest` object for copying."],["The class contains two properties, `HashPrefix` which is a `ByteString` representing a hash prefix, and `ThreatTypes`, which is a `RepeatedField` specifying the `ThreatLists` to search."],["The latest version of the API available for this class is version 3.0.0-beta05."]]],[]]