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
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation) — Required. The annotation that will be assigned to the Event.
#annotation=
def annotation=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation) — Required. The annotation that will be assigned to the Event.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1beta1::AnnotateAssessmentRequest::Annotation) — Required. The annotation that will be assigned to the Event.
#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}".