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 documentation page covers the `CreateSubmissionRequest` class within the Google Cloud Web Risk v1 API, used for submitting potentially phishing URIs."],["The `CreateSubmissionRequest` class is part of the `Google.Cloud.WebRisk.V1` namespace and is available in the `Google.Cloud.WebRisk.V1.dll` assembly."],["This class inherits from `object` and implements `IMessage`, `IEquatable\u003cCreateSubmissionRequest\u003e`, `IDeepCloneable\u003cCreateSubmissionRequest\u003e`, and `IBufferMessage`, showing its role within the messaging and data handling ecosystem."],["The `CreateSubmissionRequest` class includes properties such as `Parent`, which is a string in the format \"projects/{project_number}\" identifying the submitting project, and `Submission`, containing the details of the phishing report."],["The available versions for this API are listed, ranging from 1.2.0 to the latest 2.6.0, each with their own link to the corresponding documentation."]]],[]]