Google Cloud Web Risk v1 API - Class ComputeThreatListDiffRequest.Types.Constraints (2.5.0)

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.

Inheritance

object > ComputeThreatListDiffRequest.Types.Constraints

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

Constraints()

public Constraints()

Constraints(Constraints)

public Constraints(ComputeThreatListDiffRequest.Types.Constraints other)
Parameter
NameDescription
otherComputeThreatListDiffRequestTypesConstraints

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
TypeDescription
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
TypeDescription
int

SupportedCompressions

public RepeatedField<CompressionType> SupportedCompressions { get; }

The compression types supported by the client.

Property Value
TypeDescription
RepeatedFieldCompressionType