Network Connectivity V1 API - Module Google::Cloud::NetworkConnectivity::V1::InternalRangeService::Paths (v1.7.0)

Reference documentation and code samples for the Network Connectivity V1 API module Google::Cloud::NetworkConnectivity::V1::InternalRangeService::Paths.

Path helper methods for the InternalRangeService API.

Methods

#internal_range_path

def internal_range_path(project:, location:, internal_range:) -> ::String

Create a fully-qualified InternalRange resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/internalRanges/{internal_range}

Parameters
  • project (String)
  • location (String)
  • internal_range (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)