Reference documentation and code samples for the reCAPTCHA Enterprise V1 API class Google::Cloud::RecaptchaEnterprise::V1::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::V1::Assessment
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::Assessment) — Required. The assessment details.
#assessment=
def assessment=(value) -> ::Google::Cloud::RecaptchaEnterprise::V1::Assessment
Parameter
- value (::Google::Cloud::RecaptchaEnterprise::V1::Assessment) — Required. The assessment details.
Returns
- (::Google::Cloud::RecaptchaEnterprise::V1::Assessment) — Required. The assessment details.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The name of the project in which the assessment is created,
in the format
projects/{project}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the project in which the assessment is created,
in the format
projects/{project}
.
Returns
-
(::String) — Required. The name of the project in which the assessment is created,
in the format
projects/{project}
.