Class GoogleCloudWebriskV1ThreatEntryRemovals
Contains the set of entries to remove from a local database.
Implements
Inherited Members
Namespace: Google.Apis.WebRisk.v1.Data
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class GoogleCloudWebriskV1ThreatEntryRemovals : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawIndices
The raw removal indices for a local list.
Declaration
[JsonProperty("rawIndices")]
public virtual GoogleCloudWebriskV1RawIndices RawIndices { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudWebriskV1RawIndices |
RiceIndices
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.
Declaration
[JsonProperty("riceIndices")]
public virtual GoogleCloudWebriskV1RiceDeltaEncoding RiceIndices { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudWebriskV1RiceDeltaEncoding |