public sealed class Constraints : IMessage<ComputeThreatListDiffRequest.Types.Constraints>, IEquatable<ComputeThreatListDiffRequest.Types.Constraints>, IDeepCloneable<ComputeThreatListDiffRequest.Types.Constraints>, IBufferMessage, IMessage
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 210 and
220. If zero, no database size limit is set.
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 210 and
220. If zero, no diff size limit is set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `Constraints` class within the `Google.Cloud.WebRisk.V1` namespace, specifically for version 1.3.0, which is related to the `ComputeThreatListDiffRequest`."],["The `Constraints` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in defining constraints for threat list diff computations."],["It offers two constructors: a default constructor and one that takes another `ComputeThreatListDiffRequest.Types.Constraints` object as a parameter for initialization."],["The `Constraints` class includes properties like `MaxDatabaseEntries` and `MaxDiffEntries` that allow setting limits on the size of the local database and the diff, and `SupportedCompressions` that list the compression types supported by the client."],["The page also provides links to past and newer versions of this class, starting from version 1.2.0 up to the latest version 2.6.0."]]],[]]