Google Cloud Web Risk v1 API - Class SearchUrisResponse.Types.ThreatUri (2.5.0)

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.

Inheritance

object > SearchUrisResponse.Types.ThreatUri

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

ThreatUri()

public ThreatUri()

ThreatUri(ThreatUri)

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

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
RepeatedFieldThreatType