Class Constraints (1.6.1)

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

The constraints for this diff.

Attributes

NameDescription
max_diff_entries int
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.
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_v1.types.CompressionType]
The compression types supported by the client.