public sealed class SearchUrisResponse.Types.ThreatUri : IMessage<SearchUrisResponse.Types.ThreatUri>, IEquatable<SearchUrisResponse.Types.ThreatUri>, IDeepCloneable<SearchUrisResponse.Types.ThreatUri>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class SearchUrisResponse.Types.ThreatUri.
Contains threat information on a matching uri.
Implements
IMessageSearchUrisResponseTypesThreatUri, IEquatableSearchUrisResponseTypesThreatUri, IDeepCloneableSearchUrisResponseTypesThreatUri, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
ThreatUri()
public ThreatUri()
ThreatUri(ThreatUri)
public ThreatUri(SearchUrisResponse.Types.ThreatUri other)
Parameter | |
---|---|
Name | Description |
other | SearchUrisResponseTypesThreatUri |
Properties
ExpireTime
public Timestamp ExpireTime { get; set; }
The cache lifetime for the returned match. Clients must not cache this response past this timestamp to avoid false positives.
Property Value | |
---|---|
Type | Description |
Timestamp |
ThreatTypes
public RepeatedField<ThreatType> ThreatTypes { get; }
The ThreatList this threat belongs to.
Property Value | |
---|---|
Type | Description |
RepeatedFieldThreatType |