public sealed class SubmitUriRequest : IMessage<SubmitUriRequest>, IEquatable<SubmitUriRequest>, IDeepCloneable<SubmitUriRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Web Risk v1 API class SubmitUriRequest.
Request to send a potentially malicious URI to WebRisk.
Implements
IMessageSubmitUriRequest, IEquatableSubmitUriRequest, IDeepCloneableSubmitUriRequest, IBufferMessage, IMessageNamespace
Google.Cloud.WebRisk.V1Assembly
Google.Cloud.WebRisk.V1.dll
Constructors
SubmitUriRequest()
public SubmitUriRequest()
SubmitUriRequest(SubmitUriRequest)
public SubmitUriRequest(SubmitUriRequest other)
Parameter | |
---|---|
Name | Description |
other |
SubmitUriRequest |
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 URI to be scanned.
Property Value | |
---|---|
Type | Description |
Submission |
ThreatDiscovery
public ThreatDiscovery ThreatDiscovery { get; set; }
Provides additional information about how the submission was discovered.
Property Value | |
---|---|
Type | Description |
ThreatDiscovery |
ThreatInfo
public ThreatInfo ThreatInfo { get; set; }
Provides additional information about the submission.
Property Value | |
---|---|
Type | Description |
ThreatInfo |