public sealed class CreateSubmissionRequest : IMessage<CreateSubmissionRequest>, IEquatable<CreateSubmissionRequest>, IDeepCloneable<CreateSubmissionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Web Risk v1 API class CreateSubmissionRequest.
Request to send a potentially phishy URI to WebRisk.
Implements
IMessageCreateSubmissionRequest, IEquatableCreateSubmissionRequest, IDeepCloneableCreateSubmissionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
CreateSubmissionRequest()
public CreateSubmissionRequest()CreateSubmissionRequest(CreateSubmissionRequest)
public CreateSubmissionRequest(CreateSubmissionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
CreateSubmissionRequest |
Properties
Parent
public string Parent { get; set; }Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}".
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsProjectName
public ProjectName ParentAsProjectName { get; set; }ProjectName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
ProjectName |
|
Submission
public Submission Submission { get; set; }Required. The submission that contains the content of the phishing report.
| Property Value | |
|---|---|
| Type | Description |
Submission |
|