Reference documentation and code samples for the google-cloud-webrisk class Google::Cloud::Webrisk::V1beta1::ComputeThreatListDiffRequest::Constraints.
The constraints for this diff.
Inherits
- Object
Methods
#max_database_entries
def max_database_entries() -> Integer
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.
#max_database_entries=
def max_database_entries=(value) -> Integer
Parameter
- value (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.
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.
#max_diff_entries
def max_diff_entries() -> Integer
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.
#max_diff_entries=
def max_diff_entries=(value) -> Integer
Parameter
- value (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.
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.
#supported_compressions
def supported_compressions() -> Array<Google::Cloud::Webrisk::V1beta1::CompressionType>
Returns
- (Array<Google::Cloud::Webrisk::V1beta1::CompressionType>) — The compression types supported by the client.
#supported_compressions=
def supported_compressions=(value) -> Array<Google::Cloud::Webrisk::V1beta1::CompressionType>
Parameter
- value (Array<Google::Cloud::Webrisk::V1beta1::CompressionType>) — The compression types supported by the client.
Returns
- (Array<Google::Cloud::Webrisk::V1beta1::CompressionType>) — The compression types supported by the client.