Class ThreatEntryRemovals (1.8.1)

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

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

Attributes

NameDescription
raw_indices google.cloud.webrisk_v1beta1.types.RawIndices
The raw removal indices for a local list.
rice_indices google.cloud.webrisk_v1beta1.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.

Inheritance

builtins.object > proto.message.Message > ThreatEntryRemovals