Reference documentation and code samples for the Artifact Registry V1 API module Google::Cloud::ArtifactRegistry::V1::ArtifactRegistry::Paths.
Path helper methods for the ArtifactRegistry API.
Methods
#docker_image_path
def docker_image_path(project:, location:, repository:, docker_image:) -> ::String
Create a fully-qualified DockerImage resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/dockerImages/{docker_image}
- project (String)
- location (String)
- repository (String)
- docker_image (String)
- (::String)
- (::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}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#project_settings_path
def project_settings_path(project:) -> ::String
Create a fully-qualified ProjectSettings resource string.
The resource will be in the following format:
projects/{project}/projectSettings
- project (String)
- (::String)
#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}
- project (String)
- location (String)
- repository (String)
- (::String)
- (::ArgumentError)
#tag_path
def tag_path(project:, location:, repository:, package:, tag:) -> ::String
Create a fully-qualified Tag resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/repositories/{repository}/packages/{package}/tags/{tag}
- project (String)
- location (String)
- repository (String)
- package (String)
- tag (String)
- (::String)
- (::ArgumentError)