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."],[[["This document provides reference information for the `SearchUrisRequest` class within the Google Cloud Web Risk v1 API, specifically version 2.2.0."],["The `SearchUrisRequest` class is used to check if a given URI is present in specified threat lists, allowing for multiple threat lists to be specified in the request."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `Object` class."],["It includes two constructors: a default constructor and one that takes another `SearchUrisRequest` object as a parameter for copying, in addition to two required properties for the threat types and the URI."],["The document also lists all available versions of the API, with the latest being 2.6.0, indicating that older versions are also accessible."]]],[]]