Class: Google::Cloud::WebRisk::V1beta1::ComputeThreatListDiffRequest::Constraints
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1beta1::ComputeThreatListDiffRequest::Constraints
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb
Overview
The constraints for this diff.
Instance Attribute Summary collapse
-
#max_database_entries ⇒ ::Integer
Sets the maximum number of entries that the client is willing to have in the local database.
-
#max_diff_entries ⇒ ::Integer
The maximum size in number of entries.
-
#supported_compressions ⇒ ::Array<::Google::Cloud::WebRisk::V1beta1::CompressionType>
The compression types supported by the client.
Instance Attribute Details
#max_database_entries ⇒ ::Integer
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.
53 54 55 56 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 53 class Constraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_diff_entries ⇒ ::Integer
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.
53 54 55 56 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 53 class Constraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#supported_compressions ⇒ ::Array<::Google::Cloud::WebRisk::V1beta1::CompressionType>
Returns The compression types supported by the client.
53 54 55 56 |
# File 'proto_docs/google/cloud/webrisk/v1beta1/webrisk.rb', line 53 class Constraints include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |