Show / Hide Table of Contents

Class GoogleCloudWebriskV1ThreatEntryRemovals

Contains the set of entries to remove from a local database.

Inheritance
object
GoogleCloudWebriskV1ThreatEntryRemovals
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX