ComputeThreatListDiffRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Describes an API diff request.
Attributes
Name | Description |
threat_type |
google.cloud.webrisk_v1.types.ThreatType
Required. The threat list to update. Only a single ThreatType should be specified per request. If you want to handle multiple ThreatTypes, you must make one request per ThreatType. |
version_token |
bytes
The current version token of the client for the requested list (the client version that was received from the last successful diff). If the client does not have a version token (this is the first time calling ComputeThreatListDiff), this may be left empty and a full database snapshot will be returned. |
constraints |
google.cloud.webrisk_v1.types.ComputeThreatListDiffRequest.Constraints
Required. The constraints associated with this request. |
Classes
Constraints
Constraints(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The constraints for this diff.