public sealed class ComputeThreatListDiffRequest : IMessage<ComputeThreatListDiffRequest>, IEquatable<ComputeThreatListDiffRequest>, IDeepCloneable<ComputeThreatListDiffRequest>, IBufferMessage, IMessageDescribes an API diff request.
Implements
IMessage<ComputeThreatListDiffRequest>, IEquatable<ComputeThreatListDiffRequest>, IDeepCloneable<ComputeThreatListDiffRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
ComputeThreatListDiffRequest()
public ComputeThreatListDiffRequest()ComputeThreatListDiffRequest(ComputeThreatListDiffRequest)
public ComputeThreatListDiffRequest(ComputeThreatListDiffRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ComputeThreatListDiffRequest |
Properties
Constraints
public ComputeThreatListDiffRequest.Types.Constraints Constraints { get; set; }Required. The constraints associated with this request.
| Property Value | |
|---|---|
| Type | Description |
ComputeThreatListDiffRequest.Types.Constraints |
|
ThreatType
public ThreatType ThreatType { get; set; }Required. The threat list to update. Only a single ThreatType should be specified.
| Property Value | |
|---|---|
| Type | Description |
ThreatType |
|
VersionToken
public ByteString VersionToken { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|