Class: Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptions
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptions
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Instance Attribute Summary collapse
-
#recaptcha_options ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
ReCAPTCHA configuration options to be applied for the rule.
Instance Attribute Details
#recaptcha_options ⇒ ::Google::Cloud::Compute::V1::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
Returns reCAPTCHA configuration options to be applied for the rule. If the rule does not evaluate reCAPTCHA tokens, this field has no effect.
28739 28740 28741 28742 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 28739 class SecurityPolicyRuleMatcherExprOptions include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |