Show / Hide Table of Contents

Class ProjectsResource.SubmissionsResource

The "submissions" collection of methods.

Inheritance
object
ProjectsResource.SubmissionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.WebRisk.v1
Assembly: Google.Apis.WebRisk.v1.dll
Syntax
public class ProjectsResource.SubmissionsResource

Constructors

SubmissionsResource(IClientService)

Constructs a new resource.

Declaration
public SubmissionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(GoogleCloudWebriskV1Submission, string)

Creates a Submission of a URI suspected of containing phishing content to be reviewed. If the result verifies the existence of malicious phishing content, the site will be added to the Google's Social Engineering lists in order to protect users that could get exposed to this threat in the future. Only allowlisted projects can use this method during Early Access. Please reach out to Sales or your customer engineer to obtain access.

Declaration
public virtual ProjectsResource.SubmissionsResource.CreateRequest Create(GoogleCloudWebriskV1Submission body, string parent)
Parameters
Type Name Description
GoogleCloudWebriskV1Submission body

The body of the request.

string parent

Required. The name of the project that is making the submission. This string is in the format "projects/{project_number}".

Returns
Type Description
ProjectsResource.SubmissionsResource.CreateRequest
In this article
Back to top Generated by DocFX