class Google::Cloud::Webrisk::V1beta1::ThreatEntryRemovals

Contains the set of entries to remove from a local database. @!attribute [rw] raw_indices

@return [Google::Cloud::Webrisk::V1beta1::RawIndices]
  The raw removal indices for a local list.

@!attribute [rw] rice_indices

@return [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.