Class: Google::Cloud::RecaptchaEnterprise::V1::CreateFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::CreateFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The create firewall policy request message.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#firewall_policy ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
Returns Required. Information to create the policy.
1124 1125 1126 1127 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1124 class CreateFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The name of the project this policy applies to, in the format
projects/{project}
.
1124 1125 1126 1127 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1124 class CreateFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |