Class: Google::Cloud::WebRisk::V1::ThreatEntryRemovals
- Inherits:
-
Object
- Object
- Google::Cloud::WebRisk::V1::ThreatEntryRemovals
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/webrisk/v1/webrisk.rb
Overview
Contains the set of entries to remove from a local database.
Instance Attribute Summary collapse
-
#raw_indices ⇒ ::Google::Cloud::WebRisk::V1::RawIndices
The raw removal indices for a local list.
-
#rice_indices ⇒ ::Google::Cloud::WebRisk::V1::RiceDeltaEncoding
The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding.
Instance Attribute Details
#raw_indices ⇒ ::Google::Cloud::WebRisk::V1::RawIndices
Returns The raw removal indices for a local list.
228 229 230 231 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 228 class ThreatEntryRemovals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rice_indices ⇒ ::Google::Cloud::WebRisk::V1::RiceDeltaEncoding
Returns The encoded local, lexicographically-sorted list indices, using a Golomb-Rice encoding. Used for sending compressed removal indices. The removal indices (uint32) are sorted in ascending order, then delta encoded and stored as encoded_data.
228 229 230 231 |
# File 'proto_docs/google/cloud/webrisk/v1/webrisk.rb', line 228 class ThreatEntryRemovals include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |