reCAPTCHA Enterprise V1 API - Class Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest (v0.9.1)

Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest.

The request message to annotate an Assessment.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#annotation

def annotation() -> ::Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Annotation
Returns

#annotation=

def annotation=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Annotation
Parameter
Returns

#hashed_account_id

def hashed_account_id() -> ::String
Returns
  • (::String) — Optional. Optional unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.

#hashed_account_id=

def hashed_account_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Optional unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.
Returns
  • (::String) — Optional. Optional unique stable hashed user identifier to apply to the assessment. This is an alternative to setting the hashed_account_id in CreateAssessment, for example when the account identifier is not yet known in the initial request. It is recommended that the identifier is hashed using hmac-sha256 with stable secret.

#name

def name() -> ::String
Returns
  • (::String) — Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".
Returns
  • (::String) — Required. The resource name of the Assessment, in the format "projects/{project}/assessments/{assessment}".

#reasons

def reasons() -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Reason>
Returns

#reasons=

def reasons=(value) -> ::Array<::Google::Cloud::RecaptchaEnterprise::V1::AnnotateAssessmentRequest::Reason>
Parameter
Returns