public sealed class ComputeThreatListDiffRequest : IMessage<ComputeThreatListDiffRequest>, IEquatable<ComputeThreatListDiffRequest>, IDeepCloneable<ComputeThreatListDiffRequest>, IBufferMessage, IMessage
The current version token of the client for the requested list (the
client version that was received from the last successful diff).
If the client does not have a version token (this is the first time calling
ComputeThreatListDiff), this may be left empty and a full database
snapshot will be returned.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage details the `ComputeThreatListDiffRequest` class, which is used for describing an API diff request within the Google Cloud Web Risk V1 library for .NET."],["The latest version of the API documentation for `ComputeThreatListDiffRequest` is 2.6.0, while this specific page documents version 1.3.0, and there are various versions ranging between the two that are also accessible."],["The `ComputeThreatListDiffRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its capabilities for data handling, comparison, and cloning."],["The class has properties such as `Constraints`, `ThreatType`, and `VersionToken`, which are required or relevant for the request, with specific types of `ComputeThreatListDiffRequest.Types.Constraints`, `ThreatType`, and `ByteString`."],["The `ComputeThreatListDiffRequest` has two constructors, one with no parameters, and the other taking another `ComputeThreatListDiffRequest` to initialize the object."]]],[]]