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, including its constructors, properties, and implemented interfaces."],["`SearchHashesRequest` is used to request full hashes that match provided hash prefixes, supporting requests with a SHA256 hash prefix of 4 to 32 bytes."],["The `ThreatTypes` property, which is required, allows specifying multiple `ThreatLists` for searching, while the `HashPrefix` property is for providing the SHA256 hash."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inheritance from `Object`."],["Multiple versions of this API are documented, with the latest version being 2.6.0, and this content specifically highlights version 2.2.0 of `SearchHashesRequest`."]]],[]]