Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::AddressGroupService::Paths.
Path helper methods for the AddressGroupService API.
Included In
Methods
#address_group_path
def address_group_path(project:, location:, address_group:) -> ::String
def address_group_path(organization:, location:, address_group:) -> ::StringCreate a fully-qualified AddressGroup resource string.
def address_group_path(project:, location:, address_group:) -> ::String
projects/{project}/locations/{location}/addressGroups/{address_group}
- project (String)
- location (String)
- address_group (String)
def address_group_path(organization:, location:, address_group:) -> ::String
organizations/{organization}/locations/{location}/addressGroups/{address_group}
- organization (String)
- location (String)
- address_group (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#organization_location_path
def organization_location_path(organization:, location:) -> ::StringCreate a fully-qualified OrganizationLocation resource string.
The resource will be in the following format:
organizations/{organization}/locations/{location}
- organization (String)
- location (String)
- (::String)
- (::ArgumentError)