public sealed class SearchUrisRequest : IMessage<SearchUrisRequest>, IEquatable<SearchUrisRequest>, IDeepCloneable<SearchUrisRequest>, IBufferMessage, IMessage
[[["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 webpage details the `SearchUrisRequest` class, which is used to check URIs against specified threat lists."],["The `SearchUrisRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SearchUrisRequest` class offers two constructors: a default constructor and one that accepts another `SearchUrisRequest` instance for copying."],["It has two primary properties: `ThreatTypes`, a `RepeatedField` for specifying which threat lists to check against, and `Uri`, a string representing the URI being checked."],["The webpage provides links to multiple versions of the documentation for SearchUrisRequest, including the latest version `2.6.0`."]]],[]]