Class: Google::Cloud::Webrisk::V1beta1::ThreatEntryRemovals

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

Overview

Contains the set of entries to remove from a local database.

Instance Attribute Summary collapse

Instance Attribute Details

#raw_indicesGoogle::Cloud::Webrisk::V1beta1::RawIndices

Returns The raw removal indices for a local list.

Returns:



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

class ThreatEntryRemovals; end

#rice_indicesGoogle::Cloud::Webrisk::V1beta1::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::V1beta1::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.



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

class ThreatEntryRemovals; end