Class: Google::Cloud::Webrisk::V1beta1::ComputeThreatListDiffRequest::Constraints

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb

Overview

The constraints for this diff.

Instance Attribute Summary collapse

Instance Attribute Details

#max_database_entriesInteger

Returns 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.

Returns:

  • (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.



46
# File 'lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb', line 46

class Constraints; end

#max_diff_entriesInteger

Returns 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.

Returns:

  • (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.



46
# File 'lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb', line 46

class Constraints; end

#supported_compressionsArray<Google::Cloud::Webrisk::V1beta1::CompressionType>

Returns The compression types supported by the client.

Returns:



46
# File 'lib/google/cloud/webrisk/v1beta1/doc/google/cloud/webrisk/v1beta1/webrisk.rb', line 46

class Constraints; end