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 document provides reference documentation for the `ThreatEntryRemovals` class within the Google Cloud Web Risk v1 API, specifically version 2.4.0."],["`ThreatEntryRemovals` is designed to manage a set of entries that should be removed from a local database, providing methods for creating and manipulating removal sets."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality and integration within the .NET environment."],["The document outlines the available properties, `RawIndices` and `RiceIndices`, which handle raw and encoded removal indices, respectively, and it also lists the inherited members of `ThreatEntryRemovals`."],["There are two constructors, one being the default, and the other allowing for the creation of a `ThreatEntryRemovals` object based on another such object."]]],[]]