Class: Google::Cloud::NetworkSecurity::V1::DeleteSecurityProfileGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::DeleteSecurityProfileGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb
Overview
Request used by the DeleteSecurityProfileGroup method.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
112 113 114 115 |
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb', line 112 class DeleteSecurityProfileGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. A name of the SecurityProfileGroup to delete. Must be in the
format
projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.
112 113 114 115 |
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb', line 112 class DeleteSecurityProfileGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |