Cloud Domains V1 API - Module Google::Cloud::Domains::V1::Domains::Paths (v0.1.0)

Reference documentation and code samples for the Cloud Domains V1 API module Google::Cloud::Domains::V1::Domains::Paths.

Path helper methods for the Domains API.

Methods

#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)

#registration_path

def registration_path(project:, location:, registration:) -> ::String

Create a fully-qualified Registration resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/registrations/{registration}

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