Class: Google::Cloud::RecaptchaEnterprise::V1::DeleteFirewallPolicyRequest

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 delete firewall policy request message.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the policy to be deleted, in the format projects/{project}/firewallpolicies/{firewallpolicy}.

Returns:

  • (::String)

    Required. The name of the policy to be deleted, in the format projects/{project}/firewallpolicies/{firewallpolicy}.



1188
1189
1190
1191
# File 'proto_docs/google/cloud/recaptchaenterprise/v1/recaptchaenterprise.rb', line 1188

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