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 for review. If the review confirms malicious phishing content, Google adds the site to Google's Social Engineering lists to help protect users. Only allowlisted projects can use this method during Early Access. To obtain access, contact Sales or your customer engineer.

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