Reference documentation and code samples for the Network Security V1 API module Google::Cloud::NetworkSecurity::V1::OrganizationSecurityProfileGroupService::Paths.
Path helper methods for the OrganizationSecurityProfileGroupService API.
Included In
Methods
#intercept_endpoint_group_path
def intercept_endpoint_group_path(project:, location:, intercept_endpoint_group:) -> ::StringCreate a fully-qualified InterceptEndpointGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}
- project (String)
- location (String)
- intercept_endpoint_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)
#mirroring_endpoint_group_path
def mirroring_endpoint_group_path(project:, location:, mirroring_endpoint_group:) -> ::StringCreate a fully-qualified MirroringEndpointGroup resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}
- project (String)
- location (String)
- mirroring_endpoint_group (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)
#security_profile_group_path
def security_profile_group_path(organization:, location:, security_profile_group:) -> ::String
def security_profile_group_path(project:, location:, security_profile_group:) -> ::StringCreate a fully-qualified SecurityProfileGroup resource string.
def security_profile_group_path(organization:, location:, security_profile_group:) -> ::String
organizations/{organization}/locations/{location}/securityProfileGroups/{security_profile_group}
- organization (String)
- location (String)
- security_profile_group (String)
def security_profile_group_path(project:, location:, security_profile_group:) -> ::String
projects/{project}/locations/{location}/securityProfileGroups/{security_profile_group}
- project (String)
- location (String)
- security_profile_group (String)
- (::String)
- (::ArgumentError)
#security_profile_path
def security_profile_path(organization:, location:, security_profile:) -> ::String
def security_profile_path(project:, location:, security_profile:) -> ::StringCreate a fully-qualified SecurityProfile resource string.
def security_profile_path(organization:, location:, security_profile:) -> ::String
organizations/{organization}/locations/{location}/securityProfiles/{security_profile}
- organization (String)
- location (String)
- security_profile (String)
def security_profile_path(project:, location:, security_profile:) -> ::String
projects/{project}/locations/{location}/securityProfiles/{security_profile}
- project (String)
- location (String)
- security_profile (String)
- (::String)
- (::ArgumentError)