Class SearchHashesResponse (1.3.0)

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

Attributes

NameDescription
threats Sequence[google.cloud.webrisk_v1.types.SearchHashesResponse.ThreatHash]
The full hashes that matched the requested prefixes. The hash will be populated in the key.
negative_expire_time google.protobuf.timestamp_pb2.Timestamp
For requested entities that did not match the threat list, how long to cache the response until.

Classes

ThreatHash

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

Contains threat information on a matching hash. .. attribute:: threat_types

The ThreatList this threat belongs to. This must contain at least one entry.

:type: Sequence[google.cloud.webrisk_v1.types.ThreatType]