Class ProjectsResource.AssessmentsResource
The "assessments" collection of methods.
Inherited Members
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
|
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 is created, in the format
|
Returns
Type | Description |
---|---|
ProjectsResource.AssessmentsResource.CreateRequest |