Network Security V1 API - Module Google::Cloud::NetworkSecurity::V1::OrganizationSecurityProfileGroupService::Paths (v0.1.0)

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.

Methods

#intercept_endpoint_group_path

def intercept_endpoint_group_path(project:, location:, intercept_endpoint_group:) -> ::String

Create a fully-qualified InterceptEndpointGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/interceptEndpointGroups/{intercept_endpoint_group}

Parameters
  • project (String)
  • location (String)
  • intercept_endpoint_group (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#mirroring_endpoint_group_path

def mirroring_endpoint_group_path(project:, location:, mirroring_endpoint_group:) -> ::String

Create a fully-qualified MirroringEndpointGroup resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/mirroringEndpointGroups/{mirroring_endpoint_group}

Parameters
  • project (String)
  • location (String)
  • mirroring_endpoint_group (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#organization_location_path

def organization_location_path(organization:, location:) -> ::String

Create a fully-qualified OrganizationLocation resource string.

The resource will be in the following format:

organizations/{organization}/locations/{location}

Parameters
  • organization (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::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:) -> ::String

Create a fully-qualified SecurityProfileGroup resource string.

Overloads
def security_profile_group_path(organization:, location:, security_profile_group:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/securityProfileGroups/{security_profile_group}

Parameters
  • organization (String)
  • location (String)
  • security_profile_group (String)
def security_profile_group_path(project:, location:, security_profile_group:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/securityProfileGroups/{security_profile_group}

Parameters
  • project (String)
  • location (String)
  • security_profile_group (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#security_profile_path

def security_profile_path(organization:, location:, security_profile:) -> ::String
def security_profile_path(project:, location:, security_profile:) -> ::String

Create a fully-qualified SecurityProfile resource string.

Overloads
def security_profile_path(organization:, location:, security_profile:) -> ::String
The resource will be in the following format:

organizations/{organization}/locations/{location}/securityProfiles/{security_profile}

Parameters
  • organization (String)
  • location (String)
  • security_profile (String)
def security_profile_path(project:, location:, security_profile:) -> ::String
The resource will be in the following format:

projects/{project}/locations/{location}/securityProfiles/{security_profile}

Parameters
  • project (String)
  • location (String)
  • security_profile (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)