Reference documentation and code samples for the reCAPTCHA Enterprise V1beta1 API class Google::Cloud::RecaptchaEnterprise::V1beta1::CreateAssessmentRequest.
The create assessment request message.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#assessment
def assessment() -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment
    Returns
    
  - (::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment) — Required. The assessment details.
#assessment=
def assessment=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment
    Parameter
    
  - value (::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment) — Required. The assessment details.
    Returns
    
  - (::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment) — Required. The assessment details.
#parent
def parent() -> ::String
    Returns
    
  - 
        (::String) — Required. The name of the project in which the assessment will be created,
in the format projects/{project_number}.
#parent=
def parent=(value) -> ::String
    Parameter
    
  - 
        value (::String) — Required. The name of the project in which the assessment will be created,
in the format projects/{project_number}.
    Returns
    
- 
        (::String) — Required. The name of the project in which the assessment will be created,
in the format projects/{project_number}.