Google Cloud Web Risk v1 API - Class CreateSubmissionRequest (2.5.0)

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.

Inheritance

object > CreateSubmissionRequest

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

CreateSubmissionRequest()

public CreateSubmissionRequest()

CreateSubmissionRequest(CreateSubmissionRequest)

public CreateSubmissionRequest(CreateSubmissionRequest other)
Parameter
NameDescription
otherCreateSubmissionRequest

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
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName

Submission

public Submission Submission { get; set; }

Required. The submission that contains the content of the phishing report.

Property Value
TypeDescription
Submission