public sealed class ThreatEntryAdditions : IMessage<ThreatEntryAdditions>, IEquatable<ThreatEntryAdditions>, IDeepCloneable<ThreatEntryAdditions>, IBufferMessage, IMessage
Contains the set of entries to add to a local database.
May contain a combination of compressed and raw data in a single response.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eThreatEntryAdditions\u003c/code\u003e is a class in the \u003ccode\u003eGoogle.Cloud.WebRisk.V1Beta1\u003c/code\u003e namespace, designed to store entries for adding to a local database, supporting both compressed and raw data.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable<ThreatEntryAdditions>\u003c/code\u003e, \u003ccode\u003eIDeepCloneable<ThreatEntryAdditions>\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, allowing for versatile usage within the Google Cloud environment.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eThreatEntryAdditions\u003c/code\u003e can be constructed using a default constructor or by providing another \u003ccode\u003eThreatEntryAdditions\u003c/code\u003e object as a parameter for copying.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two primary properties, \u003ccode\u003eRawHashes\u003c/code\u003e, which holds a list of raw SHA256-formatted entries, and \u003ccode\u003eRiceHashes\u003c/code\u003e, which stores encoded 4-byte prefixes using Golomb-Rice encoding.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available is \u003ccode\u003e3.0.0-beta05\u003c/code\u003e, while the context of the documentation provided is for \u003ccode\u003e2.0.0-beta05\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]