ThreatEntryRemovals(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Contains the set of entries to remove from a local database.
Attributes | |
---|---|
Name | Description |
raw_indices |
google.cloud.webrisk_v1.types.RawIndices
The raw removal indices for a local list. |
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. |