public sealed class ThreatEntryRemovals : IMessage<ThreatEntryRemovals>, IEquatable<ThreatEntryRemovals>, IDeepCloneable<ThreatEntryRemovals>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class ThreatEntryRemovals.
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."],[[["The latest version of the `ThreatEntryRemovals` class in the Google Cloud Web Risk v1 API is 2.6.0, with previous versions ranging down to 1.2.0."],["`ThreatEntryRemovals` is a class used in the Google Cloud Web Risk v1 API, representing entries to be removed from a local database and inheriting from object, implementing multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, one default and another for copying an existing `ThreatEntryRemovals` object."],["The `ThreatEntryRemovals` class has two properties, `RawIndices` which is of type `RawIndices`, and `RiceIndices` which is of type `RiceDeltaEncoding`, for managing removal indices."],["This documentation provides reference material for the `ThreatEntryRemovals` class, including details on its inheritance, implemented interfaces, constructors, and properties within the `Google.Cloud.WebRisk.V1` namespace."]]],[]]