Class: Google::Cloud::NetworkSecurity::V1::GetSecurityProfileRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkSecurity::V1::GetSecurityProfileRequest
- 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 GetSecurityProfile method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. A name of the SecurityProfile to get. Must be in the format
projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}.
156 157 158 159 |
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb', line 156 class GetSecurityProfileRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |