Class Constraints (1.4.3)

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

Attributes

NameDescription
max_database_entries int
Sets the maximum number of entries that the client is willing to have in the local database. This should be a power of 2 between 2\ **10 and 2**\ 20. If zero, no database size limit is set.
supported_compressions Sequence[google.cloud.webrisk_v1beta1.types.CompressionType]
The compression types supported by the client.