public sealed class SearchHashesRequest : IMessage<SearchHashesRequest>, IEquatable<SearchHashesRequest>, IDeepCloneable<SearchHashesRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class SearchHashesRequest.
Request to return full hashes matched by the provided hash prefixes.
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256
hash. For JSON requests, this field is base64-encoded.
Note that if this parameter is provided by a URI, it must be encoded using
the web safe base64 variant (RFC 4648).
[[["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 document provides reference documentation for the `SearchHashesRequest` class within the Google Cloud Web Risk v1 API, version 2.3.0, which is used to request full hashes based on provided hash prefixes."],["The `SearchHashesRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data comparison within the .NET framework."],["The class offers two constructors, a default constructor and one that takes another `SearchHashesRequest` instance as a parameter for creating copies."],["Key properties of the `SearchHashesRequest` class include `HashPrefix`, a `ByteString` that contains the hash prefix, and `ThreatTypes`, a `RepeatedField` used to specify the threat lists to search within."],["The `SearchHashesRequest` class has multiple versions, including the latest 2.6.0, as well as older versions like 2.5.0, 2.4.0, 2.2.0, 2.1.0, 2.0.0, 1.3.0 and 1.2.0."]]],[]]