Class SearchHashesRequest (1.8.0)

SearchHashesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request to return full hashes matched by the provided hash prefixes.

Attributes

NameDescription
hash_prefix bytes
A hash prefix, consisting of the most significant 4-32 bytes of a SHA256 hash. For JSON requests, this field is base64-encoded.
threat_types Sequence[google.cloud.webrisk_v1beta1.types.ThreatType]
Required. The ThreatLists to search in.

Inheritance

builtins.object > proto.message.Message > SearchHashesRequest