Class: Google::Cloud::RecaptchaEnterprise::V1::Assessment

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb

Overview

A recaptcha assessment resource.

Instance Attribute Summary collapse

Instance Attribute Details

#event::Google::Cloud::RecaptchaEnterprise::V1::Event

Returns The event being assessed.

Returns:



90
91
92
93
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 90

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)

Returns Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".

Returns:

  • (::String)

    Output only. The resource name for the Assessment in the format "projects/{project}/assessments/{assessment}".



90
91
92
93
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 90

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#risk_analysis::Google::Cloud::RecaptchaEnterprise::V1::RiskAnalysis (readonly)

Returns Output only. The risk analysis result for the event being assessed.

Returns:



90
91
92
93
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 90

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#token_properties::Google::Cloud::RecaptchaEnterprise::V1::TokenProperties (readonly)

Returns Output only. Properties of the provided event token.

Returns:



90
91
92
93
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 90

class Assessment
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end