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."],[[["The `SearchHashesRequest` class is used to request full hashes that match given hash prefixes within the Google Cloud Web Risk v1 API."],["This class supports multiple versions of the API, ranging from 1.2.0 to the latest 2.6.0, each with its own documentation link."],["`SearchHashesRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for different programming needs."],["It contains two main properties, `HashPrefix` which is a `ByteString` representing a hash prefix, and `ThreatTypes`, which is a `RepeatedField` of `ThreatType` indicating which threat lists to search."]]],[]]