Class GoogleCloudWebriskV1ThreatEntryAdditions
Contains the set of entries to add to a local database. May contain a combination of compressed and raw data in a single response.
Implements
Inherited Members
Namespace: Google.Apis.WebRisk.v1.Data
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class GoogleCloudWebriskV1ThreatEntryAdditions : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
RawHashes
The raw SHA256-formatted entries. Repeated to allow returning sets of hashes with different prefix sizes.
Declaration
[JsonProperty("rawHashes")]
public virtual IList<GoogleCloudWebriskV1RawHashes> RawHashes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudWebriskV1RawHashes> |
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 GoogleCloudWebriskV1RiceDeltaEncoding RiceHashes { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudWebriskV1RiceDeltaEncoding |