Class: Google::Cloud::RecaptchaEnterprise::V1beta1::CreateAssessmentRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#assessment::Google::Cloud::RecaptchaEnterprise::V1beta1::Assessment

Returns Required. The assessment details.

Returns:



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}.

Returns:

  • (::String)

    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