reCAPTCHA Enterprise V1beta1 API - Class Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest (v0.14.0)

Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::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::V1beta1::AnnotateAssessmentRequest::Annotation
Returns

#annotation=

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

#hashed_account_id

def hashed_account_id() -> ::String
Returns
  • (::String) — 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. 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. 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_number}/assessments/{assessment_id}.

#name=

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

#reasons

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

#reasons=

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

#transaction_event

def transaction_event() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionEvent
Returns

#transaction_event=

def transaction_event=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::TransactionEvent
Parameter
Returns