public sealed class ThreatInfo : IMessage<ThreatInfo>, IEquatable<ThreatInfo>, IDeepCloneable<ThreatInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class ThreatInfo.
Context about the submission including the type of abuse found on the URI and supporting details. option (google.api.message_visibility).restriction = "TRUSTED_TESTER";
Implements
IMessageThreatInfo, IEquatableThreatInfo, IDeepCloneableThreatInfo, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
ThreatInfo()
public ThreatInfo()
ThreatInfo(ThreatInfo)
public ThreatInfo(ThreatInfo other)
Parameter | |
---|---|
Name | Description |
other |
ThreatInfo |
Properties
AbuseType
public ThreatInfo.Types.AbuseType AbuseType { get; set; }
The type of abuse.
Property Value | |
---|---|
Type | Description |
ThreatInfoTypesAbuseType |
ThreatConfidence
public ThreatInfo.Types.Confidence ThreatConfidence { get; set; }
Confidence that the URI is unsafe.
Property Value | |
---|---|
Type | Description |
ThreatInfoTypesConfidence |
ThreatJustification
public ThreatInfo.Types.ThreatJustification ThreatJustification { get; set; }
Context about why the URI is unsafe.
Property Value | |
---|---|
Type | Description |
ThreatInfoTypesThreatJustification |