Class ComputeThreatListDiffRequest (1.4.3)

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

Describes an API diff request. .. attribute:: threat_type

The ThreatList to update.

:type: google.cloud.webrisk_v1beta1.types.ThreatType

Attributes

NameDescription
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).
constraints google.cloud.webrisk_v1beta1.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. .. attribute:: max_diff_entries

The maximum size in number of entries. The diff will not contain more entries than this value. This should be a power of 2 between 2\ 10 and 2\ 20. If zero, no diff size limit is set.

:type: int