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.
Implements
IMessageSubmission, IEquatableSubmission, IDeepCloneableSubmission, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
Submission()
public Submission()
Submission(Submission)
public Submission(Submission other)
Parameter | |
---|---|
Name | Description |
other |
Submission |
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 | |
---|---|
Type | Description |
RepeatedFieldThreatType |
Uri
public string Uri { get; set; }
Required. The URI that is being reported for malicious content to be analyzed.
Property Value | |
---|---|
Type | Description |
string |