public sealed class SearchUrisRequest : IMessage<SearchUrisRequest>, IEquatable<SearchUrisRequest>, IDeepCloneable<SearchUrisRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 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."],[[["The latest version of the `SearchUrisRequest` class in the Google Cloud Web Risk v1 API is version 2.6.0, with several previous versions also available for reference."],["`SearchUrisRequest` is a class used to check URI entries against specified threat lists, as part of the Google Cloud Web Risk v1 API."],["This class inherits from the `object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The `SearchUrisRequest` class has two constructors, a default constructor and a constructor to make a copy of another `SearchUrisRequest` instance."],["It has two key properties: `ThreatTypes`, which is a list of `ThreatType` to check against, and `Uri`, which is the string that will be checked for threats."]]],[]]