Reference documentation and code samples for the Network Security V1 API class Google::Cloud::NetworkSecurity::V1::DeleteSecurityProfileRequest.
Request used by the DeleteSecurityProfile method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
Returns
- (::String) — Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
#name
def name() -> ::String
Returns
-
(::String) — Required. A name of the SecurityProfile to delete. Must be in the format
projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. A name of the SecurityProfile to delete. Must be in the format
projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}.
Returns
-
(::String) — Required. A name of the SecurityProfile to delete. Must be in the format
projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}.