Class: Google::Cloud::RecaptchaEnterprise::V1::FirewallAction::SubstituteAction

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 substitute action transparently serves a different page than the one requested.

Instance Attribute Summary collapse

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

Returns:

  • (::String)

    Optional. The address to redirect to. The target is a relative path in the current host. Example: "/blog/404.html".



1524
1525
1526
1527
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1524

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