public sealed class ComputeThreatListDiffRequest.Types.Constraints : IMessage<ComputeThreatListDiffRequest.Types.Constraints>, IEquatable<ComputeThreatListDiffRequest.Types.Constraints>, IDeepCloneable<ComputeThreatListDiffRequest.Types.Constraints>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class ComputeThreatListDiffRequest.Types.Constraints.
The constraints for this diff.
Implements
IMessageComputeThreatListDiffRequestTypesConstraints, IEquatableComputeThreatListDiffRequestTypesConstraints, IDeepCloneableComputeThreatListDiffRequestTypesConstraints, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
Constraints()
public Constraints()
Constraints(Constraints)
public Constraints(ComputeThreatListDiffRequest.Types.Constraints other)
Parameter | |
---|---|
Name | Description |
other |
ComputeThreatListDiffRequestTypesConstraints |
Properties
MaxDatabaseEntries
public int MaxDatabaseEntries { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
MaxDiffEntries
public int MaxDiffEntries { get; 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.
Property Value | |
---|---|
Type | Description |
int |
SupportedCompressions
public RepeatedField<CompressionType> SupportedCompressions { get; }
The compression types supported by the client.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCompressionType |