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."],[[["This webpage provides documentation for the `ThreatEntryRemovals` class within the Google Cloud Web Risk v1 API, specifically version 2.3.0."],["`ThreatEntryRemovals` represents a set of entries intended to be removed from a local database, as described by the provided inheritance and implementation details."],["The page lists various versions of the API documentation, with version 2.6.0 being the latest, and also features versions going back to 1.2.0."],["The class offers two constructors and includes properties such as `RawIndices` and `RiceIndices`, used for handling removal indices, either raw or encoded."],["This class is found in the `Google.Cloud.WebRisk.V1` namespace and within the `Google.Cloud.WebRisk.V1.dll` assembly."]]],[]]