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

public sealed class Submission : IMessage<Submission>, IEquatable<Submission>, IDeepCloneable<Submission>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Web Risk v1 API class Submission.

Wraps a URI that might be displaying malicious content.

Inheritance

object > Submission

Namespace

Google.Cloud.WebRisk.V1

Assembly

Google.Cloud.WebRisk.V1.dll

Constructors

Submission()

public Submission()

Submission(Submission)

public Submission(Submission other)
Parameter
NameDescription
otherSubmission

Properties

ThreatTypes

public RepeatedField<ThreatType> ThreatTypes { get; }

Output only. ThreatTypes found to be associated with the submitted URI after reviewing it. This might be empty if the URI was not added to any list.

Property Value
TypeDescription
RepeatedFieldThreatType

Uri

public string Uri { get; set; }

Required. The URI that is being reported for malicious content to be analyzed.

Property Value
TypeDescription
string