Class: Google::Cloud::NetworkSecurity::V1::GetSecurityProfileGroupRequest

Inherits:
Object
  • Object
show all
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 GetSecurityProfileGroup method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the SecurityProfileGroup to get. Must be in the format projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.

Returns:

  • (::String)

    Required. A name of the SecurityProfileGroup to get. Must be in the format projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}.



63
64
65
66
# File 'proto_docs/google/cloud/networksecurity/v1/security_profile_group_service.rb', line 63

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