Class SearchUrisRequest (1.8.1)

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

Request to check URI entries against threatLists.

Attributes

NameDescription
uri str
Required. The URI to be checked for matches.
threat_types Sequence[google.cloud.webrisk_v1.types.ThreatType]
Required. The ThreatLists to search in. Multiple ThreatLists may be specified.

Inheritance

builtins.object > proto.message.Message > SearchUrisRequest