Apigee Registry V1 API - Module Google::Cloud::ApigeeRegistry::V1::Provisioning::Paths (v0.1.0)

Reference documentation and code samples for the Apigee Registry V1 API module Google::Cloud::ApigeeRegistry::V1::Provisioning::Paths.

Path helper methods for the Provisioning API.

Methods

#instance_path

def instance_path(project:, location:, instance:) -> ::String

Create a fully-qualified Instance resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/instances/{instance}

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