public sealed class SubmitUriRequest : IMessage<SubmitUriRequest>, IEquatable<SubmitUriRequest>, IDeepCloneable<SubmitUriRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class SubmitUriRequest.
Request to send a potentially malicious URI to WebRisk.
[[["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 `SubmitUriRequest` class within the Google Cloud Web Risk v1 API, specifically version 2.3.0, which is used to submit URIs for potential malicious content analysis."],["The `SubmitUriRequest` class, which inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, requires a project name when used, that can also be viewed as a `ProjectName` type."],["The class has required properties, `Parent`, and `Submission`, where parent is the project making the request, and Submission contains the URI, as well as optional properties `ThreatDiscovery`, and `ThreatInfo`, providing additional information on the submission."],["The documentation includes links to different versions of the API, ranging from version 1.2.0 up to the latest version, 2.6.0."],["The `SubmitUriRequest` class can be instantiated using a default constructor or a constructor that takes another `SubmitUriRequest` object as input."]]],[]]