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 v1beta1 API class SearchUrisResponse.Types.ThreatUri.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `SearchUrisResponse.Types.ThreatUri` class within the Google Cloud Web Risk v1beta1 API."],["The `ThreatUri` class is used to store details about a URI that has been identified as a potential threat."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with the Google.Protobuf library and other .NET objects."],["The class has two constructors: a default constructor, `ThreatUri()`, and a copy constructor, `ThreatUri(ThreatUri other)`, that allows for the creation of new instances based on existing `ThreatUri` objects."],["The `ThreatUri` class exposes two main properties, `ExpireTime`, which is the cache lifetime for the returned match and has a type of Timestamp, and `ThreatTypes`, a repeated field that describes the threat the URI belongs to."]]],[]]