Show / Hide Table of Contents

Class ProjectsResource.AssessmentsResource.AnnotateRequest

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

Inheritance
object
ClientServiceRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>
ProjectsResource.AssessmentsResource.AnnotateRequest
Implements
IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>
IClientServiceRequest
Inherited Members
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Xgafv
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.AccessToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Alt
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Callback
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Fields
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Key
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.OauthToken
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.PrettyPrint
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.QuotaUser
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.UploadType
RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.UploadProtocol
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Execute()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ExecuteAsStream()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ExecuteAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.CreateRequest(bool?)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.GenerateRequestUri()
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.GetDefaultETagAction(string)
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ETagAction
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ModifyRequest
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.ValidateParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.RequestParameters
ClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
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.AnnotateRequest : RecaptchaEnterpriseBaseServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>, IClientServiceRequest<GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>, IClientServiceRequest

Constructors

AnnotateRequest(IClientService, GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest, string)

Constructs a new Annotate request.

Declaration
public AnnotateRequest(IClientService service, GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest body, string name)
Parameters
Type Name Description
IClientService service
GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentRequest body
string name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.MethodName

Name

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

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.GetBody()

InitParameters()

Initializes Annotate parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.RecaptchaEnterprise.v1.RecaptchaEnterpriseBaseServiceRequest<Google.Apis.RecaptchaEnterprise.v1.Data.GoogleCloudRecaptchaenterpriseV1AnnotateAssessmentResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX