Class: Google::Cloud::RecaptchaEnterprise::V1::FirewallAction::SubstituteAction
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::FirewallAction::SubstituteAction
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
A substitute action transparently serves a different page than the one requested.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".
1627 1628 1629 1630 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1627 class SubstituteAction include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |