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.
Included In
Methods
#internal_range_path
def internal_range_path(project:, location:, internal_range:) -> ::StringCreate a fully-qualified InternalRange resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/internalRanges/{internal_range}
- project (String)
- location (String)
- internal_range (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)