Class: Google::Cloud::NetworkSecurity::V1::DeleteGatewaySecurityPolicyRequest

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

Overview

Request used by the DeleteGatewaySecurityPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

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

Returns:

  • (::String)

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



121
122
123
124
# File 'proto_docs/google/cloud/networksecurity/v1/gateway_security_policy.rb', line 121

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