Class: Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRuleRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb

Overview

Request used by the DeleteGatewaySecurityPolicyRule method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the GatewaySecurityPolicyRule to delete. Must be in the format projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}/rules/*.

Returns:

  • (::String)

    Required. A name of the GatewaySecurityPolicyRule to delete. Must be in the format projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}/rules/*.



171
172
173
174
# File 'proto_docs/google/cloud/networksecurity/v1/gateway_security_policy_rule.rb', line 171

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