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."],[[["The `CreateSubmissionRequest` class is part of the Google Cloud Web Risk v1 API, used for sending potentially phishy URIs for review."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities like message handling, comparison, and deep cloning."],["The latest version available of this API is 2.6.0, while this document focuses on the version 2.1.0 of the `CreateSubmissionRequest`."],["It has two constructors: one default and another that accepts an existing `CreateSubmissionRequest` object for duplication."],["The `CreateSubmissionRequest` class has `Parent` and `Submission` properties, representing the project name making the request and the content of the phishing report, respectively."]]],[]]