Class: Google::Cloud::RecaptchaEnterprise::V1::UpdateFirewallPolicyRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#firewall_policy::Google::Cloud::RecaptchaEnterprise::V1::FirewallPolicy

Returns Required. The policy to update.

Returns:



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.

Returns:

  • (::Google::Protobuf::FieldMask)

    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