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 provides reference information for the `SearchUrisRequest` class within the Google Cloud Web Risk v1beta1 API, designed to check URI entries against threat lists."],["The `SearchUrisRequest` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The class has two constructors: a default constructor (`SearchUrisRequest()`) and a copy constructor (`SearchUrisRequest(SearchUrisRequest other)`)."],["`SearchUrisRequest` includes two key properties: `ThreatTypes`, which specifies the threat lists to search, and `Uri`, which represents the URI being checked."],["The latest version of this class in the API is `3.0.0-beta05`, and prior versions of this class include `3.0.0-beta04` and `2.0.0-beta05`."]]],[]]