Class SearchHashesResponse (1.8.3)

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.

Inheritance

builtins.object > proto.message.Message > SearchHashesResponse

Classes

ThreatHash

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

Contains threat information on a matching hash.