class Google::Cloud::Webrisk::V1beta1::ComputeThreatListDiffRequest::Constraints
The constraints for this diff. @!attribute [rw] max_diff_entries
@return [Integer] 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.
@!attribute [rw] max_database_entries
@return [Integer] 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.
@!attribute [rw] supported_compressions
@return [Array<Google::Cloud::Webrisk::V1beta1::CompressionType>] The compression types supported by the client.