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 webpage provides reference documentation for the `CreateSubmissionRequest` class within the Google Cloud Web Risk v1 API, specifically version 2.2.0."],["The `CreateSubmissionRequest` class is used to submit a potentially malicious URI to Google's Web Risk service for evaluation."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["Key properties of `CreateSubmissionRequest` include `Parent`, representing the project making the submission, and `Submission`, which contains the phishing report details."],["There are multiple version of the documentation, with version 2.6.0 being the latest release, and 2.2.0 being the version that this documentation is for."]]],[]]