public sealed class ThreatEntryRemovals : IMessage<ThreatEntryRemovals>, IEquatable<ThreatEntryRemovals>, IDeepCloneable<ThreatEntryRemovals>, IBufferMessage, IMessage
Contains the set of entries to remove from a local database.
public RiceDeltaEncoding RiceIndices { get; set; }
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["Version 2.6.0 is the latest version available for Google.Cloud.WebRisk.V1, with several prior versions also documented."],["The `ThreatEntryRemovals` class is designed to represent and manage entries that should be removed from a local threat database."],["`ThreatEntryRemovals` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `RawIndices` and `RiceIndices`, which are used for managing raw and encoded removal indices, respectively."],["The `ThreatEntryRemovals` class is constructed using a default constructor, `ThreatEntryRemovals()`, or via a copy constructor, `ThreatEntryRemovals(ThreatEntryRemovals other)`."]]],[]]