public sealed class CreateSubmissionRequest : IMessage<CreateSubmissionRequest>, IEquatable<CreateSubmissionRequest>, IDeepCloneable<CreateSubmissionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class CreateSubmissionRequest.
Request to send a potentially phishy 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 `CreateSubmissionRequest` class within the Google Cloud Web Risk v1 API, specifically version 2.3.0, which is used to send potential phishing URIs to WebRisk."],["The `CreateSubmissionRequest` class, which inherits from `object` and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, is used to format and send the phishing submission."],["The class includes properties such as `Parent` (the project name), `ParentAsProjectName` (a typed view of the project name), and `Submission` (the actual content of the phishing report), all of which are essential to sending the phishing information."],["There are multiple versions of the `CreateSubmissionRequest` class documented, ranging from version 1.2.0 to 2.6.0 (the latest version)."],["The documented class provides two constructors, a default constructor and another to copy an existing `CreateSubmissionRequest` object."]]],[]]