Cloud Location Finder V1 API - Module Google::Cloud::LocationFinder::V1::CloudLocationFinder::Paths (v0.1.1)

Reference documentation and code samples for the Cloud Location Finder V1 API module Google::Cloud::LocationFinder::V1::CloudLocationFinder::Paths.

Path helper methods for the CloudLocationFinder API.

Methods

#cloud_location_path

def cloud_location_path(project:, location:, cloud_location:) -> ::String

Create a fully-qualified CloudLocation resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/cloudLocations/{cloud_location}

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