public sealed class CreateSubmissionRequest : IMessage<CreateSubmissionRequest>, IEquatable<CreateSubmissionRequest>, IDeepCloneable<CreateSubmissionRequest>, IBufferMessage, IMessage
Request to send a potentially phishy URI to WebRisk.
Implements
IMessage<CreateSubmissionRequest>, IEquatable<CreateSubmissionRequest>, IDeepCloneable<CreateSubmissionRequest>, 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 |