Class GoogleSecuritySafebrowsingV4ThreatEntrySet
A set of threats that should be added or removed from a client's local database.
Implements
Inherited Members
Namespace: Google.Apis.Safebrowsing.v4.Data
Assembly: Google.Apis.Safebrowsing.v4.dll
Syntax
public class GoogleSecuritySafebrowsingV4ThreatEntrySet : IDirectResponseSchema
Properties
CompressionType
The compression type for the entries in this set.
Declaration
[JsonProperty("compressionType")]
public virtual string CompressionType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawHashes
The raw SHA256-formatted entries.
Declaration
[JsonProperty("rawHashes")]
public virtual GoogleSecuritySafebrowsingV4RawHashes RawHashes { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4RawHashes |
RawIndices
The raw removal indices for a local list.
Declaration
[JsonProperty("rawIndices")]
public virtual GoogleSecuritySafebrowsingV4RawIndices RawIndices { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4RawIndices |
RiceHashes
The encoded 4-byte prefixes of SHA256-formatted entries, using a Golomb-Rice encoding. The hashes are converted to uint32, sorted in ascending order, then delta encoded and stored as encoded_data.
Declaration
[JsonProperty("riceHashes")]
public virtual GoogleSecuritySafebrowsingV4RiceDeltaEncoding RiceHashes { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4RiceDeltaEncoding |
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 GoogleSecuritySafebrowsingV4RiceDeltaEncoding RiceIndices { get; set; }
Property Value
Type | Description |
---|---|
GoogleSecuritySafebrowsingV4RiceDeltaEncoding |