Module Google::Cloud::ArtifactRegistry::V1beta2::ArtifactRegistry::Paths (v0.3.6)

Path helper methods for the ArtifactRegistry API.

Methods

#repository_path

def repository_path(project:, location:, repository:) -> ::String

Create a fully-qualified Repository resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/repositories/{repository}

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