public sealed class ThreatEntryRemovals : IMessage<ThreatEntryRemovals>, IEquatable<ThreatEntryRemovals>, IDeepCloneable<ThreatEntryRemovals>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1beta1 API class ThreatEntryRemovals.
Contains the set of entries to remove from a local database.
Implements
IMessageThreatEntryRemovals, IEquatableThreatEntryRemovals, IDeepCloneableThreatEntryRemovals, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Beta1Assembly
Google.Cloud.WebRisk.V1Beta1.dll
Constructors
ThreatEntryRemovals()
public ThreatEntryRemovals()
ThreatEntryRemovals(ThreatEntryRemovals)
public ThreatEntryRemovals(ThreatEntryRemovals other)
Parameter | |
---|---|
Name | Description |
other |
ThreatEntryRemovals |
Properties
RawIndices
public RawIndices RawIndices { get; set; }
The raw removal indices for a local list.
Property Value | |
---|---|
Type | Description |
RawIndices |
RiceIndices
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.
Property Value | |
---|---|
Type | Description |
RiceDeltaEncoding |