Class ThreatEntryRemovals (1.3.0)

ThreatEntryRemovals(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

The raw removal indices for a local list.

:type: google.cloud.webrisk_v1.types.RawIndices

Attribute

NameDescription
rice_indices google.cloud.webrisk_v1.types.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.