Show / Hide Table of Contents

Class ProjectsResource.AssessmentsResource

The "assessments" collection of methods.

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

Constructors

AssessmentsResource(IClientService)

Constructs a new resource.

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

Methods

Annotate(GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest, string)

Annotates a previously created Assessment to provide additional information on whether the event turned out to be authentic or fraudulent.

Declaration
public virtual ProjectsResource.AssessmentsResource.AnnotateRequest Annotate(GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest body, string name)
Parameters
Type Name Description
GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest body

The body of the request.

string name

Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".

Returns
Type Description
ProjectsResource.AssessmentsResource.AnnotateRequest

Create(GoogleCloudRecaptchaenterpriseV1Assessment, string)

Creates an Assessment of the likelihood an event is legitimate.

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

The body of the request.

string parent

Required. The name of the project in which the assessment will be created, in the format "projects/{project}".

Returns
Type Description
ProjectsResource.AssessmentsResource.CreateRequest
In This Article
Back to top Generated by DocFX