public sealed class ThreatDiscovery : IMessage<ThreatDiscovery>, IEquatable<ThreatDiscovery>, IDeepCloneable<ThreatDiscovery>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class ThreatDiscovery.
Details about how the threat was discovered.
Implements
IMessageThreatDiscovery, IEquatableThreatDiscovery, IDeepCloneableThreatDiscovery, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
ThreatDiscovery()
public ThreatDiscovery()
ThreatDiscovery(ThreatDiscovery)
public ThreatDiscovery(ThreatDiscovery other)
Parameter | |
---|---|
Name | Description |
other | ThreatDiscovery |
Properties
Platform
public ThreatDiscovery.Types.Platform Platform { get; set; }
Platform on which the threat was discovered.
Property Value | |
---|---|
Type | Description |
ThreatDiscoveryTypesPlatform |
RegionCodes
public RepeatedField<string> RegionCodes { get; }
CLDR region code of the countries/regions the URI poses a threat ordered from most impact to least impact. Example: "US" for United States.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |