Class: Google::Cloud::NetworkSecurity::V1::GetAddressGroupRequest

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

Overview

Request used by the GetAddressGroup method.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*.

Returns:

  • (::String)

    Required. A name of the AddressGroup to get. Must be in the format projects/*/locations/{location}/addressGroups/*.



143
144
145
146
# File 'proto_docs/google/cloud/networksecurity/v1/address_group.rb', line 143

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