Class SearchUrisResponse.Types.ThreatUri (2.0.0)

public sealed class ThreatUri : IMessage<SearchUrisResponse.Types.ThreatUri>, IEquatable<SearchUrisResponse.Types.ThreatUri>, IDeepCloneable<SearchUrisResponse.Types.ThreatUri>, IBufferMessage, IMessage

Contains threat information on a matching uri.

Inheritance

Object > SearchUrisResponse.Types.ThreatUri

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

ThreatUri()

public ThreatUri()

ThreatUri(SearchUrisResponse.Types.ThreatUri)

public ThreatUri(SearchUrisResponse.Types.ThreatUri other)
Parameter
NameDescription
otherSearchUrisResponse.Types.ThreatUri

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
TypeDescription
Timestamp

ThreatTypes

public RepeatedField<ThreatType> ThreatTypes { get; }

The ThreatList this threat belongs to.

Property Value
TypeDescription
RepeatedField<ThreatType>