Class: Google::Cloud::WebRisk::V1::ThreatEntryRemovals

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#raw_indices::Google::Cloud::WebRisk::V1::RawIndices

Returns The raw removal indices for a local list.

Returns:



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.

Returns:

  • (::Google::Cloud::WebRisk::V1::RiceDeltaEncoding)

    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