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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis webpage details the \u003ccode\u003eThreatEntryRemovals\u003c/code\u003e class, which is used to define a set of entries to be removed from a local database.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eThreatEntryRemovals\u003c/code\u003e implements multiple interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e and it inherits from Object.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eThreatEntryRemovals\u003c/code\u003e provides two constructors: a default constructor and one that accepts another \u003ccode\u003eThreatEntryRemovals\u003c/code\u003e object for copying.\u003c/p\u003e\n"],["\u003cp\u003eIt has two main properties \u003ccode\u003eRawIndices\u003c/code\u003e which details the raw removal indices and \u003ccode\u003eRiceIndices\u003c/code\u003e, which is used for the compressed removal indices.\u003c/p\u003e\n"],["\u003cp\u003eIt is available in various versions from \u003ccode\u003e1.2.0\u003c/code\u003e to the latest \u003ccode\u003e2.6.0\u003c/code\u003e in the Google.Cloud.WebRisk.V1 namespace, which is all available on this page.\u003c/p\u003e\n"]]],[],null,[]]