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 provides documentation for the `SearchUrisRequest` class within the `Google.Cloud.WebRisk.V1` namespace, specifically for version 1.2.0 and other versions."],["The `SearchUrisRequest` class is used to check URI entries against specified threat lists, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `ThreatTypes`, which is a required field specifying the threat lists to search in, and `Uri`, a required field representing the URI to be checked."],["The webpage also includes information about the inheritance of `SearchUrisRequest`, its implementation, and the constructors, which are `SearchUrisRequest()` and `SearchUrisRequest(SearchUrisRequest other)`."],["There are multiple versions of `SearchUrisRequest` documentation, from 1.2.0 to 2.6.0 (latest) in this webpage."]]],[]]