public sealed class SearchUrisRequest : IMessage<SearchUrisRequest>, IEquatable<SearchUrisRequest>, IDeepCloneable<SearchUrisRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1beta1 API class SearchUrisRequest.
[[["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 documentation covers the `SearchUrisRequest` class within the Google Cloud Web Risk v1beta1 API, specifically version 3.0.0-beta04."],["The `SearchUrisRequest` class is used to check URI entries against specified threat lists and is an implementation of multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one being a default constructor, and the other a copy constructor that takes an existing `SearchUrisRequest` object."],["The `SearchUrisRequest` class contains two key properties: `ThreatTypes`, a required field representing the threat lists to be checked, and `Uri`, a required field holding the URI to be checked for matches."],["This class inherits from the base `object` class, implementing `GetHashCode()`, `GetType()` and `ToString()`."]]],[]]