Class: Google::Cloud::RecaptchaEnterprise::V1beta1::CreateAssessmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1beta1::CreateAssessmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb
Overview
The create assessment request message.
Instance Attribute Summary collapse
-
#assessment ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#assessment ⇒ ::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment
Returns Required. The assessment details.
32 33 34 35 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 32 class CreateAssessmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project in which the assessment will be created, in the format "projects/{project_number}".
32 33 34 35 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1beta1/recaptchaenterprise.rb', line 32 class CreateAssessmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |