Class: Google::Cloud::RecaptchaEnterprise::V1::UpdateFirewallPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::RecaptchaEnterprise::V1::UpdateFirewallPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb
Overview
The update firewall policy request message.
Instance Attribute Summary collapse
-
#firewall_policy ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Optional.
Instance Attribute Details
#firewall_policy ⇒ ::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy
Returns Required. The policy to update.
1098 1099 1100 1101 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1098 class UpdateFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Optional. The mask to control which fields of the policy get updated. If the mask is not present, all fields will be updated.
1098 1099 1100 1101 |
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1098 class UpdateFirewallPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |